Skip to content
Success

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/papyrus/org.eclipse.papyrus/+/206984
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-agent-6gb-6b4r1 is provisioned from template centos-7-agent-6gb
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33"
    jenkins/label: "centos-7-6gb"
  name: "centos-7-agent-6gb-6b4r1"
  namespace: "papyrus"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-agent-6gb-6b4r1"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-agent-6gb-6b4r1"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "6144Mi"
      requests:
        cpu: "1000m"
        memory: "6144Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-papyrus"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-7-agent-6gb-6b4r1 in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Fetch and Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
 > git init /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5dc7743bfaf71bed851aadcff91c53a36769ea17 (refs/remotes/origin/master)
Commit message: "[Releng] Update updatesite in category.xml"
 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5dc7743bfaf71bed851aadcff91c53a36769ea17 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 5dc7743bfaf71bed851aadcff91c53a36769ea17 # timeout=10
 > git rev-list --no-walk 5dc7743bfaf71bed851aadcff91c53a36769ea17 # timeout=10
[Pipeline] sh
+ git fetch origin refs/changes/84/206984/3:change-206984-3
From https://git.eclipse.org/r/papyrus/org.eclipse.papyrus
 * [new ref]               refs/changes/84/206984/3 -> change-206984-3
[Pipeline] sh
+ git checkout change-206984-3
Switched to branch 'change-206984-3'
[Pipeline] sh
+ git log -1
commit 34ea60aa61da23bfaa8fae7d2106715848f8abdb
Author: Vincent LORENZO <vincent.lorenzo@cea.fr>
Date:   Wed May 1 11:07:59 2024 +0200

    [Releng] Update targetplatforms for Eclipse 2024-06 M2
    
    Signed-off-by: Vincent LORENZO <vincent.lorenzo@cea.fr>
    Change-Id: Ica9b45d1774232474f240bff189b5b2e2e10a3c4
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check utf-8 and LF)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ ./releng/toolkit/server/checkUTF8andLF.sh
/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new
All contributed files are UTF8 compliant
All contributed files respect the Linux line endings
javac 17.0.2
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Main)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn clean install -f releng/main/pom.xml -DskipAllTests=true
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.3 (88e4728c5da382f02c0459c918c2683048f95740)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.papyrus.main.releng                                    [pom]
[INFO] Papyrus Main Plugins                                               [pom]
[INFO] Papyrus EMF                                                        [pom]
[INFO] Papyrus Infra                                                      [pom]
[INFO] Papyrus Infra Core                                                 [pom]
[INFO] org.eclipse.papyrus.infra.core.log                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf                                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.ui                              [eclipse-plugin]
[INFO] EMF Facet, the Papyrus Edition                                     [pom]
[INFO] Papyrus EMF Facet Editors                                          [pom]
[INFO] org.eclipse.papyrus.emf.facet.custom.doc                [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog          [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel          [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.util.core                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.util.pde.core             [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.efacet                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.util.emf.core             [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.efacet.catalog            [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.efacet.core               [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.util.ui                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.util.swt                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.common.core               [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.common.ui                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.util.emf.ui               [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui             [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.custom.metamodel          [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.custom.core               [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.common.sdk.core           [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core           [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.query.java                [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.tools                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel      [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.query.java.core           [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.util.jface.ui             [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.custom.ui                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.widgets                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors       [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui             [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit     [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel       [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit     [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor   [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.doc                       [eclipse-plugin]
[INFO] Papyrus Infra Element Types Configurations                         [pom]
[INFO] org.eclipse.papyrus.infra.types                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.core.architecture             [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.architecture              [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.types.edit                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.core.architecture.edit        [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.architecture.edit         [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.aggregate.doc             [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.efacet.doc                [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.efacet.edit               [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.efacet.editor             [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.efacet.ui                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui         [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.query.ocl.core            [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui          [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.util.emf.doc              [eclipse-plugin]
[INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore [eclipse-plugin]
[INFO] Papyrus Infra Architecture                                         [pom]
[INFO] org.eclipse.papyrus.infra.core.sashwindows.di           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.core                          [eclipse-plugin]
[INFO] Papyrus Infra Services                                             [pom]
[INFO] org.eclipse.papyrus.infra.services.markerlistener       [eclipse-plugin]
[INFO] Papyrus EMF Infrastructure                                         [pom]
[INFO] org.eclipse.papyrus.infra.emf                           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.edit                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.architecture                  [eclipse-plugin]
[INFO] Papyrus Infra Constraints                                          [pom]
[INFO] org.eclipse.papyrus.infra.constraints                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.architecture.representation   [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.constraints.edit              [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.architecture.representation.edit [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.core.sasheditor               [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.core.sasheditor.di            [eclipse-plugin]
[INFO] Papyrus Infra One-file                                             [pom]
[INFO] Papyrus Views                                                      [pom]
[INFO] Papyrus Properties View                                            [pom]
[INFO] org.eclipse.papyrus.views.properties.services           [eclipse-plugin]
[INFO] Papyrus Infra UI                                                   [pom]
[INFO] org.eclipse.papyrus.infra.widgets.toolbox               [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.labelprovider        [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.widgets                       [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.ui                            [eclipse-plugin]
[INFO] Papyrus Internationalization                                       [pom]
[INFO] org.eclipse.papyrus.infra.internationalization.common   [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.gmf                       [eclipse-plugin]
[INFO] Papyrus EMF Expressions Infrastructure                             [pom]
[INFO] org.eclipse.papyrus.infra.emf.expressions               [eclipse-plugin]
[INFO] Papyrus Nattable                                                   [pom]
[INFO] org.eclipse.papyrus.infra.nattable.model                [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.internationalization          [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.onefile                       [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.constraints.editor            [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.constraints.ui                [eclipse-plugin]
[INFO] Papyrus Editor Welcome Page                                        [pom]
[INFO] Papyrus Infra Properties Framework                                 [pom]
[INFO] org.eclipse.papyrus.infra.properties                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.readonly                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.ui.emf                        [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.properties.ui                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.editor.welcome                [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.navigation           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.editor.welcome.nattable       [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.appearance                [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.diagram.common            [eclipse-plugin]
[INFO] Papyrus Infra Filters Model                                        [pom]
[INFO] org.eclipse.papyrus.infra.filters                       [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.types.core                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.types.rulebased               [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.filters.edit                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.types                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.properties.edit               [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.types.ui                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.expressions.edit          [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.expressions.editor        [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.expressions.properties    [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.properties.editor             [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.architecture         [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.controlmode          [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.controlmode.history  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.decoration           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.edit.ui              [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.localizer            [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.openelement          [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.resourceloading      [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.resourceloading.ui   [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.semantic             [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.validation           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.viewersearch         [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.services.viewlabelprovider    [eclipse-plugin]
[INFO] Papyrus Infra New-Child Model                                      [pom]
[INFO] org.eclipse.papyrus.infra.nattable.representation       [eclipse-plugin]
[INFO] Papyrus Diagram Infrastructure                                     [pom]
[INFO] Papyrus UML Diagram PaletteConfiguration                           [pom]
[INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.representation        [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.internationalization.utils    [eclipse-plugin]
[INFO] Papyrus Infra Viewpoints                                           [pom]
[INFO] org.eclipse.papyrus.infra.viewpoints.policy             [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.commands              [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.newchild                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.newchild.edit                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.newchild.editor               [eclipse-plugin]
[INFO] Papyrus Infra TextEdit                                             [pom]
[INFO] org.eclipse.papyrus.infra.textedit                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.textedit.edit                 [eclipse-plugin]
[INFO] Papyrus Infra Other Bundles                                        [pom]
[INFO] org.eclipse.papyrus.infra.guava                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.sync                          [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.style                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime       [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.common                [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors [eclipse-plugin]
[INFO] Papyrus Model Explorer View                                        [pom]
[INFO] org.eclipse.papyrus.views.modelexplorer                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.textedit.modelexplorer        [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.textedit.properties           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.textedit.representation       [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.textedit.ui                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.textedit.representation.architecture [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.textedit.representation.edit  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.textedit.types                [eclipse-plugin]
[INFO] Papyrus UML                                                        [pom]
[INFO] Papyrus UML Xtext Integration                                      [pom]
[INFO] org.eclipse.papyrus.uml.xtext.integration.core          [eclipse-plugin]
[INFO] org.eclipse.papyrus.extensionpoints.editors             [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.textedit.xtext                [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.types.editor                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.types.ui                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.nattable                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.common               [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.controlmode          [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.model.edit           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.model.editor         [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.modelexplorer        [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.properties           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.views.config         [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.views.editor         [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.representation.edit  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.gmfdiag              [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.ui.fonts                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.ui.architecture               [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.ui.resources                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.onefile.ui                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.newchild.ui                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.hyperlink                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.psf                           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.internationalization.edit     [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.internationalization.ui       [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.internationalization.controlmode [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.internationalization.readonly [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.canonical             [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.model             [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit        [eclipse-plugin]
[INFO] Papyrus Diagram Expansion                                          [pom]
[INFO] org.eclipse.papyrus.infra.gmfdiag.expansion             [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.dnd                   [eclipse-plugin]
[INFO] Papyrus Diagram CSS Support                                        [pom]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.export                [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.gef                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter        [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.preferences           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.navigation            [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink             [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.menu                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer         [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.outline               [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.properties            [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher        [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.welcome               [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.widgets               [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit   [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit            [eclipse-plugin]
[INFO] Papyrus Diagram Assistants                                         [pom]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant             [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit        [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor      [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui          [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext            [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties        [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration     [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme             [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui         [eclipse-plugin]
[INFO] org.eclipse.papyrus.views.modelexplorer.newchild        [eclipse-plugin]
[INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading [eclipse-plugin]
[INFO] org.eclipse.papyrus.views.modelexplorer.widgets         [eclipse-plugin]
[INFO] org.eclipse.papyrus.views.properties                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.views.properties.model.xwt          [eclipse-plugin]
[INFO] Papyrus Validation View                                            [pom]
[INFO] org.eclipse.papyrus.views.validation                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.views.search                        [eclipse-plugin]
[INFO] Papyrus References View                                            [pom]
[INFO] org.eclipse.papyrus.views.references                    [eclipse-plugin]
[INFO] Papyrus Documentation View                                         [pom]
[INFO] Papyrus UML Internationalization                                   [pom]
[INFO] org.eclipse.papyrus.uml.internationalization.utils      [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.internationalization.edit       [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.extensionpoints                 [eclipse-plugin]
[INFO] Papyrus UML Tools                                                  [pom]
[INFO] org.eclipse.papyrus.uml.tools.utils                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.tools                           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.appearance                      [eclipse-plugin]
[INFO] Papyrus UML Diagrams                                               [pom]
[INFO] org.eclipse.papyrus.uml.diagram.common                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.types.core                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.ui                              [eclipse-plugin]
[INFO] org.eclipse.papyrus.views.documentation                 [eclipse-plugin]
[INFO] Papyrus Editor                                                     [pom]
[INFO] org.eclipse.papyrus.eclipse.project.editors             [eclipse-plugin]
[INFO] org.eclipse.papyrus.editor                              [eclipse-plugin]
[INFO] org.eclipse.papyrus.editor.perspectiveconfiguration     [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.commands                        [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.controlmode.profile             [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.documentation.profile           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.filters                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.filters.edit                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.icons                           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.modelrepair                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.profile                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.import                          [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.export                          [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.navigation                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.oclconstraintevaluation         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.wizards                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.perspective                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.resourceloading.profile         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.search.ui                       [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.service.types                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.service.types.ui                [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.service.validation              [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.services.decoration             [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.templaterepository              [eclipse-plugin]
[INFO] Papyrus UML ALF                                                    [pom]
[INFO] org.eclipse.papyrus.uml.alf                             [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.alf.common                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.alf.common.ui                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.alf.libraries                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.alf.to.fuml                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.alf.ui                          [eclipse-plugin]
[INFO] Papyrus UML Architecture                                           [pom]
[INFO] org.eclipse.papyrus.uml.diagram.activity                [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.communication           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.interactionoverview     [eclipse-plugin]
[INFO] Papyrus UML Nattable                                               [pom]
[INFO] org.eclipse.papyrus.uml.nattable.generic.config         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.deployment              [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.clazz                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.component               [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.composite               [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable                        [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.clazz.config           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition      [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.menu                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.sequence                [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.statemachine            [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.timing                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.usecase                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.profile                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.architecture                    [eclipse-plugin]
[INFO] Papyrus UML Decorator Models                                       [pom]
[INFO] org.eclipse.papyrus.uml.decoratormodel                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode      [eclipse-plugin]
[INFO] Papyrus UML Properties                                             [pom]
[INFO] org.eclipse.papyrus.uml.properties                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.decoratormodel.ui               [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.decoratormodel.properties       [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.common.groups           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.css                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.dnd                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.icons                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.linklf                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.modelexplorer           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.navigation              [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.symbols                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions   [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.symbols.properties      [eclipse-plugin]
[INFO] Papyrus UML Expressions Infrastructure                             [pom]
[INFO] org.eclipse.papyrus.uml.expressions                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.expressions.edit                [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.expressions.properties          [eclipse-plugin]
[INFO] Papyrus UML Model Explorer                                         [pom]
[INFO] org.eclipse.papyrus.uml.modelexplorer                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.modelexplorer.widgets           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.generic                [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.matrix                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.menu                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.properties             [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.richtext               [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.stereotype.display     [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.xtext.integration.ui            [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.xtext.integration      [eclipse-plugin]
[INFO] Papyrus UML Textual Edit                                           [pom]
[INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification [eclipse-plugin]
[INFO] Papyrus UML Profile                                                [pom]
[INFO] org.eclipse.papyrus.uml.profile.drafter                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.profile.drafter.documentation   [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.properties.xtext                [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.common.xtext           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui        [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.javaconstraint         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.message.xtext          [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui       [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext        [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui     [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.port.xtext             [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui          [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.property.xtext         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui      [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.state.xtext            [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.transition.xtext       [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui    [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.xtext.integration.validation    [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.internationalization            [eclipse-plugin]
[INFO] Papyrus M2M QvTo                                                   [pom]
[INFO] org.eclipse.papyrus.uml.m2m.qvto.common                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes      [eclipse-plugin]
[INFO] org.eclipse.papyrus.plugins-doc                                    [pom]
[INFO] Papyrus - API migration documentation                   [eclipse-plugin]
[INFO] Papyrus Copypaste UI doc                                [eclipse-plugin]
[INFO] Papyrus Developer doc                                   [eclipse-plugin]
[INFO] Papyrus DSML Validation doc                             [eclipse-plugin]
[INFO] Papyrus Infra doc                                       [eclipse-plugin]
[INFO] Papyrus Infra GmfDiag Common doc                        [eclipse-plugin]
[INFO] Papyrus Infra GmfDiag Css doc                           [eclipse-plugin]
[INFO] Papyrus Infra Expression doc                            [eclipse-plugin]
[INFO] Papyrus Internationalization doc                        [eclipse-plugin]
[INFO] Papyrus Infra Nattable doc                              [eclipse-plugin]
[INFO] Papyrus Infra Newchild doc                              [eclipse-plugin]
[INFO] Papyrus Infra Services ControlMode doc                  [eclipse-plugin]
[INFO] Papyrus Infra Service decoration doc                    [eclipse-plugin]
[INFO] Papyrus Infra Service decoration doc                    [eclipse-plugin]
[INFO] Papyrus Infra Architecture doc                          [eclipse-plugin]
[INFO] Papyrus Infra Types doc                                 [eclipse-plugin]
[INFO] Papyrus Req Reqif doc                                   [eclipse-plugin]
[INFO] Papyrus Uml DecoratorModel doc                          [eclipse-plugin]
[INFO] Papyrus Uml Diagram Common doc                          [eclipse-plugin]
[INFO] Papyrus Uml Diagram profile doc                         [eclipse-plugin]
[INFO] Papyrus Uml doc                                         [eclipse-plugin]
[INFO] Papyrus Uml Search UI doc                               [eclipse-plugin]
[INFO] Papyrus ModelRepair doc                                 [eclipse-plugin]
[INFO] Papyrus Uml Profile Assistants doc                      [eclipse-plugin]
[INFO] Papyrus Uml Diagram Customization from a Profile doc    [eclipse-plugin]
[INFO] Papyrus Profile Types doc                               [eclipse-plugin]
[INFO] Papyrus Uml Search UI doc                               [eclipse-plugin]
[INFO] Papyrus Views Properties doc                            [eclipse-plugin]
[INFO] Papyrus Views References doc                            [eclipse-plugin]
[INFO] Papyrus Views References doc                            [eclipse-plugin]
[INFO] Papyrus Views References doc                            [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc     [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.architecture.doc         [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.doc           [eclipse-plugin]
[INFO] Papyrus Toolsmiths Plug-in Builders doc                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc  [eclipse-plugin]
[INFO] Papyrus SDK                                                        [pom]
[INFO] org.eclipse.papyrus.sdk                                 [eclipse-plugin]
[INFO] Papyrus Examples Plugins                                           [pom]
[INFO] org.eclipse.papyrus.examples.core                                  [pom]
[INFO] org.eclipse.papyrus.example.core.lifecycleevents        [eclipse-plugin]
[INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor [eclipse-plugin]
[INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor [eclipse-plugin]
[INFO] org.eclipse.papyrus.examples.emf                                   [pom]
[INFO] org.eclipse.papyrus.outline.emftree                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.examples.infra                                 [pom]
[INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences [eclipse-plugin]
[INFO] org.eclipse.papyrus.examples.others                                [pom]
[INFO] org.eclipse.papyrus.example.text.instance               [eclipse-plugin]
[INFO] org.eclipse.papyrus.examples.uml                                   [pom]
[INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource [eclipse-plugin]
[INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.emftree                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.textual.editors.example         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.disable.helper.advices.example  [eclipse-plugin]
[INFO] org.eclipse.papyrus.examples.uml.diagrams               [eclipse-plugin]
[INFO] org.eclipse.papyrus.example.uml.nattable.actions        [eclipse-plugin]
[INFO] org.eclipse.papyrus.example.uml.nattable.empty.line     [eclipse-plugin]
[INFO] org.eclipse.papyrus.example.uml.services.decorator      [eclipse-plugin]
[INFO] org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture [eclipse-plugin]
[INFO] org.eclipse.papyrus.examples-user                                  [pom]
[INFO] org.eclipse.papyrus.examples.user.qvto                  [eclipse-plugin]
[INFO] Papyrus Main Features                                              [pom]
[INFO] org.eclipse.papyrus.views.validation.feature           [eclipse-feature]
[INFO] org.eclipse.papyrus.views.modelexplorer.feature        [eclipse-feature]
[INFO] org.eclipse.papyrus.views.references.feature           [eclipse-feature]
[INFO] org.eclipse.papyrus.views.properties.feature           [eclipse-feature]
[INFO] org.eclipse.papyrus.views.documentation.feature        [eclipse-feature]
[INFO] org.eclipse.papyrus.views.search.feature               [eclipse-feature]
[INFO] org.eclipse.papyrus.views.feature                      [eclipse-feature]
[INFO] org.eclipse.papyrus.doc.feature                        [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.expressions.feature            [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.decoratormodel.feature         [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.architecture.feature           [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.xtext.integration.feature      [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.ui.feature                     [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.tools.feature                  [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.modelexplorer.feature          [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.diagram.feature                [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.properties.feature             [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.internationalization.feature   [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.textedit.feature               [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.search.feature                 [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.nattable.feature               [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature          [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.diagram.css.feature            [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.alf.feature                    [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.m2m.qvto.feature               [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.feature                        [eclipse-feature]
[INFO] org.eclipse.papyrus.editor.feature                     [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.emf.expressions.feature      [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.emf.feature                  [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.gmfdiag.feature              [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.internationalization.feature [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.core.feature                 [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.ui.feature                   [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.viewpoints.feature           [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.widget.feature               [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.services.feature             [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.architecture.feature         [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.nattable.feature             [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.feature                      [eclipse-feature]
[INFO] org.eclipse.papyrus.emf.feature                        [eclipse-feature]
[INFO] org.eclipse.papyrus.emf.facet.feature                  [eclipse-feature]
[INFO] org.eclipse.papyrus.sdk.feature                        [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.textedit.feature             [eclipse-feature]
[INFO] Papyrus Examples Features                                          [pom]
[INFO] org.eclipse.papyrus.user.examples.feature              [eclipse-feature]
[INFO] org.eclipse.papyrus.main.targetplatform      [eclipse-target-definition]
[INFO] org.eclipse.papyrus.p2                              [eclipse-repository]
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.main.releng >---------
[INFO] Building org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT          [1/487]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.releng ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.main.releng ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.main.releng ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.main.releng ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.main.releng/0.0.1-SNAPSHOT/org.eclipse.papyrus.main.releng-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.plugins >-----------
[INFO] Building Papyrus Main Plugins 0.0.1-SNAPSHOT                     [2/487]
[INFO]   from ../../plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.plugins ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.plugins ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.plugins ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.plugins/0.0.1-SNAPSHOT/org.eclipse.papyrus.plugins-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus-emf >-------------
[INFO] Building Papyrus EMF 0.0.1-SNAPSHOT                              [3/487]
[INFO]   from ../../plugins/emf/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus-emf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus-emf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus-emf ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus-emf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus-emf/0.0.1-SNAPSHOT/org.eclipse.papyrus-emf-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.infra >------------
[INFO] Building Papyrus Infra 0.0.1-SNAPSHOT                            [4/487]
[INFO]   from ../../plugins/infra/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-core >---------
[INFO] Building Papyrus Infra Core 0.0.1-SNAPSHOT                       [5/487]
[INFO]   from ../../plugins/infra/core/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-core ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-core/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-core-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log >-------
[INFO] Building org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT       [6/487]
[INFO]   from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, 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@298f8835
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.log ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.log ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.log
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.log ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.log ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.log ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.log ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 8 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.log ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/target/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.log ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/target/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.core.log ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/target/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.log/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.log/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/target/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.log/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.log/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.log/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.log/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.core.log ---
[INFO] 
[INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus.emf >-------------
[INFO] Building org.eclipse.papyrus.emf 2.0.0-SNAPSHOT                  [7/487]
[INFO]   from ../../plugins/emf/org.eclipse.papyrus.emf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf ---
[INFO] Resolving class path of org.eclipse.papyrus.emf
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 55 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/target/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/target/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/target/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/target/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf ---
[INFO] 
[INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.emf.ui >-----------
[INFO] Building org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT               [8/487]
[INFO]   from ../../plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.logging,1.1.1.v201101211721.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.0.0.201703081533.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.cwt,1.0.0.201703081533.
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.ui ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.ui ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 69 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/target/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/target/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/target/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/target/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/emf/org.eclipse.papyrus.emf.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.ui ---
[INFO] 
[INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.facet >------------
[INFO] Building EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT           [9/487]
[INFO]   from ../../plugins/facet/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.facet ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.facet ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.facet ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.facet ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.facet/0.0.1-SNAPSHOT/org.eclipse.papyrus.facet-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.facet-editor >--------
[INFO] Building Papyrus EMF Facet Editors 0.0.1-SNAPSHOT               [10/487]
[INFO]   from ../../plugins/facet/editor/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.facet-editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.facet-editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.facet-editor ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.facet-editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.facet-editor/0.0.1-SNAPSHOT/org.eclipse.papyrus.facet-editor-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc >----
[INFO] Building org.eclipse.papyrus.emf.facet.custom.doc 2.0.0-SNAPSHOT [11/487]
[INFO]   from ../../plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/target/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/target/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/target/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/target/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.custom.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog >--
[INFO] Building org.eclipse.papyrus.emf.facet.util.emf.catalog 2.0.0-SNAPSHOT [12/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.catalog
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/target/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/target/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/target/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/target/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.util.emf.catalog ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel >--
[INFO] Building org.eclipse.papyrus.emf.facet.efacet.metamodel 2.0.0-SNAPSHOT [13/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.metamodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] Compiling 110 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[27] 
	import org.eclipse.emf.common.util.ECollections;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.common.util.ECollections is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[396] 
	allTypedElements =  new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllTypedElements(),allTypedElements.size(), allTypedElements.toArray());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EcoreEList.UnmodifiableEList needs unchecked conversion to conform to EList<ETypedElement>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[396] 
	allTypedElements =  new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllTypedElements(),allTypedElements.size(), allTypedElements.toArray());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
EcoreEList.UnmodifiableEList is a raw type. References to generic type EcoreEList.UnmodifiableEList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[415] 
	allFacetOperations = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetOperations(),allFacetOperations.size(), allFacetOperations.toArray());
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EcoreEList.UnmodifiableEList needs unchecked conversion to conform to EList<FacetOperation>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[415] 
	allFacetOperations = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetOperations(),allFacetOperations.size(), allFacetOperations.toArray());
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
EcoreEList.UnmodifiableEList is a raw type. References to generic type EcoreEList.UnmodifiableEList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[434] 
	allFacetElements = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetElements(),allFacetElements.size(), allFacetElements.toArray());
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EcoreEList.UnmodifiableEList needs unchecked conversion to conform to EList<EStructuralFeature>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[434] 
	allFacetElements = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetElements(),allFacetElements.size(), allFacetElements.toArray());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
EcoreEList.UnmodifiableEList is a raw type. References to generic type EcoreEList.UnmodifiableEList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/internal/EFacetValidator.java:[28] 
	import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.Facet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.Facet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/internal/EFacetValidator.java:[30] 
	import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.FacetSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.FacetSet is never used
9 problems (9 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 12 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/target/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/target/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/target/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/target/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.efacet.metamodel ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core >-----
[INFO] Building org.eclipse.papyrus.emf.facet.util.core 2.0.0-SNAPSHOT [14/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/org/eclipse/papyrus/emf/facet/util/core/internal/exported/FileUtils.java:[103] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 11 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/target/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/target/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/target/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/target/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.util.core ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core >---
[INFO] Building org.eclipse.papyrus.emf.facet.util.pde.core 2.0.0-SNAPSHOT [15/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.pde.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/Activator.java:[18] 
	@SuppressWarnings("PMD.UseSingleton")
	                  ^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.UseSingleton")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/Activator.java:[27] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/Activator.java:[37] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 52 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/target/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/target/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/target/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/target/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.util.pde.core ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet >------
[INFO] Building org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT    [16/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.efacet ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core >---
[INFO] Building org.eclipse.papyrus.emf.facet.util.emf.core 2.0.0-SNAPSHOT [17/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/preferences/PreferenceInitializer.java:[31] 
	IEclipsePreferences preferenceNode = new DefaultScope().getNode(Activator.PLUGIN_ID);
	                                         ^^^^^^^^^^^^^^
The constructor DefaultScope() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/preferences/PreferenceInitializer.java:[31] 
	IEclipsePreferences preferenceNode = new DefaultScope().getNode(Activator.PLUGIN_ID);
	                                                        ^^^^^^^
Discouraged access: The method 'AbstractScope.getNode(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/serialization/SerializationService.java:[29] 
	ISerializer<Object> serializer = (ISerializer<Object>) ISerializationRegistry.INSTANCE
				.getSerializerFor(instanceValue.getClass());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ISerializer<capture#2-of ?> to ISerializer<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/catalog/CatalogSetManager.java:[165] 
	result.add((T) catalogManager);
	           ^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ICatalogManager to T
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[150] 
	IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID);
	                                         ^^^^^^^^^^^^^^^
The constructor InstanceScope() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[150] 
	IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID);
	                                                         ^^^^^^^
Discouraged access: The method 'AbstractScope.getNode(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[173] 
	IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID);
	                                         ^^^^^^^^^^^^^^^
The constructor InstanceScope() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[173] 
	IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID);
	                                                         ^^^^^^^
Discouraged access: The method 'AbstractScope.getNode(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[196] 
	IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID);
	                                         ^^^^^^^^^^^^^^^
The constructor InstanceScope() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[196] 
	IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID);
	                                                         ^^^^^^^
Discouraged access: The method 'AbstractScope.getNode(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar')
10 problems (10 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 56 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/target/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/target/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/target/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/target/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.util.emf.core ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog >--
[INFO] Building org.eclipse.papyrus.emf.facet.efacet.catalog 2.0.0-SNAPSHOT [18/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.catalog
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/target/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/target/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/target/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/target/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.efacet.catalog ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core >----
[INFO] Building org.eclipse.papyrus.emf.facet.efacet.core 3.0.0-SNAPSHOT [19/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] Compiling 86 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetManager.java:[669] 
	return (List<T>) cache.get(classs);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#4-of ? extends ETypedElement> to List<T>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetActions2Impl.java:[78] 
	ICatalogSetManager2.INSTANCE.registerModelDeclaration(file);
	                    ^^^^^^^^
The field ICatalogSetManager2.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[39] 
	import org.eclipse.papyrus.emf.facet.efacet.core.internal.query.DerivedTypedElementImplementationFactoryRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DerivedTypedElementImplementationFactoryRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[42] 
	import org.eclipse.papyrus.emf.facet.efacet.core.query.IDerivedTypedElementImplementation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IDerivedTypedElementImplementation is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[141] 
	IDerivedTypedElementImplementation evaluator2 = null;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IDerivedTypedElementImplementation is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[148] 
	evaluator2 = DerivedTypedElementImplementationFactoryRegistry.INSTANCE.getEvaluatorFor(query, this);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DerivedTypedElementImplementationFactoryRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[148] 
	evaluator2 = DerivedTypedElementImplementationFactoryRegistry.INSTANCE.getEvaluatorFor(query, this);
	                                                              ^^^^^^^^
The field DerivedTypedElementImplementationFactoryRegistry.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[148] 
	evaluator2 = DerivedTypedElementImplementationFactoryRegistry.INSTANCE.getEvaluatorFor(query, this);
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEvaluatorFor(Query, IDerivedTypedElementManager) from the type DerivedTypedElementImplementationFactoryRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetManagerContext.java:[142] 
	result = (T) derivedResult;
	         ^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from DerivedTypedElement to T
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetManagerContext.java:[407] 
	final T element = (T) feature;
	                  ^^^^^^^^^^^
Type safety: Unchecked cast from ETypedElement to T
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/Messages.java:[18] 
	@SuppressWarnings("PMD")
	                  ^^^^^
Unsupported @SuppressWarnings("PMD")
11 problems (11 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 56 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/target/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/target/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/target/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/target/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.efacet.core ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui >------
[INFO] Building org.eclipse.papyrus.emf.facet.util.ui 3.0.0-SNAPSHOT   [20/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] Compiling 67 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[19] 
	@SuppressWarnings("PMD.UseSingleton")
	                  ^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.UseSingleton")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[28] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[38] 
	@SuppressWarnings({ "PMD.SignatureDeclareThrowsException",
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[39] 
	"PMD.NullAssignment" })
	^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.NullAssignment")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/sync/generated/SynchronizedOkDialog.java:[23] 
	@SuppressWarnings("PMD.ExcessivePublicCount")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ExcessivePublicCount")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/item/AbstractTreeItem.java:[107] 
	public abstract IDialog onItemMouseSelection();
	                ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[48] 
	private final ExtendedTreeMenu<IDialog> treeMenu;
	                               ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[65] 
	final List<AbstractTreeMenu<IDialog>> menuItems) {
	                            ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[96] 
	this.treeMenu = new ExtendedTreeMenu<IDialog>(parent, this, menuItems);
	                                     ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[158] 
	public AbstractTreeItem<IDialog> getFirstTreeItem() {
	                        ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[159] 
	AbstractTreeItem<IDialog> result = null;
	                 ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[169] 
	public ExtendedTreeMenu<IDialog> getTreeMenu() {
	                        ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/menu/AbstractTreeMenuItem.java:[94] 
	newTreeItem = getAssociatedTreeItemClass().newInstance();
	                                           ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#1-of ? extends AbstractTreeItem<T>> is deprecated since version 9
13 problems (13 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/target/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/target/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/target/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/target/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.util.ui ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt >-----
[INFO] Building org.eclipse.papyrus.emf.facet.util.swt 2.0.0-SNAPSHOT  [21/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.swt
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.swt ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/target/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/target/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/target/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.swt/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.swt/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/target/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.swt/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.swt/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.swt/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.util.swt ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core >----
[INFO] Building org.eclipse.papyrus.emf.facet.common.core 2.0.0-SNAPSHOT [22/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.common.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.common.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 8 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/target/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/target/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/target/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/target/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.common.core ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui >-----
[INFO] Building org.eclipse.papyrus.emf.facet.common.ui 2.0.0-SNAPSHOT [23/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.common.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[26] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[98] 
	PersistableColumn.getColumnWidths().put(uniqueID, new Integer(column.getWidth()));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[155] 
	private static ViewerSorter getViewerSorter(final ColumnLabelProvider columnLabelProvider) {
	               ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[156] 
	return new ViewerSorter() {
	           ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[156] 
	return new ViewerSorter() {
			@Override
			public int compare(final Viewer viewer, final Object e1, final Object e2) {
				String text1 = columnLabelProvider.getText(e1);
				String text2 = columnLabelProvider.getText(e2);
				if (text1 == null) {
					return -1;
				}
				int compare = text1.compareTo(text2);
				SortableWidget sortableWidget = SortableWidgetFactory.createSortableWidget(viewer);
				if (sortableWidget.getSortDirection() == SWT.DOWN) {
					compare = compare * -1;
				}
				return compare;
			}
		};
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[174] 
	private static void addSorter(final Column column, final ViewerSorter viewerSorter,
	                                                         ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableWidget.java:[16] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableWidget.java:[22] 
	void setSorter(ViewerSorter viewerSorter);
	               ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTable.java:[17] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTable.java:[29] 
	public void setSorter(final ViewerSorter viewerSorter) {
	                            ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTable.java:[30] 
	this.tableViewer.setSorter(viewerSorter);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTree.java:[17] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTree.java:[29] 
	public void setSorter(final ViewerSorter viewerSorter) {
	                            ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTree.java:[30] 
	this.treeViewer.setSorter(viewerSorter);
	                ^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
14 problems (14 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.common.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/target/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/target/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/target/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/target/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.common.ui ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui >----
[INFO] Building org.eclipse.papyrus.emf.facet.util.emf.ui 3.0.0-SNAPSHOT [24/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java:[93] 
	shell.setImage(ImageProvider.getInstance().getEmfFacetLogo());
	                             ^^^^^^^^^^^^^
The method getInstance() from the type ImageProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java:[93] 
	shell.setImage(ImageProvider.getInstance().getEmfFacetLogo());
	                                           ^^^^^^^^^^^^^^^^^
The method getEmfFacetLogo() from the type ImageProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/SelectETypeWizardImpl.java:[38] 
	import org.eclipse.swt.widgets.Shell;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.swt.widgets.Shell is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/preference/pages/DefaultBrowserPreferencePage.java:[42] 
	new InstanceScope(),
	    ^^^^^^^^^^^^^^^
The constructor InstanceScope() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/page/SynchronizedSelectEClassifierWizardPage.java:[31] 
	SynchronizedWizardPage<ISelectEClassifierWizardPage> implements
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ISelectEClassifierWizardPage is a raw type. References to generic type ISelectEClassifierWizardPage<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/page/SynchronizedSelectEClassifierWizardPage.java:[32] 
	ISelectEClassifierWizardPage {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ISelectEClassifierWizardPage is a raw type. References to generic type ISelectEClassifierWizardPage<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/page/SynchronizedSelectEClassifierWizardPage.java:[46] 
	final ISelectEClassifierWizardPage object, final Display display) {
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ISelectEClassifierWizardPage is a raw type. References to generic type ISelectEClassifierWizardPage<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/view/PackageRegistryView.java:[64] 
	&& new Boolean(Platform.getDebugOption(PackageRegistryView.DEBUG_ID)).booleanValue();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Boolean(String) has been deprecated since version 9 and marked for removal
9. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageProvider.java (at line 43)
	@SuppressWarnings("static-method")
	                  ^^^^^^^^^^^^^^^
At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored
10. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageProvider.java (at line 57)
	@SuppressWarnings("static-method")
	                  ^^^^^^^^^^^^^^^
At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored
10 problems (0 errors, 8 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 104 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/target/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/target/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/target/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/target/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.util.emf.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui >---
[INFO] Building org.eclipse.papyrus.emf.facet.efacet.sdk.ui 3.0.0-SNAPSHOT [25/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.sdk.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] Compiling 116 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedETypedElementWidget.java:[20] 
	@SuppressWarnings("PMD.ExcessivePublicCount")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ExcessivePublicCount")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedEStructuralFeatureWidget.java:[20] 
	@SuppressWarnings("PMD.ExcessivePublicCount")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ExcessivePublicCount")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedCreateQueryWidget.java:[20] 
	@SuppressWarnings("PMD.ExcessivePublicCount")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ExcessivePublicCount")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedGetExtendedMetaclassWidget.java:[22] 
	@SuppressWarnings("PMD.ExcessivePublicCount")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ExcessivePublicCount")
5. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/widget/creation/AddOperationInFacetWidget.java (at line 85)
	@SuppressWarnings("static-method")
	                  ^^^^^^^^^^^^^^^
At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedDerivedTypedElementWidget.java:[20] 
	@SuppressWarnings("PMD.ExcessivePublicCount")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ExcessivePublicCount")
7. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/widget/creation/AddParameterInOperationWidget.java (at line 87)
	@SuppressWarnings("static-method")
	                  ^^^^^^^^^^^^^^^
At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedFacetWidget.java:[22] 
	@SuppressWarnings("PMD.ExcessivePublicCount")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ExcessivePublicCount")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/wizard/page/CreateFacetSetWizardPage.java:[87] 
	final IPath containerFullPath = getContainerFullPath();
	            ^^^^^^^^^^^^^^^^^
The value of the local variable containerFullPath is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedGetOrCreateFilteredFacetSetWidget.java:[23] 
	@SuppressWarnings("PMD.ExcessivePublicCount")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ExcessivePublicCount")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedENamedElementWidget.java:[20] 
	@SuppressWarnings("PMD.ExcessivePublicCount")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ExcessivePublicCount")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/Activator.java:[19] 
	@SuppressWarnings("PMD.UseSingleton")
	                  ^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.UseSingleton")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/Activator.java:[28] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/Activator.java:[38] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
14 problems (0 errors, 12 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 109 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/target/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/target/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/target/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/target/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel >--
[INFO] Building org.eclipse.papyrus.emf.facet.custom.metamodel 2.0.0-SNAPSHOT [26/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.metamodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] Compiling 55 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custompt/impl/CustomptPackageImpl.java:[22] 
	import org.eclipse.emf.edit.provider.StyledString;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.StyledString is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custompt/impl/CustomptFactoryImpl.java:[24] 
	import org.eclipse.emf.edit.provider.StyledString;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.StyledString is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custompt/impl/CustomptFactoryImpl.java:[27] 
	import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.*;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EStructuralFeatureTreeElementImpl.java:[64] 
	public Object getAdapter(Class key) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type EStructuralFeatureTreeElementImpl needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EStructuralFeatureTreeElementImpl.java:[64] 
	public Object getAdapter(Class key) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EObjectTreeElementImpl.java:[81] 
	public Object getAdapter(Class key) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type EObjectTreeElementImpl needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EObjectTreeElementImpl.java:[81] 
	public Object getAdapter(Class key) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 18 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/target/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/target/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/target/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/target/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.custom.metamodel ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core >----
[INFO] Building org.eclipse.papyrus.emf.facet.custom.core 4.0.0-SNAPSHOT [27/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/org/eclipse/papyrus/emf/facet/custom/core/internal/exported/CustomizationUtils.java:[137] 
	result = (T) result.toString();
	         ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from String to T
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 100 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/target/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/target/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/target/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.core/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.core/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/target/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.core/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.core/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.core/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.custom.core ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core >--
[INFO] Building org.eclipse.papyrus.emf.facet.common.sdk.core 2.0.0-SNAPSHOT [28/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.common.sdk.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 20 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/target/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/target/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/target/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/target/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.common.sdk.core ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core >--
[INFO] Building org.eclipse.papyrus.emf.facet.custom.sdk.core 2.0.0-SNAPSHOT [29/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.sdk.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[21] 
	@SuppressWarnings("PMD.UseSingleton")
	                  ^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.UseSingleton")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[30] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[40] 
	@SuppressWarnings({ "PMD.SignatureDeclareThrowsException",
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[41] 
	"PMD.NullAssignment" })
	^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.NullAssignment")
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 100 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/target/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/target/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/target/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/target/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.custom.sdk.core ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java >----
[INFO] Building org.eclipse.papyrus.emf.facet.query.java 2.0.0-SNAPSHOT [30/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.java
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.java ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/target/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/target/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/target/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/target/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.query.java ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.tools >---------
[INFO] Building org.eclipse.papyrus.infra.tools 4.2.0-SNAPSHOT         [31/487]
[INFO]   from ../../plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.tools:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.tools ---
[INFO] The project's OSGi version is 4.2.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.tools ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.tools
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.tools ---
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservable.java:[93] 
	result = DelegatingObservableList.wrap((IObservableList) observable);
	                                        ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservable.java:[95] 
	result = DelegatingObservableSet.wrap((IObservableSet) observable);
	                                       ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservable.java:[97] 
	result = DelegatingObservableValue.wrap((IObservableValue) observable);
	                                         ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[28] 
	public class DelegatingObservableValue extends DelegatingObservable<IObservableValue> implements IObservableValue {
	                                                                    ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[28] 
	public class DelegatingObservableValue extends DelegatingObservable<IObservableValue> implements IObservableValue {
	                                                                                                 ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[32] 
	private IValueChangeListener forwardingValueChangeListener;
	        ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[34] 
	DelegatingObservableValue(IObservableValue delegate) {
	                          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[42] 
	public static IObservableValue wrap(IObservableValue observable) {
	              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[42] 
	public static IObservableValue wrap(IObservableValue observable) {
	                                    ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[43] 
	IObservableValue result;
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[60] 
	public static IObservableValue create(Realm realm, ClassLoader loader, Class<?>... mixins) {
	              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[64] 
	public void addValueChangeListener(IValueChangeListener listener) {
	                                   ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[68] 
	public void removeValueChangeListener(IValueChangeListener listener) {
	                                      ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[73] 
	protected void hookDelegate(IObservableValue delegate) {
	                            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[75] 
	delegate.addValueChangeListener(getForwardingValueChangeListener());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[79] 
	protected void unhookDelegate(IObservableValue delegate) {
	                              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[80] 
	delegate.removeValueChangeListener(getForwardingValueChangeListener());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[85] 
	protected void delegateChanged(IObservableValue oldDelegate, IObservableValue newDelegate) {
	                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[85] 
	protected void delegateChanged(IObservableValue oldDelegate, IObservableValue newDelegate) {
	                                                             ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[106] 
	getDelegate().setValue(value);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[110] 
	private IValueChangeListener getForwardingValueChangeListener() {
	        ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[112] 
	forwardingValueChangeListener = new IValueChangeListener() {
	                                    ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[114] 
	public void handleValueChange(ValueChangeEvent event) {
	                              ^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[115] 
	ValueChangeEvent myEvent = new MyValueChangeEvent(event.diff);
	^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[128] 
	class MyValueChangeEvent extends ValueChangeEvent {
	                                 ^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[132] 
	MyValueChangeEvent(ValueDiff diff) {
	                   ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[133] 
	super(getRealObservable(), diff);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ValueChangeEvent(IObservableValue, ValueDiff) belongs to the raw type ValueChangeEvent. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/IMultipleObservableValue.java:[27] 
	public interface IMultipleObservableValue extends AggregatedObservable, IObservableValue {
	                                                                        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/IMultipleObservableValue.java:[32] 
	List<IObservableValue> getObservableValues();
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[31] 
	public class DelegatingObservableSet extends DelegatingObservableCollection<IObservableSet> implements IObservableSet {
	                                                                            ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[31] 
	public class DelegatingObservableSet extends DelegatingObservableCollection<IObservableSet> implements IObservableSet {
	                                                                                                       ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[35] 
	private ISetChangeListener forwardingSetChangeListener;
	        ^^^^^^^^^^^^^^^^^^
ISetChangeListener is a raw type. References to generic type ISetChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[37] 
	DelegatingObservableSet(IObservableSet delegate) {
	                        ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[45] 
	public static IObservableSet wrap(IObservableSet observable) {
	              ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[45] 
	public static IObservableSet wrap(IObservableSet observable) {
	                                  ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[46] 
	IObservableSet result;
	^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[63] 
	public static IObservableSet create(Realm realm, ClassLoader loader, Class<?>... mixins) {
	              ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[67] 
	public void addSetChangeListener(ISetChangeListener listener) {
	                                 ^^^^^^^^^^^^^^^^^^
ISetChangeListener is a raw type. References to generic type ISetChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[71] 
	public void removeSetChangeListener(ISetChangeListener listener) {
	                                    ^^^^^^^^^^^^^^^^^^
ISetChangeListener is a raw type. References to generic type ISetChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[76] 
	protected void hookDelegate(IObservableSet delegate) {
	                            ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[78] 
	delegate.addSetChangeListener(getForwardingSetChangeListener());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[82] 
	protected void unhookDelegate(IObservableSet delegate) {
	                              ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[83] 
	delegate.removeSetChangeListener(getForwardingSetChangeListener());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[88] 
	protected void delegateChanged(IObservableSet oldDelegate, IObservableSet newDelegate) {
	                               ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[88] 
	protected void delegateChanged(IObservableSet oldDelegate, IObservableSet newDelegate) {
	                                                           ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[97] 
	private ISetChangeListener getForwardingSetChangeListener() {
	        ^^^^^^^^^^^^^^^^^^
ISetChangeListener is a raw type. References to generic type ISetChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[99] 
	forwardingSetChangeListener = new ISetChangeListener() {
	                                  ^^^^^^^^^^^^^^^^^^
ISetChangeListener is a raw type. References to generic type ISetChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[101] 
	public void handleSetChange(SetChangeEvent event) {
	                            ^^^^^^^^^^^^^^
SetChangeEvent is a raw type. References to generic type SetChangeEvent<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[102] 
	SetChangeEvent myEvent = new MySetChangeEvent(event.diff);
	^^^^^^^^^^^^^^
SetChangeEvent is a raw type. References to generic type SetChangeEvent<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[115] 
	class MySetChangeEvent extends SetChangeEvent {
	                               ^^^^^^^^^^^^^^
SetChangeEvent is a raw type. References to generic type SetChangeEvent<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[119] 
	MySetChangeEvent(SetDiff diff) {
	                 ^^^^^^^
SetDiff is a raw type. References to generic type SetDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[120] 
	super(getRealObservable(), diff);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor SetChangeEvent(IObservableSet, SetDiff) belongs to the raw type SetChangeEvent. References to generic type SetChangeEvent<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollection.java:[28] 
	public abstract class DelegatingObservableCollection<T extends IObservableCollection> extends DelegatingObservable<T> implements IObservableCollection {
	                                                               ^^^^^^^^^^^^^^^^^^^^^
IObservableCollection is a raw type. References to generic type IObservableCollection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollection.java:[28] 
	public abstract class DelegatingObservableCollection<T extends IObservableCollection> extends DelegatingObservable<T> implements IObservableCollection {
	                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^
IObservableCollection is a raw type. References to generic type IObservableCollection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/util/ClassLoaderHelper.java:[553] 
	return theClass.newInstance();
	                ^^^^^^^^^^^^^
The method newInstance() from the type Class<T> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/CommandBasedObservableValue.java:[22] 
	public interface CommandBasedObservableValue extends CommandBasedObservable, IObservableValue {
	                                                                             ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[39] 
	public class MultipleObservableValue extends ReferenceCountedObservable.Value implements IMultipleObservableValue, IChangeListener {
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[49] 
	public MultipleObservableValue(Collection<IObservableValue> values) {
	                                          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[98] 
	for (IObservableValue observable : observableValues) {
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[99] 
	observable.setValue(value);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[106] 
	observableValues.add((IObservableValue) observable);
	                      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[113] 
	public List<IObservableValue> getObservableValues() {
	            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[119] 
	for (IObservableValue value : getObservableValues()) {
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[128] 
	for (IObservableValue observable : observableValues) {
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[141] 
	protected List<IObservableValue> observableValues = new LinkedList<IObservableValue>();
	               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[141] 
	protected List<IObservableValue> observableValues = new LinkedList<IObservableValue>();
	                                                                   ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[150] 
	for (IObservableValue observable : observableValues) {
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[169] 
	super.fireValueChange(new ValueDiff() {
			@Override
			public Object getOldValue() {
				return true;
			}
			@Override
			public Object getNewValue() {
				return false;
			}
		});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[169] 
	super.fireValueChange(new ValueDiff() {
	                          ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[33] 
	public class DelegatingObservableList extends DelegatingObservableCollection<IObservableList> implements IObservableList {
	                                                                             ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[33] 
	public class DelegatingObservableList extends DelegatingObservableCollection<IObservableList> implements IObservableList {
	                                                                                                         ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[37] 
	private IListChangeListener forwardingListChangeListener;
	        ^^^^^^^^^^^^^^^^^^^
IListChangeListener is a raw type. References to generic type IListChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[39] 
	DelegatingObservableList(IObservableList delegate) {
	                         ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[47] 
	public static IObservableList wrap(IObservableList observable) {
	              ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[47] 
	public static IObservableList wrap(IObservableList observable) {
	                                   ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[48] 
	IObservableList result;
	^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[65] 
	public static IObservableList create(Realm realm, ClassLoader loader, Class<?>... mixins) {
	              ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[69] 
	public void addListChangeListener(IListChangeListener listener) {
	                                  ^^^^^^^^^^^^^^^^^^^
IListChangeListener is a raw type. References to generic type IListChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[73] 
	public void removeListChangeListener(IListChangeListener listener) {
	                                     ^^^^^^^^^^^^^^^^^^^
IListChangeListener is a raw type. References to generic type IListChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[78] 
	protected void hookDelegate(IObservableList delegate) {
	                            ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[80] 
	delegate.addListChangeListener(getForwardingListChangeListener());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[84] 
	protected void unhookDelegate(IObservableList delegate) {
	                              ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[85] 
	delegate.removeListChangeListener(getForwardingListChangeListener());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[90] 
	protected void delegateChanged(IObservableList oldDelegate, IObservableList newDelegate) {
	                               ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[90] 
	protected void delegateChanged(IObservableList oldDelegate, IObservableList newDelegate) {
	                                                            ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[112] 
	return getDelegate().addAll(index, c);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(int, Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[128] 
	return getDelegate().set(index, element);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[175] 
	private IListChangeListener getForwardingListChangeListener() {
	        ^^^^^^^^^^^^^^^^^^^
IListChangeListener is a raw type. References to generic type IListChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[177] 
	forwardingListChangeListener = new IListChangeListener() {
	                                   ^^^^^^^^^^^^^^^^^^^
IListChangeListener is a raw type. References to generic type IListChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[179] 
	public void handleListChange(ListChangeEvent event) {
	                             ^^^^^^^^^^^^^^^
ListChangeEvent is a raw type. References to generic type ListChangeEvent<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[180] 
	ListChangeEvent myEvent = new MyListChangeEvent(event.diff);
	^^^^^^^^^^^^^^^
ListChangeEvent is a raw type. References to generic type ListChangeEvent<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[193] 
	class MyListChangeEvent extends ListChangeEvent {
	                                ^^^^^^^^^^^^^^^
ListChangeEvent is a raw type. References to generic type ListChangeEvent<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[197] 
	MyListChangeEvent(ListDiff diff) {
	                  ^^^^^^^^
ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[198] 
	super(getRealObservable(), diff);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ListChangeEvent(IObservableList, ListDiff) belongs to the raw type ListChangeEvent. References to generic type ListChangeEvent<E> should be parameterized
94 problems (94 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.tools ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 18 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/target/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/target/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.tools ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/target/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.tools/4.2.0-SNAPSHOT/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.tools/4.2.0-SNAPSHOT/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/target/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.tools/4.2.0-SNAPSHOT/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.tools/4.2.0-SNAPSHOT/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.tools/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.tools/4.2.0-SNAPSHOT/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.tools ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.metamodel >--
[INFO] Building org.eclipse.papyrus.emf.facet.query.java.metamodel 2.0.0-SNAPSHOT [32/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.java.metamodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/src/org/eclipse/papyrus/emf/facet/query/java/metamodel/v0_2_0/javaquery/internal/JavaQueryValidator.java:[114] 
	private boolean validatefacetSet_validate(FacetSet facetSet, DiagnosticChain diagnostics, Map<Object, Object> context) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method validatefacetSet_validate(FacetSet, DiagnosticChain, Map<Object,Object>) from the type JavaQueryValidator is never used locally
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 58 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/target/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/target/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/target/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/target/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.query.java.metamodel ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.core >--
[INFO] Building org.eclipse.papyrus.emf.facet.query.java.core 3.0.0-SNAPSHOT [33/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.java.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/src/org/eclipse/papyrus/emf/facet/query/java/core/internal/evaluator/JavaQueryImplementationFactory.java:[78] 
	javaQueryInst = (IJavaQuery2<EObject, ?>) javaQueryClass.newInstance();
	                                                         ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#6-of ?> is deprecated since version 9
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 100 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/target/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/target/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/target/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/target/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.query.java.core ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.jface.ui >---
[INFO] Building org.eclipse.papyrus.emf.facet.util.jface.ui 3.0.0-SNAPSHOT [34/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.jface.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.jface.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/internal/Activator.java:[19] 
	@SuppressWarnings("PMD.UseSingleton")
	                  ^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.UseSingleton")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/internal/Activator.java:[28] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/internal/Activator.java:[38] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/target/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/target/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/target/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/target/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.util.jface.ui ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.ui >-----
[INFO] Building org.eclipse.papyrus.emf.facet.custom.ui 4.0.0-SNAPSHOT [35/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] Compiling 69 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipShadowQuery.java:[20] 
	import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.Shadow;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipShadowQuery.java:[31] 
	public class ToolTipShadowQuery implements IJavaQuery2<EObject, Shadow> {
	                                                                ^^^^^^
Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipShadowQuery.java:[33] 
	public Shadow evaluate(final EObject source,
	       ^^^^^^
Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipShadowQuery.java:[37] 
	return Shadow.NONE;
	       ^^^^^^^^^^^
Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipShadowQuery.java:[37] 
	return Shadow.NONE;
	              ^^^^
Discouraged access: The field 'Shadow.NONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialog.java:[489] 
	Label label = new Label(parent, SWT.NONE);
	      ^^^^^
The value of the local variable label is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/ColorLabelProvider.java:[27] 
	private final LoadCustomizationsDialog loadCustomDialog;
	              ^^^^^^^^^^^^^^^^^^^^^^^^
LoadCustomizationsDialog is a raw type. References to generic type LoadCustomizationsDialog<D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/ColorLabelProvider.java:[29] 
	public ColorLabelProvider(final LoadCustomizationsDialog loadCustomDialog) {
	                                ^^^^^^^^^^^^^^^^^^^^^^^^
LoadCustomizationsDialog is a raw type. References to generic type LoadCustomizationsDialog<D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[32] 
	return new SynchronizedLoadCustomizationsDialog(parent,
				availableCustoms, selectedCustoms,
				Collections.<Customization> emptyList(), callback, ""); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor SynchronizedLoadCustomizationsDialog(Shell, List, List, List, IDialogCallbackWithPreCommit, String) belongs to the raw type SynchronizedLoadCustomizationsDialog. References to generic type SynchronizedLoadCustomizationsDialog<D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[32] 
	return new SynchronizedLoadCustomizationsDialog(parent,
				availableCustoms, selectedCustoms,
				Collections.<Customization> emptyList(), callback, ""); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type SynchronizedLoadCustomizationsDialog needs unchecked conversion to conform to ILoadCustomizationsDialog<D>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[32] 
	return new SynchronizedLoadCustomizationsDialog(parent,
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SynchronizedLoadCustomizationsDialog is a raw type. References to generic type SynchronizedLoadCustomizationsDialog<D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[44] 
	return new SynchronizedLoadCustomizationsDialog(parent,
				availableCustoms, selectedCustoms, lockedCustoms, callback,
				lockMsg);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor SynchronizedLoadCustomizationsDialog(Shell, List, List, List, IDialogCallbackWithPreCommit, String) belongs to the raw type SynchronizedLoadCustomizationsDialog. References to generic type SynchronizedLoadCustomizationsDialog<D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[44] 
	return new SynchronizedLoadCustomizationsDialog(parent,
				availableCustoms, selectedCustoms, lockedCustoms, callback,
				lockMsg);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type SynchronizedLoadCustomizationsDialog needs unchecked conversion to conform to ILoadCustomizationsDialog<D>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[44] 
	return new SynchronizedLoadCustomizationsDialog(parent,
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SynchronizedLoadCustomizationsDialog is a raw type. References to generic type SynchronizedLoadCustomizationsDialog<D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[50] 
	import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.Alignment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[51] 
	import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.Shadow;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[75] 
	private static final boolean DEBUG_FONT = DebugUtils.getDebugStatus(Activator.getDefault(), "font"); //$NON-NLS-1$
	                             ^^^^^^^^^^
The value of the field CustomizedLabelProvider.DEBUG_FONT is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[76] 
	private static final boolean DEBUG_COLOR = DebugUtils.getDebugStatus(Activator.getDefault(), "color"); //$NON-NLS-1$
	                             ^^^^^^^^^^^
The value of the field CustomizedLabelProvider.DEBUG_COLOR is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[169] 
	final ServiceReference serviceReference = bundleContext
	      ^^^^^^^^^^^^^^^^
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[171] 
	final ICustomOverride customOverride = (ICustomOverride) bundleContext
				.getService(serviceReference);
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[172] 
	.getService(serviceReference);
	            ^^^^^^^^^^^^^^^^
Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[421] 
	final Shadow shadow = getPropertyValue(element,
	      ^^^^^^
Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[423] 
	Shadow.class);
	^^^^^^
Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[425] 
	case NONE:
	     ^^^^
Discouraged access: The field 'Shadow.NONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[428] 
	case IN:
	     ^^
Discouraged access: The field 'Shadow.IN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[431] 
	case OUT:
	     ^^^
Discouraged access: The field 'Shadow.OUT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[438] 
	final Alignment alignment = getPropertyValue(element,
	      ^^^^^^^^^
Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[440] 
	Alignment.class);
	^^^^^^^^^
Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[442] 
	case LEFT:
	     ^^^^
Discouraged access: The field 'Alignment.LEFT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[445] 
	case CENTER:
	     ^^^^^^
Discouraged access: The field 'Alignment.CENTER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[448] 
	case RIGHT:
	     ^^^^^
Discouraged access: The field 'Alignment.RIGHT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/SynchronizedLoadCustomizationsDialog.java:[41] 
	super(new LoadCustomizationsDialog(parent, availableCustoms,
				selectedCustoms, lockedCustoms, callback, lockMsg),
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor LoadCustomizationsDialog(Shell, List, List, List, IDialogCallbackWithPreCommit, String) belongs to the raw type LoadCustomizationsDialog. References to generic type LoadCustomizationsDialog<D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/SynchronizedLoadCustomizationsDialog.java:[41] 
	super(new LoadCustomizationsDialog(parent, availableCustoms,
				selectedCustoms, lockedCustoms, callback, lockMsg),
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type LoadCustomizationsDialog needs unchecked conversion to conform to LoadCustomizationsDialog<D>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/SynchronizedLoadCustomizationsDialog.java:[41] 
	super(new LoadCustomizationsDialog(parent, availableCustoms,
	          ^^^^^^^^^^^^^^^^^^^^^^^^
LoadCustomizationsDialog is a raw type. References to generic type LoadCustomizationsDialog<D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipAlignmentQuery.java:[20] 
	import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.Alignment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipAlignmentQuery.java:[31] 
	public class ToolTipAlignmentQuery implements IJavaQuery2<EObject, Alignment> {
	                                                                   ^^^^^^^^^
Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipAlignmentQuery.java:[33] 
	public Alignment evaluate(final EObject source,
	       ^^^^^^^^^
Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipAlignmentQuery.java:[37] 
	return Alignment.LEFT;
	       ^^^^^^^^^^^^^^
Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipAlignmentQuery.java:[37] 
	return Alignment.LEFT;
	                 ^^^^
Discouraged access: The field 'Alignment.LEFT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin')
39 problems (39 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 106 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/target/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/target/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/target/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/target/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.custom.ui ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets >------
[INFO] Building org.eclipse.papyrus.emf.facet.widgets 2.0.0-SNAPSHOT   [36/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.widgets
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.widgets ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 106 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/target/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/target/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/target/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/target/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.widgets ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors >--
[INFO] Building org.eclipse.papyrus.emf.facet.widgets.celleditors 2.0.0-SNAPSHOT [37/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.widgets.celleditors
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] Compiling 64 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/composite/registries/CompositeEditorFactoriesRegistry.java:[35] 
	org.eclipse.papyrus.emf.facet.widgets.celleditors.core.composite.registries.ICompositeEditorFactoriesRegistry,
	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ICompositeEditorFactoriesRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[41] 
	import org.eclipse.papyrus.emf.facet.widgets.internal.CustomizableLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomizableLabelProvider is deprecated
3. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java (at line 211)
	@SuppressWarnings({ "unchecked", "static-method" })
	                                 ^^^^^^^^^^^^^^^
At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[285] 
	new CustomizableLabelProvider());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomizableLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[285] 
	new CustomizableLabelProvider());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomizableLabelProvider() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[329] 
	this.availableValuesTreeViewer.setLabelProvider(new CustomizableLabelProvider());
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomizableLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[329] 
	this.availableValuesTreeViewer.setLabelProvider(new CustomizableLabelProvider());
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomizableLabelProvider() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[459] 
	this.featureValuesListViewer.setLabelProvider(new CustomizableLabelProvider());
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomizableLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[459] 
	this.featureValuesListViewer.setLabelProvider(new CustomizableLabelProvider());
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomizableLabelProvider() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/AbstractCellEditorComposite.java:[46] 
	@SuppressWarnings("deprecation")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("deprecation")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/AbstractCellEditorComposite.java:[87] 
	@SuppressWarnings("deprecation")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("deprecation")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ModelCellEditor.java:[56] 
	instance = classInstance.newInstance();
	                         ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#3-of ?> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryAttributeEditingDialog.java:[36] 
	import org.eclipse.papyrus.emf.facet.widgets.internal.CustomizableLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomizableLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryAttributeEditingDialog.java:[73] 
	private final LabelProvider delegateLabelProvider = new CustomizableLabelProvider();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomizableLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryAttributeEditingDialog.java:[73] 
	private final LabelProvider delegateLabelProvider = new CustomizableLabelProvider();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomizableLabelProvider() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[36] 
	import org.eclipse.papyrus.emf.facet.widgets.internal.CustomizableLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomizableLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[78] 
	CustomizableLabelProvider customizableLabelProvider = new CustomizableLabelProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomizableLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[78] 
	CustomizableLabelProvider customizableLabelProvider = new CustomizableLabelProvider();
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomizableLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[78] 
	CustomizableLabelProvider customizableLabelProvider = new CustomizableLabelProvider();
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomizableLabelProvider() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[80] 
	String label = customizableLabelProvider.getText(eObject);
	                                         ^^^^^^^^^^^^^^^^
The method getText(EObject) from the type CustomizableLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[144] 
	new CustomizableLabelProvider()) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomizableLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[144] 
	new CustomizableLabelProvider()) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomizableLabelProvider() is deprecated
22 problems (0 errors, 21 warnings, 1 info)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/target/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/target/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/target/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/target/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.widgets.celleditors ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.ui >---
[INFO] Building org.eclipse.papyrus.emf.facet.custom.sdk.ui 2.0.0-SNAPSHOT [38/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.sdk.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] Compiling 52 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/wizard/page/CreateCustomizationWizardPage.java:[95] 
	final IPath containerFullPath = getContainerFullPath();
	            ^^^^^^^^^^^^^^^^^
The value of the local variable containerFullPath is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCustomizationPropertyDialog.java:[24] 
	SynchronizedAbstractDialog<IDialog> {
	                           ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCustomizationPropertyDialog.java:[35] 
	final IDialog object, final Display display) {
	      ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCustomizationPropertyDialog.java:[36] 
	super(object, display);
	      ^^^^^^
Type safety: The expression of type IDialog needs unchecked conversion to conform to IDialog<IDialog>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateEClassCustomizationDialog.java:[24] 
	SynchronizedAbstractDialog<IDialog> {
	                           ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateEClassCustomizationDialog.java:[35] 
	final IDialog object, final Display display) {
	      ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateEClassCustomizationDialog.java:[36] 
	super(object, display);
	      ^^^^^^
Type safety: The expression of type IDialog needs unchecked conversion to conform to IDialog<IDialog>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/Activator.java:[19] 
	@SuppressWarnings("PMD.UseSingleton")
	                  ^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.UseSingleton")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/Activator.java:[28] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/Activator.java:[38] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/dialog/ICustomizationDialogFactory.java:[38] 
	IDialog openCreateEClassCustomizationDialog(Display display,
	^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/dialog/ICustomizationDialogFactory.java:[46] 
	IDialog openCreateFacetCustomizationDialog(Display display,
	^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/dialog/ICustomizationDialogFactory.java:[55] 
	IDialog openAddCustomizationPropertyDialog(Display display,
	^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/dialog/ICustomizationDialogFactory.java:[63] 
	IDialog openAddCaseQueryDialog(Display display, EditingDomain editingDomain);
	^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
15. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/widget/command/CreateEClassCustomizationWidget.java (at line 104)
	@SuppressWarnings("static-method")
	                  ^^^^^^^^^^^^^^^
At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCaseQueryDialog.java:[24] 
	SynchronizedAbstractDialog<IDialog> {
	                           ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCaseQueryDialog.java:[34] 
	public SynchronizedAddCaseQueryDialog(final IDialog object,
	                                            ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCaseQueryDialog.java:[36] 
	super(object, display);
	      ^^^^^^
Type safety: The expression of type IDialog needs unchecked conversion to conform to IDialog<IDialog>
19. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/widget/command/CreateFacetCustomizationWidget.java (at line 96)
	@SuppressWarnings("static-method")
	                  ^^^^^^^^^^^^^^^
At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateFacetCustomizationDialog.java:[24] 
	SynchronizedAbstractDialog<IDialog> {
	                           ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateFacetCustomizationDialog.java:[35] 
	final IDialog object, final Display display) {
	      ^^^^^^^
IDialog is a raw type. References to generic type IDialog<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateFacetCustomizationDialog.java:[36] 
	super(object, display);
	      ^^^^^^
Type safety: The expression of type IDialog needs unchecked conversion to conform to IDialog<IDialog>
22 problems (0 errors, 20 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/target/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/target/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/target/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/target/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel.edit >--
[INFO] Building org.eclipse.papyrus.emf.facet.efacet.metamodel.edit 2.0.0-SNAPSHOT [39/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.metamodel.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 13 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/target/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/target/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/target/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/target/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.metamodel >--
[INFO] Building org.eclipse.papyrus.emf.facet.query.ocl.metamodel 2.0.0-SNAPSHOT [40/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.ocl.metamodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 12 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/target/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/target/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/target/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/target/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.edit >--
[INFO] Building org.eclipse.papyrus.emf.facet.custom.metamodel.edit 2.0.0-SNAPSHOT [41/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.metamodel.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 19 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/target/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/target/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/target/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/target/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor >--
[INFO] Building org.eclipse.papyrus.emf.facet.custom.metamodel.editor 2.0.0-SNAPSHOT [42/487]
[INFO]   from ../../plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.metamodel.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[137] 
	final List facetOperations = new ArrayList<FacetOperation>();
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[140] 
	facetOperations.add(facetOperation);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[144] 
	facetOperations.add(facetElement);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[147] 
	for (Object object : (List) inputElement) {
	                      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[149] 
	facetOperations.add(object);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[271] 
	List listResult = new ArrayList<String>();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[274] 
	listResult.add(object.getCase().getName());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[281] 
	EParameter parameterValue = (EParameter) element;
	           ^^^^^^^^^^^^^^
The value of the local variable parameterValue is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[307] 
	boolean gray = false;
	        ^^^^
The value of the local variable gray is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[309] 
	final FacetOperation customViewFeature = (FacetOperation) element;
	                     ^^^^^^^^^^^^^^^^^
The value of the local variable customViewFeature is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/EMFUtil.java:[82] 
	private static void addAll(final Set<EClass> classes, final List<Resource> resources) {
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addAll(Set<EClass>, List<Resource>) from the type EMFUtil is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomModelWizard.java:[55] 
	import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.provider.CustomEditPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomEditPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomModelWizard.java:[554] 
	return CustomEditPlugin.INSTANCE.getString("_UI_" + typeName + "_type");
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomEditPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomModelWizard.java:[554] 
	return CustomEditPlugin.INSTANCE.getString("_UI_" + typeName + "_type");
	                        ^^^^^^^^
Discouraged access: The field 'CustomEditPlugin.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[110] 
	import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.provider.CustomItemProviderAdapterFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomItemProviderAdapterFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[341] 
	adapterFactory.addAdapterFactory(new CustomItemProviderAdapterFactory());
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomItemProviderAdapterFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[341] 
	adapterFactory.addAdapterFactory(new CustomItemProviderAdapterFactory());
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CustomItemProviderAdapterFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[479] 
	Exception exception = null;
	          ^^^^^^^^^
The value of the local variable exception is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[952] 
	public Object getAdapter(Class key) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type CustomEditor needs unchecked conversion to conform to T from the type WorkbenchPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[963] 
	return super.getAdapter(key);
	       ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type WorkbenchPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[963] 
	return super.getAdapter(key);
	                        ^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
21 problems (21 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 113 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc >--
[INFO] Building org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc 2.0.0-SNAPSHOT [43/487]
[INFO]   from ../../plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc >--------
[INFO] Building org.eclipse.papyrus.emf.facet.doc 2.0.0-SNAPSHOT       [44/487]
[INFO]   from ../../plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.doc ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 35 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/target/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/target/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/target/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/target/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.doc ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra-types >---------
[INFO] Building Papyrus Infra Element Types Configurations 0.0.1-SNAPSHOT [45/487]
[INFO]   from ../../plugins/infra/types/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-types ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-types ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-types ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-types ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-types/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-types-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types >---------
[INFO] Building org.eclipse.papyrus.infra.types 5.0.0-SNAPSHOT         [46/487]
[INFO]   from ../../plugins/infra/types/org.eclipse.papyrus.infra.types/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.types
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types ---
[INFO] Compiling 49 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 98 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/target/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/target/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.types ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/target/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/target/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.types ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture >---
[INFO] Building org.eclipse.papyrus.infra.core.architecture 3.1.0-SNAPSHOT [47/487]
[INFO]   from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.architecture
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.architecture ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 109 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/target/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/target/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/target/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.architecture/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.architecture/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/target/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.architecture/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.architecture/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.architecture/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.core.architecture ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture >---
[INFO] Building org.eclipse.papyrus.emf.facet.architecture 1.0.0-SNAPSHOT [48/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.architecture/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.architecture
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/Activator.java:[20] 
	import org.eclipse.papyrus.emf.facet.architecture.customizationconfiguration.CustomizationConfigurationPackage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.emf.facet.architecture.customizationconfiguration.CustomizationConfigurationPackage is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/util/CustomizationConfigurationValidator.java:[180] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add(createDiagnostic(Diagnostic.ERROR,
						DIAGNOSTIC_SOURCE,
						0,
						"_UI_GenericConstraint_diagnostic", //$NON-NLS-1$
						new Object[] { "checkConfiguration", getObjectLabel(emfFacetTreeViewerConfiguration, context) }, //$NON-NLS-1$
						new Object[] { emfFacetTreeViewerConfiguration },
						context));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/util/CustomizationConfigurationValidator.java:[245] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add(createDiagnostic(Diagnostic.ERROR,
						DIAGNOSTIC_SOURCE,
						0,
						"_UI_GenericConstraint_diagnostic", //$NON-NLS-1$
						new Object[] { "checkCustomizationReference", getObjectLabel(customizationReference, context) }, //$NON-NLS-1$
						new Object[] { customizationReference },
						context));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/util/CustomizationConfigurationValidator.java:[320] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add(createDiagnostic(Diagnostic.ERROR,
						DIAGNOSTIC_SOURCE,
						0,
						"_UI_GenericConstraint_diagnostic", //$NON-NLS-1$
						new Object[] { "checkAbsoluteOrder", getObjectLabel(absoluteOrder, context) }, //$NON-NLS-1$
						new Object[] { absoluteOrder },
						context));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/util/CustomizationConfigurationValidator.java:[385] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add(createDiagnostic(Diagnostic.ERROR,
						DIAGNOSTIC_SOURCE,
						0,
						"_UI_GenericConstraint_diagnostic", //$NON-NLS-1$
						new Object[] { "checkRelativeOrder", getObjectLabel(relativeOrder, context) }, //$NON-NLS-1$
						new Object[] { relativeOrder },
						context));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/util/CustomizationConfigurationValidator.java:[450] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add(createDiagnostic(Diagnostic.ERROR,
						DIAGNOSTIC_SOURCE,
						0,
						"_UI_GenericConstraint_diagnostic", //$NON-NLS-1$
						new Object[] { "checkRedefinition", getObjectLabel(redefinition, context) }, //$NON-NLS-1$
						new Object[] { redefinition },
						context));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.architecture ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 109 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/target/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/target/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/target/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/target/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.architecture ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit >------
[INFO] Building org.eclipse.papyrus.infra.types.edit 5.0.0-SNAPSHOT    [49/487]
[INFO]   from ../../plugins/infra/types/org.eclipse.papyrus.infra.types.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.types.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 101 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/target/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/target/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/target/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/target/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.types.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture.edit >--
[INFO] Building org.eclipse.papyrus.infra.core.architecture.edit 3.0.0-SNAPSHOT [50/487]
[INFO]   from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.architecture.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 110 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/target/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/target/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/target/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.architecture.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.architecture.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/target/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.architecture.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.architecture.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.architecture.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.core.architecture.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture.edit >--
[INFO] Building org.eclipse.papyrus.emf.facet.architecture.edit 1.0.0-SNAPSHOT [51/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.architecture.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/provider/CustomizationConfigurationEditPlugin.java:[22] 
	import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.provider.CustomEditPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomEditPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/provider/CustomizationConfigurationEditPlugin.java:[68] 
	CustomEditPlugin.INSTANCE,
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomEditPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/provider/CustomizationConfigurationEditPlugin.java:[68] 
	CustomEditPlugin.INSTANCE,
	                 ^^^^^^^^
Discouraged access: The field 'CustomEditPlugin.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin')
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 110 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/target/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/target/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/target/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/target/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.architecture.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.aggregate.doc >---
[INFO] Building org.eclipse.papyrus.emf.facet.aggregate.doc 2.0.0-SNAPSHOT [52/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.aggregate.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.aggregate.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/target/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/target/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/target/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/target/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.aggregate.doc ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.doc >----
[INFO] Building org.eclipse.papyrus.emf.facet.efacet.doc 2.0.0-SNAPSHOT [53/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/target/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/target/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/target/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/target/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.efacet.doc ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.edit >----
[INFO] Building org.eclipse.papyrus.emf.facet.efacet.edit 2.0.0-SNAPSHOT [54/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 13 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/target/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/target/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/target/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/target/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.efacet.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.editor >---
[INFO] Building org.eclipse.papyrus.emf.facet.efacet.editor 2.0.0-SNAPSHOT [55/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 86 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/target/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/target/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/target/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/target/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.efacet.editor ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.ui >-----
[INFO] Building org.eclipse.papyrus.emf.facet.efacet.ui 4.0.0-SNAPSHOT [56/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] Compiling 98 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/ETypedElementSelectionControl.java:[183] 
	this.filteredTree = new FilteredTree(parentComposite, selectionStyle(this.selectionMaxSize) | SWT.H_SCROLL | SWT.V_SCROLL
				| SWT.BORDER, createPatternFilter(), true);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/ETypedElementSelectionControl.java:[200] 
	final Status errorSelection = new Status(IStatus.ERROR, Activator.PLUGIN_ID, Messages.ETypedElementSelectionControl_invalidSelection);
	             ^^^^^^^^^^^^^^
The value of the local variable errorSelection is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/composites/BrowseComposite.java:[30] 
	@SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/composites/SelectQueryTypeComposite.java:[29] 
	@SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
5. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/FacetSetSelectionControl.java (at line 304)
	@SuppressWarnings("static-method")
	                  ^^^^^^^^^^^^^^^
At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/NavigationView.java:[61] 
	import org.eclipse.papyrus.emf.facet.efacet.core.FacetUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.emf.facet.efacet.core.FacetUtils is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/NavigationView.java:[360] 
	this.fContext.remove(toBeRemoved);
	                     ^^^^^^^^^^^
Unlikely argument type Set<EObject> for remove(Object) on a Collection<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/composites/SelectETypeComposite.java:[34] 
	@SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/wizards/AbstractAddFacetChildrenWizard.java:[34] 
	@SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[23] 
	import org.eclipse.papyrus.emf.facet.efacet.ui.internal.ImageProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ImageProvider is deprecated
11. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java (at line 29)
	@SuppressWarnings("synthetic-access")
	                  ^^^^^^^^^^^^^^^^^^
At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[64] 
	setImageDescriptor(ImageProvider.getInstance().getRemoveAllImageDescriptor());
	                   ^^^^^^^^^^^^^
The type ImageProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[64] 
	setImageDescriptor(ImageProvider.getInstance().getRemoveAllImageDescriptor());
	                                 ^^^^^^^^^^^^^
The method getInstance() from the type ImageProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[64] 
	setImageDescriptor(ImageProvider.getInstance().getRemoveAllImageDescriptor());
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRemoveAllImageDescriptor() from the type ImageProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[77] 
	setImageDescriptor(ImageProvider.getInstance().getRemoveImageDescriptor());
	                   ^^^^^^^^^^^^^
The type ImageProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[77] 
	setImageDescriptor(ImageProvider.getInstance().getRemoveImageDescriptor());
	                                 ^^^^^^^^^^^^^
The method getInstance() from the type ImageProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[77] 
	setImageDescriptor(ImageProvider.getInstance().getRemoveImageDescriptor());
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRemoveImageDescriptor() from the type ImageProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/IQueryCreationPagePart2Registry.java:[20] 
	import org.eclipse.papyrus.emf.facet.efacet.ui.internal.exported.wizard.IQueryCreationPagePart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IQueryCreationPagePart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/wizards/pages/AbstractFacetWizardPage.java:[55] 
	@SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
19 problems (0 errors, 17 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 112 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/target/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/target/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/target/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/target/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.efacet.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.sdk.ui >--
[INFO] Building org.eclipse.papyrus.emf.facet.query.java.sdk.ui 2.0.0-SNAPSHOT [57/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.java.sdk.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/java/sdk/ui/internal/Activator.java:[19] 
	@SuppressWarnings("PMD.UseSingleton")
	                  ^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.UseSingleton")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/java/sdk/ui/internal/Activator.java:[28] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/java/sdk/ui/internal/Activator.java:[38] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/java/sdk/ui/internal/wizard/JdtUtils.java:[229] 
	.getEPackageNsURIToGenModelLocationMap();
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEPackageNsURIToGenModelLocationMap() from the type EcorePlugin is deprecated
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.core >--
[INFO] Building org.eclipse.papyrus.emf.facet.query.ocl.core 2.0.0-SNAPSHOT [58/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.ocl.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/org/eclipse/papyrus/emf/facet/query/ocl/core/internal/Activator.java:[19] 
	@SuppressWarnings("PMD.UseSingleton")
	                  ^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.UseSingleton")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/org/eclipse/papyrus/emf/facet/query/ocl/core/internal/Activator.java:[28] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/org/eclipse/papyrus/emf/facet/query/ocl/core/internal/Activator.java:[38] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 60 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/target/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/target/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/target/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/target/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.query.ocl.core ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui >--
[INFO] Building org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui 3.0.0-SNAPSHOT [59/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/ocl/sdk/ui/internal/Activator.java:[19] 
	@SuppressWarnings("PMD.UseSingleton")
	                  ^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.UseSingleton")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/ocl/sdk/ui/internal/Activator.java:[28] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/ocl/sdk/ui/internal/Activator.java:[38] 
	@SuppressWarnings("PMD.SignatureDeclareThrowsException")
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException")
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 112 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.doc >---
[INFO] Building org.eclipse.papyrus.emf.facet.util.emf.doc 2.0.0-SNAPSHOT [60/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/target/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/target/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/target/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/target/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.util.emf.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore >--
[INFO] Building org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore 2.0.0-SNAPSHOT [61/487]
[INFO]   from ../../plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/LongComposite.java:[86] 
	return new Long(string);
	           ^^^^^^^^^^^^
The constructor Long(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/ShortComposite.java:[86] 
	return new Short(string);
	           ^^^^^^^^^^^^^
The constructor Short(String) has been deprecated since version 9 and marked for removal
3. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/BigIntegerComposite.java (at line 73)
	@SuppressWarnings("unused")
	                  ^^^^^^^^
At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/DoubleComposite.java:[83] 
	return new Double(string);
	           ^^^^^^^^^^^^^^
The constructor Double(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/ByteComposite.java:[87] 
	return new Byte(string);
	           ^^^^^^^^^^^^
The constructor Byte(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/FloatComposite.java:[94] 
	return new Float(string);
	           ^^^^^^^^^^^^^
The constructor Float(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/CharComposite.java:[56] 
	return new Character(string.charAt(0));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Character(char) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/IntComposite.java:[86] 
	return new Integer(string);
	           ^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
8 problems (0 errors, 7 warnings, 1 info)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/target/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/target/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/target/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/target/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra-architecture >-----
[INFO] Building Papyrus Infra Architecture 0.0.1-SNAPSHOT              [62/487]
[INFO]   from ../../plugins/infra/architecture/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-architecture ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-architecture/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-architecture-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sashwindows.di >--
[INFO] Building org.eclipse.papyrus.infra.core.sashwindows.di 2.0.0-SNAPSHOT [63/487]
[INFO]   from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sashwindows.di:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.sashwindows.di
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiFactoryImpl.java:[28] 
	import org.eclipse.papyrus.infra.core.sashwindows.di.PageList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiFactoryImpl.java:[102] 
	case DiPackage.PAGE_LIST:
	               ^^^^^^^^^
The field DiPackage.PAGE_LIST is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiFactoryImpl.java:[258] 
	public PageList createPageList() {
	       ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[16] 
	import org.eclipse.papyrus.infra.core.sashwindows.di.PageList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[45] 
	protected PageList pageList;
	          ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[86] 
	public PageList getPageList() {
	       ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[96] 
	public NotificationChain basicSetPageList(PageList newPageList, NotificationChain msgs) {
	                                          ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[97] 
	PageList oldPageList = pageList;
	^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[117] 
	public void setPageList(PageList newPageList) {
	                        ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[235] 
	setPageList((PageList) newValue);
	             ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[254] 
	setPageList((PageList) null);
	             ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[20] 
	import org.eclipse.papyrus.infra.core.sashwindows.di.PageList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[36] 
	public class PageListImpl extends EObjectImpl implements PageList {
	                                                         ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[67] 
	return DiPackage.Literals.PAGE_LIST;
	                          ^^^^^^^^^
The field DiPackage.Literals.PAGE_LIST is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[79] 
	availablePage = new EObjectContainmentEList<PageRef>(PageRef.class, this, DiPackage.PAGE_LIST__AVAILABLE_PAGE);
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[125] 
	case DiPackage.PAGE_LIST__AVAILABLE_PAGE:
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[140] 
	case DiPackage.PAGE_LIST__AVAILABLE_PAGE:
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[156] 
	case DiPackage.PAGE_LIST__AVAILABLE_PAGE:
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[173] 
	case DiPackage.PAGE_LIST__AVAILABLE_PAGE:
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[189] 
	case DiPackage.PAGE_LIST__AVAILABLE_PAGE:
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiSwitch.java:[15] 
	import org.eclipse.papyrus.infra.core.sashwindows.di.PageList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiSwitch.java:[181] 
	case DiPackage.PAGE_LIST: {
	               ^^^^^^^^^
The field DiPackage.PAGE_LIST is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiSwitch.java:[182] 
	PageList pageList = (PageList) theEObject;
	^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiSwitch.java:[182] 
	PageList pageList = (PageList) theEObject;
	                     ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiSwitch.java:[385] 
	public T casePageList(PageList object) {
	                      ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiPackageImpl.java:[31] 
	import org.eclipse.papyrus.infra.core.sashwindows.di.PageList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiPackageImpl.java:[778] 
	pageListEClass = createEClass(PAGE_LIST);
	                              ^^^^^^^^^
The field DiPackage.PAGE_LIST is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiPackageImpl.java:[779] 
	createEReference(pageListEClass, PAGE_LIST__AVAILABLE_PAGE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiPackageImpl.java:[966] 
	initEClass(pageListEClass, PageList.class, "PageList", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
	                           ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiPackageImpl.java:[967] 
	initEReference(getPageList_AvailablePage(), this.getPageRef(), null, "availablePage", null, 0, -1, PageList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED);
	                                                                                                   ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiAdapterFactory.java:[16] 
	import org.eclipse.papyrus.infra.core.sashwindows.di.PageList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiAdapterFactory.java:[139] 
	public Adapter casePageList(PageList object) {
	                            ^^^^^^^^
The type PageList is deprecated
32 problems (32 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 20 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/target/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/target/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/target/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/target/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.core.sashwindows.di ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.core >---------
[INFO] Building org.eclipse.papyrus.infra.core 4.4.0-SNAPSHOT          [64/487]
[INFO]   from ../../plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core ---
[INFO] The project's OSGi version is 4.4.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core ---
[INFO] Compiling 136 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/AbstractDynamicModel.java:[21] 
	import org.eclipse.core.internal.resources.ResourceException;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ResourceException' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/AbstractDynamicModel.java:[65] 
	super.loadModel(fullPathWithoutExtension);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method loadModel(IPath) from the type AbstractBaseModel is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/AbstractDynamicModel.java:[75] 
	createModel(fullPathWithoutExtension);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createModel(IPath) from the type AbstractBaseModel is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ServicesRegistry.java:[36] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ServicesRegistry.java:[298] 
	IService serviceAdapter = AdapterUtils.adapt(serviceInstance, IService.class, null);
	                          ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ServicesRegistry.java:[298] 
	IService serviceAdapter = AdapterUtils.adapt(serviceInstance, IService.class, null);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IService>, IService) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/utils/FilteredListView.java:[63] 
	public void setBackupList(List aList) {
	                          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/utils/FilteredListView.java:[64] 
	list = aList;
	       ^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/internal/ServiceTypeEntry.java:[129] 
	return classname.newInstance();
	                 ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#2-of ?> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ProxyModificationTrackingAdapter.java:[130] 
	Collection<Setting> references = org.eclipse.papyrus.infra.core.utils.EMFHelper.getUsages(eObj);
	                                 ^^^
The type EMFHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ProxyModificationTrackingAdapter.java:[130] 
	Collection<Setting> references = org.eclipse.papyrus.infra.core.utils.EMFHelper.getUsages(eObj);
	                                                                                ^^^^^^^^^^^^^^^
The method getUsages(EObject) from the type EMFHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ModelsReader.java:[268] 
	model = modelInstance.newInstance();
	                      ^^^^^^^^^^^^^
The method newInstance() from the type Class<IModel> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ModelsReader.java:[289] 
	snippet = modelInstance.newInstance();
	                        ^^^^^^^^^^^^^
The method newInstance() from the type Class<IModelSnippet> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ModelsReader.java:[310] 
	snippet = modelInstance.newInstance();
	                        ^^^^^^^^^^^^^
The method newInstance() from the type Class<IModelSetSnippet> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ModelSetServiceAdapter.java:[131] 
	public Class[] getAdapterList() {
	       ^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type ModelSetServiceAdapter.Factory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ModelSetServiceAdapter.java:[136] 
	public Object getAdapter(Object adaptableObject, @SuppressWarnings("rawtypes") Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type ModelSetServiceAdapter.Factory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/modelsetquery/impl/ModelSetQueryInitializer.java:[73] 
	modelsManager.eAdapters().remove(modelQueryAdapter);
	                                 ^^^^^^^^^^^^^^^^^
Unlikely argument type IModelSetQueryAdapter for remove(Object) on a Collection<Adapter>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/listenerservice/ModelListenerManager.java:[95] 
	Class clazz = extensionBundle.loadClass(classAttribute);
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/listenerservice/ModelListenerManager.java:[96] 
	Object obj = clazz.newInstance();
	                   ^^^^^^^^^^^^^
The method newInstance() from the type Class is deprecated since version 9
19 problems (19 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 110 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/target/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/target/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/target/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/target/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.core ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-services >-------
[INFO] Building Papyrus Infra Services 0.0.1-SNAPSHOT                  [65/487]
[INFO]   from ../../plugins/infra/services/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-services ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-services ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-services ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-services ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-services/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-services-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.markerlistener >--
[INFO] Building org.eclipse.papyrus.infra.services.markerlistener 3.0.0-SNAPSHOT [66/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.markerlistener:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.markerlistener
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/org/eclipse/papyrus/infra/services/markerlistener/PapyrusMarkerAdapter.java:[211] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type PapyrusMarkerAdapter needs unchecked conversion to conform to T from the type PlatformObject
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/org/eclipse/papyrus/infra/services/markerlistener/PapyrusMarkerAdapter.java:[216] 
	return super.getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type PlatformObject
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/org/eclipse/papyrus/infra/services/markerlistener/PapyrusMarkerAdapter.java:[216] 
	return super.getAdapter(adapter);
	                        ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.markerlistener ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 120 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/target/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/target/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/target/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.markerlistener/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.markerlistener/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/target/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.markerlistener/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.markerlistener/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.markerlistener/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.markerlistener ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-emf >----------
[INFO] Building Papyrus EMF Infrastructure 0.0.1-SNAPSHOT              [67/487]
[INFO]   from ../../plugins/infra/emf/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-emf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-emf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-emf ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-emf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-emf/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-emf-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf >----------
[INFO] Building org.eclipse.papyrus.infra.emf 4.4.0-SNAPSHOT           [68/487]
[INFO]   from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf ---
[INFO] The project's OSGi version is 4.4.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf ---
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/target/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/target/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/target/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/target/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit >-----
[INFO] Building org.eclipse.papyrus.infra.services.edit 4.1.0-SNAPSHOT [69/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] The project's OSGi version is 4.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/internal/ElementEditService.java:[116] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ElementEditService needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/internal/ElementEditService.java:[116] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/internal/context/DefaultTypeContext.java:[22] 
	import org.eclipse.gmf.runtime.emf.type.core.IElementType;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.gmf.runtime.emf.type.core.IElementType is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[39] 
	public static final void initializeEObjCache(EObject eObj, Map map) throws ServiceException {
	                                                           ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[41] 
	map.put(Client_Context, clientContext);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[44] 
	map.put(Element_Type, type);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[47] 
	map.put(EditHelper_Advice, advices);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[49] 
	map.put(IRequestCacheEntries.Dependent_Elements, new HashSet<Object>()); //The set will be populated on the fly
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[50] 
	map.put(IRequestCacheEntries.Checked_Elements, new HashSet<Object>()); //The set will be populated on the fly
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
9 problems (9 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 120 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/target/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/target/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/target/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/target/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.edit ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture >-----
[INFO] Building org.eclipse.papyrus.infra.architecture 3.3.0-SNAPSHOT  [70/487]
[INFO]   from ../../plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.architecture ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/xtend-gen (includes = [], excludes = [**/.gitignore])
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture ---
[INFO] The project's OSGi version is 3.3.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.architecture
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.infra.architecture ---
[WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.architecture ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.architecture ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 124 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/target/org.eclipse.papyrus.infra.architecture-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/target/org.eclipse.papyrus.infra.architecture-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.architecture ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/target/org.eclipse.papyrus.infra.architecture-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture/3.3.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture/3.3.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/target/org.eclipse.papyrus.infra.architecture-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture/3.3.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture/3.3.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture/3.3.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.architecture ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra-constraints >------
[INFO] Building Papyrus Infra Constraints 0.0.1-SNAPSHOT               [71/487]
[INFO]   from ../../plugins/infra/constraints/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-constraints ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-constraints ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-constraints ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-constraints ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-constraints/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-constraints-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints >------
[INFO] Building org.eclipse.papyrus.infra.constraints 3.0.0-SNAPSHOT   [72/487]
[INFO]   from ../../plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.constraints ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.constraints
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.constraints ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.constraints ---
[INFO] Compiling 50 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/org/eclipse/papyrus/infra/constraints/util/ClassLoader.java:[77] 
	return theClass.newInstance();
	                ^^^^^^^^^^^^^
The method newInstance() from the type Class<T> is deprecated since version 9
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.constraints ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.constraints ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/target/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/target/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.constraints ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/target/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/target/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.constraints ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation >--
[INFO] Building org.eclipse.papyrus.infra.architecture.representation 3.0.0-SNAPSHOT [73/487]
[INFO]   from ../../plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.architecture.representation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/src/org/eclipse/papyrus/infra/architecture/representation/impl/ModelAutoCreateCustomImpl.java:[21] 
	import org.eclipse.papyrus.infra.architecture.representation.impl.ModelAutoCreateImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.architecture.representation.impl.ModelAutoCreateImpl is never used
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture.representation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/target/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/target/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/target/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/target/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.architecture.representation ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit >---
[INFO] Building org.eclipse.papyrus.infra.constraints.edit 3.0.0-SNAPSHOT [74/487]
[INFO]   from ../../plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.constraints.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.constraints.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/target/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/target/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/target/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/target/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.constraints.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation.edit >--
[INFO] Building org.eclipse.papyrus.infra.architecture.representation.edit 2.0.0-SNAPSHOT [75/487]
[INFO]   from ../../plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.architecture.representation.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 112 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/target/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/target/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/target/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/target/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.architecture.representation.edit ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor >----
[INFO] Building org.eclipse.papyrus.infra.core.sasheditor 3.0.0-SNAPSHOT [76/487]
[INFO]   from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] Compiling 110 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[263] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type AbstractMultiPageSashEditor needs unchecked conversion to conform to T from the type WorkbenchPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[263] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[276] 
	Object result = super.getAdapter(adapter);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type WorkbenchPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[276] 
	Object result = super.getAdapter(adapter);
	                                 ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[283] 
	result = PlatformHelper.getAdapter(innerEditor, adapter);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(IEditorPart, Class) of the generic method getAdapter(Object, Class<T>) of type PlatformHelper
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[283] 
	result = PlatformHelper.getAdapter(innerEditor, adapter);
	                                                ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveEditorServicesSwitcher.java:[30] 
	import org.eclipse.ui.internal.services.INestable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveEditorServicesSwitcher.java:[66] 
	private INestable activeServiceLocator;
	        ^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveEditorServicesSwitcher.java:[210] 
	@SuppressWarnings({ "restriction", "deprecation" })
	                                   ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("deprecation")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/multipage/editor/MultiPageEditor.java:[121] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type MultiPageEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/multipage/editor/MultiPageEditor.java:[121] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/multipage/editor/MultiPageEditor.java:[128] 
	return super.getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/multipage/editor/MultiPageEditor.java:[128] 
	return super.getAdapter(adapter);
	                        ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/PTabFolder.java:[52] 
	@SuppressWarnings("restriction")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("restriction")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[43] 
	private ListenerList listeners = new ListenerList();
	        ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[43] 
	private ListenerList listeners = new ListenerList();
	                                     ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[48] 
	private ListenerList postListeners = new ListenerList();
	        ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[48] 
	private ListenerList postListeners = new ListenerList();
	                                         ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[71] 
	listeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[83] 
	postListeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ImageToolTipManager.java:[52] 
	private int offsetX = 20;
	            ^^^^^^^
The value of the field ImageToolTipManager.offsetX is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ImageToolTipManager.java:[256] 
	private Image createControlImage(Control control) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createControlImage(Control) from the type ImageToolTipManager is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ImageToolTipManager.java:[288] 
	private Image scaledImage2(Device device, Image image, float factor) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method scaledImage2(Device, Image, float) from the type ImageToolTipManager is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderPart.java:[876] 
	List<Object> newModels = (List<Object>) partModel.getChildren();
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#4-of ?> to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderPart.java:[1122] 
	private void showTabs(String msg) {
	             ^^^^^^^^^^^^^^^^^^^^
The method showTabs(String) from the type TabFolderPart is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderPart.java:[1309] 
	private int count = 0;
	            ^^^^^
The value of the field new MouseTrackListener(){}.count is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderPart.java:[1356] 
	private int count = 0;
	            ^^^^^
The value of the field new Listener(){}.count is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/utils/PageAddValidatorManager.java:[88] 
	final Object obj = clazz.newInstance();
	                         ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#2-of ?> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerFolderEventsProvider.java:[41] 
	return (List) tabFolderParts;
	       ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<IFolder>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerFolderEventsProvider.java:[41] 
	return (List) tabFolderParts;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/TabFolderModel.java:[74] 
	private void addItem(IPageModel newModel) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addItem(IPageModel) from the type TabFolderModel is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/TabFolderModel.java:[85] 
	private void addItem(int index, IPageModel newModel) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addItem(int, IPageModel) from the type TabFolderModel is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[36] 
	import org.eclipse.ui.IKeyBindingService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[37] 
	import org.eclipse.ui.INestableKeyBindingService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[43] 
	import org.eclipse.ui.internal.KeyBindingService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KeyBindingService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[44] 
	import org.eclipse.ui.internal.PartSite;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[45] 
	import org.eclipse.ui.internal.PopupMenuExtender;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[46] 
	import org.eclipse.ui.internal.WorkbenchPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[47] 
	import org.eclipse.ui.internal.contexts.NestableContextService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[48] 
	import org.eclipse.ui.internal.expressions.ActivePartExpression;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivePartExpression' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[49] 
	import org.eclipse.ui.internal.handlers.LegacyHandlerService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LegacyHandlerService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[50] 
	import org.eclipse.ui.internal.services.INestable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[51] 
	import org.eclipse.ui.internal.services.IServiceLocatorCreator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[52] 
	import org.eclipse.ui.internal.services.IWorkbenchLocationService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[53] 
	import org.eclipse.ui.internal.services.ServiceLocator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[54] 
	import org.eclipse.ui.internal.services.WorkbenchLocationService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[73] 
	public class MultiPageEditorSite implements IMultiPageEditorSite, INestable {
	                                                                  ^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[92] 
	private List<PopupMenuExtender> menuExtenders;
	             ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[122] 
	private IKeyBindingService service = null;
	        ^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[128] 
	private final ServiceLocator serviceLocator;
	              ^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[131] 
	private NestableContextService contextService;
	        ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[228] 
	editorSite.contextService = new NestableContextService(ctxt.getParent().get(IContextService.class), new ActivePartExpression(editorSite.mainEditorSite.getPart()));
	                                ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[228] 
	editorSite.contextService = new NestableContextService(ctxt.getParent().get(IContextService.class), new ActivePartExpression(editorSite.mainEditorSite.getPart()));
	                                ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'NestableContextService(IContextService, Expression)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[228] 
	editorSite.contextService = new NestableContextService(ctxt.getParent().get(IContextService.class), new ActivePartExpression(editorSite.mainEditorSite.getPart()));
	                                                                                                        ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivePartExpression' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[228] 
	editorSite.contextService = new NestableContextService(ctxt.getParent().get(IContextService.class), new ActivePartExpression(editorSite.mainEditorSite.getPart()));
	                                                                                                        ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ActivePartExpression(IWorkbenchPart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[244] 
	serviceLocator.registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(IServiceScopes.MPESITE_SCOPE, getWorkbenchWindow().getWorkbench(), getWorkbenchWindow(), getMainEditorSite(), this, null, 3));
	               ^^^^^^^^^^^^^^^
Discouraged access: The method 'ServiceLocator.registerService(Class, Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[244] 
	serviceLocator.registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(IServiceScopes.MPESITE_SCOPE, getWorkbenchWindow().getWorkbench(), getWorkbenchWindow(), getMainEditorSite(), this, null, 3));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[244] 
	serviceLocator.registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(IServiceScopes.MPESITE_SCOPE, getWorkbenchWindow().getWorkbench(), getWorkbenchWindow(), getMainEditorSite(), this, null, 3));
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[244] 
	serviceLocator.registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(IServiceScopes.MPESITE_SCOPE, getWorkbenchWindow().getWorkbench(), getWorkbenchWindow(), getMainEditorSite(), this, null, 3));
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WorkbenchLocationService(String, IWorkbench, IWorkbenchWindow, IWorkbenchPartSite, IEditorSite, IPageSite, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[260] 
	IHandlerService handlerService = new LegacyHandlerService(context);
	                                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LegacyHandlerService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[260] 
	IHandlerService handlerService = new LegacyHandlerService(context);
	                                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LegacyHandlerService(IEclipseContext)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[275] 
	serviceLocator.activate();
	               ^^^^^^^^
Discouraged access: The method 'ServiceLocator.activate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[278] 
	contextService.activate();
	               ^^^^^^^^
Discouraged access: The method 'NestableContextService.activate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[293] 
	contextService.deactivate();
	               ^^^^^^^^^^
Discouraged access: The method 'NestableContextService.deactivate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[296] 
	serviceLocator.deactivate();
	               ^^^^^^^^^^
Discouraged access: The method 'ServiceLocator.deactivate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[307] 
	menuExtenders.get(i).dispose();
	                     ^^^^^^^
Discouraged access: The method 'PopupMenuExtender.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[315] 
	IKeyBindingService parentService = getMainEditorSite().getKeyBindingService();
	^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[315] 
	IKeyBindingService parentService = getMainEditorSite().getKeyBindingService();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[316] 
	if (parentService instanceof INestableKeyBindingService) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[317] 
	INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService;
	^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[317] 
	INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService;
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[318] 
	nestableParent.removeKeyBindingService(this);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[321] 
	if (service instanceof KeyBindingService) {
	                       ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KeyBindingService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[322] 
	((KeyBindingService) service).dispose();
	  ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'KeyBindingService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[322] 
	((KeyBindingService) service).dispose();
	                              ^^^^^^^
Discouraged access: The method 'KeyBindingService.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[328] 
	contextService.dispose();
	               ^^^^^^^
Discouraged access: The method 'SlaveContextService.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[333] 
	serviceLocator.dispose();
	               ^^^^^^^
Discouraged access: The method 'ServiceLocator.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[394] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type MultiPageEditorSite needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[394] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[431] 
	public IKeyBindingService getKeyBindingService() {
	       ^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[433] 
	service = getMainEditorSite().getKeyBindingService();
	                              ^^^^^^^^^^^^^^^^^^^^^^
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[434] 
	if (service instanceof INestableKeyBindingService) {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[435] 
	INestableKeyBindingService nestableService = (INestableKeyBindingService) service;
	^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[435] 
	INestableKeyBindingService nestableService = (INestableKeyBindingService) service;
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[436] 
	service = nestableService.getKeyBindingService(this);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[444] 
	WorkbenchPlugin.log("MultiPageEditorSite.getKeyBindingService()   Parent key binding service was not an instance of INestableKeyBindingService.  It was an instance of " + service.getClass().getName() + " instead."); //$NON-NLS-1$ //$NON-NLS-2$
	^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[444] 
	WorkbenchPlugin.log("MultiPageEditorSite.getKeyBindingService()   Parent key binding service was not an instance of INestableKeyBindingService.  It was an instance of " + service.getClass().getName() + " instead."); //$NON-NLS-1$ //$NON-NLS-2$
	                ^^^
Discouraged access: The method 'WorkbenchPlugin.log(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[538] 
	public final Object getService(final Class key) {
	             ^^^^^^
Type safety: The return type Object for getService(Class) from the type MultiPageEditorSite needs unchecked conversion to conform to T from the type IServiceLocator
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[538] 
	public final Object getService(final Class key) {
	                                     ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[539] 
	Object service = serviceLocator.getService(key);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getService(Class) of the generic method getService(Class<T>) of type ServiceLocator
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[539] 
	Object service = serviceLocator.getService(key);
	                                ^^^^^^^^^^
Discouraged access: The method 'ServiceLocator.getService(Class<Object>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[539] 
	Object service = serviceLocator.getService(key);
	                                           ^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[540] 
	if (active && service instanceof INestable) {
	                                 ^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[542] 
	((INestable) service).activate();
	  ^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[542] 
	((INestable) service).activate();
	                      ^^^^^^^^
Discouraged access: The method 'INestable.activate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[613] 
	public final boolean hasService(final Class key) {
	                                      ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[614] 
	return serviceLocator.hasService(key);
	                      ^^^^^^^^^^
Discouraged access: The method 'ServiceLocator.hasService(Class<?>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[652] 
	PartSite.registerContextMenu(menuID, menuMgr, selProvider, true, editor, context, menuExtenders);
	^^^^^^^^
Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[652] 
	PartSite.registerContextMenu(menuID, menuMgr, selProvider, true, editor, context, menuExtenders);
	         ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'PartSite.registerContextMenu(String, MenuManager, ISelectionProvider, boolean, IWorkbenchPart, IEclipseContext, Collection<PopupMenuExtender>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[660] 
	PartSite.registerContextMenu(menuId, menuManager, selectionProvider, includeEditorInput, editor, context, menuExtenders);
	^^^^^^^^
Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[660] 
	PartSite.registerContextMenu(menuId, menuManager, selectionProvider, includeEditorInput, editor, context, menuExtenders);
	         ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'PartSite.registerContextMenu(String, MenuManager, ISelectionProvider, boolean, IWorkbenchPart, IEclipseContext, Collection<PopupMenuExtender>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ShowPartStatusVisitor.java:[25] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/EditorPart.java:[34] 
	import org.eclipse.papyrus.infra.core.sasheditor.internal.AbstractPart.GarbageState;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.internal.AbstractPart.GarbageState is never used
103 problems (103 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 65 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/target/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/target/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/target/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/target/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.core.sasheditor ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor.di >--
[INFO] Building org.eclipse.papyrus.infra.core.sasheditor.di 3.0.0-SNAPSHOT [77/487]
[INFO]   from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor.di:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor.di
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/DiSashModelManager.java:[33] 
	import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/DiSashModelManager.java:[133] 
	TransactionHelper.run(editingDomain, new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/DiSashModelManager.java:[133] 
	TransactionHelper.run(editingDomain, new Runnable() {
					@Override
					public void run() {
						diResource.getContents().add(sashWindowMngr);
					};
				});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[24] 
	import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[72] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[72] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
				@Override
				public void run() {
					diContentProvider.addPage(page);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[76] 
	diContentProvider.addPage(page);
	                  ^^^^^^^^^^^^^
The method addPage(Object) from the type DiContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[93] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[93] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
				@Override
				public void run() {
					diContentProvider.addPage(page, index);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[128] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[128] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
				@Override
				public void run() {
					diContentProvider.createFolder(tabFolder, tabIndex, targetFolder, side);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[149] 
	diContentProvider.setCurrentFolder(rawModel);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setCurrentFolder(Object) from the type DiContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[172] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[172] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
				@Override
				public void run() {
					diContentProvider.movePage(folderModel, oldIndex, newIndex);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[196] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[196] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
				@Override
				public void run() {
					diContentProvider.movePage(srcFolderModel, sourceIndex, targetFolderModel, targetIndex);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[216] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[216] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
				@Override
				public void run() {
					diContentProvider.removePage(index);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[236] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[236] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
				@Override
				public void run() {
					diContentProvider.removePage(page);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[257] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[257] 
	TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() {
				@Override
				public void run() {
					diContentProvider.removePage(parentFolder, tabIndex);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[30] 
	import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[64] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[64] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
				@Override
				public void run() {
					TransactionalPageManagerImpl.super.removePage(pageIdentifier);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[68] 
	TransactionalPageManagerImpl.super.removePage(pageIdentifier);
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removePage(Object) from the type BasicPageManagerImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[79] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[79] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
				@Override
				public void run() {
					TransactionalPageManagerImpl.super.closePage(pageIdentifier);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[94] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[94] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
				@Override
				public void run() {
					TransactionalPageManagerImpl.super.closeAllOpenedPages();
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[109] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[109] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
				@Override
				public void run() {
					TransactionalPageManagerImpl.super.closeOtherPages(pageIdentifier);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[124] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[124] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
				@Override
				public void run() {
					TransactionalPageManagerImpl.super.openPage(pageIdentifier);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[139] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[139] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
				@Override
				public void run() {
					TransactionalPageManagerImpl.super.openPage(pageIdentifier, editorID);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[154] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[154] 
	TransactionHelper.run(getEditingDomain(), new Runnable() {
				@Override
				public void run() {
					TransactionalPageManagerImpl.super.closeAllOpenedPages(pageIdentifier);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated
38 problems (38 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 112 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/target/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/target/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/target/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/target/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.core.sasheditor.di ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-onefile >--------
[INFO] Building Papyrus Infra One-file 0.0.1-SNAPSHOT                  [78/487]
[INFO]   from ../../plugins/infra/onefile/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-onefile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-onefile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-onefile ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-onefile ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-onefile/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-onefile-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.views >------------
[INFO] Building Papyrus Views 0.0.1-SNAPSHOT                           [79/487]
[INFO]   from ../../plugins/views/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.views ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views/0.0.1-SNAPSHOT/org.eclipse.papyrus.views-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.views-properties >------
[INFO] Building Papyrus Properties View 0.0.1-SNAPSHOT                 [80/487]
[INFO]   from ../../plugins/views/properties/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views-properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views-properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views-properties ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.views-properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views-properties/0.0.1-SNAPSHOT/org.eclipse.papyrus.views-properties-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.properties.services >--
[INFO] Building org.eclipse.papyrus.views.properties.services 1.0.0-SNAPSHOT [81/487]
[INFO]   from ../../plugins/views/properties/org.eclipse.papyrus.views.properties.services/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.services:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.services ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties.services ---
[INFO] Resolving class path of org.eclipse.papyrus.views.properties.services
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties.services ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.properties.services ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.services ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.services ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 66 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.properties.services ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/target/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.services ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/target/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.properties.services ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/target/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.services/1.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.services/1.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/target/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.services/1.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.services/1.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.services/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.services/1.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.properties.services ---
[INFO] 
[INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.infra-ui >----------
[INFO] Building Papyrus Infra UI 0.0.1-SNAPSHOT                        [82/487]
[INFO]   from ../../plugins/infra/ui/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-ui ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-ui/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-ui-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox >----
[INFO] Building org.eclipse.papyrus.infra.widgets.toolbox 3.0.0-SNAPSHOT [83/487]
[INFO]   from ../../plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.widgets.toolbox
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/src/org/eclipse/papyrus/infra/widgets/toolbox/notification/builders/NotificationBuilder.java:[295] 
	copy.add(builderClass.newInstance());
	                      ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#5-of ? extends IBuilder> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/src/org/eclipse/papyrus/infra/widgets/toolbox/notification/popups/PopupNotification.java:[28] 
	private final PapyrusPopup popup;
	                           ^^^^^
The value of the field PopupNotification.popup is not used
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 66 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/target/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/target/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/target/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widgets.toolbox/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widgets.toolbox/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/target/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widgets.toolbox/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widgets.toolbox/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widgets.toolbox/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.widgets.toolbox ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider >--
[INFO] Building org.eclipse.papyrus.infra.services.labelprovider 3.0.0-SNAPSHOT [84/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.labelprovider
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.labelprovider ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/target/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/target/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/target/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.labelprovider/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.labelprovider/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/target/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.labelprovider/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.labelprovider/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.labelprovider/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.labelprovider ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets >--------
[INFO] Building org.eclipse.papyrus.infra.widgets 4.3.0-SNAPSHOT       [85/487]
[INFO]   from ../../plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.richtext,1.2.0.201703081533.
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.widgets ---
[INFO] The project's OSGi version is 4.3.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.widgets ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.widgets
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.widgets ---
[INFO] Compiling 190 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringFileSelector.java:[138] 
	dialog.setInitialSelections(new IFile[] { currentFile });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleValueSelectionWithCheckBoxDialog.java:[120] 
	return (MultipleValueSelectionWithCheckboxWidget) super.getWidget();
	                                                        ^^^^^^^^^^^
The method getWidget() from the type MultipleValueDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleValueEditor.java:[174] 
	protected void setInput(IObservableList modelProperty) {
	                        ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextReferenceDialogObservableValue.java:[44] 
	public CompletionStyledTextReferenceDialogObservableValue(CompletionStyledTextReferenceDialog dialog, StyledText styledText, IObservableValue modelObservable, int eventType) {
	                                                                                                                             ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringLabel.java:[121] 
	modelProperty.setValue(value);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/util/DoNothingCompletionProposal.java:[37] 
	private int fReplacementLength;
	            ^^^^^^^^^^^^^^^^^^
The value of the field DoNothingCompletionProposal.fReplacementLength is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/DoubleEditor.java:[31] 
	private IConverter targetToModelConverter;
	        ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/DoubleEditor.java:[46] 
	targetToModelConverter = new IConverter() {
	                             ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/DoubleEditor.java:[75] 
	IConverter doubleToString = new IConverter() {
	^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/DoubleEditor.java:[75] 
	IConverter doubleToString = new IConverter() {
	                                ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/DoubleEditor.java:[114] 
	return (Double) targetToModelConverter.convert(super.getValue());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ITreeSelectorDialog.java:[63] 
	public void setInitialElementSelections(List selectedElements);
	                                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringEditor.java:[295] 
	modelProperty.add(result);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringEditor.java:[317] 
	int size = ((List) data).size();
	             ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringEditor.java:[319] 
	Object object = ((List) data).get(size - 1);
	                  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringEditor.java:[385] 
	modelProperty.set(index, newValue);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringWithClearEditor.java:[241] 
	public void setModelObservable(final IObservableValue observable) {
	                                     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringWithClearEditor.java:[410] 
	IStatus status = targetValidator.validate(text.getText());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringWithClearEditor.java:[414] 
	IStatus status = modelValidator.validate(text.getText());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleDoubleEditor.java:[105] 
	return new Double(0);
	           ^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextReferenceDialog.java:[466] 
	public void setModelObservable(final IObservableValue modelProperty) {
	                                     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextReferenceDialog.java:[481] 
	protected IObservableValue createWidgetObservable(final IObservableValue modelProperty) {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextReferenceDialog.java:[481] 
	protected IObservableValue createWidgetObservable(final IObservableValue modelProperty) {
	                                                        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextReferenceDialog.java:[600] 
	modelProperty.setValue(value);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringEditor.java:[219] 
	public void setModelObservable(IObservableValue observable) {
	                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringEditor.java:[357] 
	IStatus status = targetValidator.validate(text.getText());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringEditor.java:[361] 
	IStatus status = modelValidator.validate(text.getText());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericRichTextEditor.java:[120] 
	super(parent, toolbarConfig, style);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor RichTextEditor(Composite, ToolbarConfiguration, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericRichTextEditor.java:[121] 
	toolbarConfig.setBrowser(getEditorConfiguration().getBrowser());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setBrowser(Browser) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/providers/WorkspaceContentProvider.java:[95] 
	TreeBrowseStrategy browseStrategy = new ProviderBasedBrowseStrategy(provider);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/GrayedCheckboxObservableValue.java:[31] 
	public class GrayedCheckboxObservableValue extends AbstractObservableValue implements SelectionListener {
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/GrayedCheckboxObservableValue.java:[97] 
	fireValueChange(new ValueDiff() {
			@Override
			public Object getOldValue() {
				return oldValue;
			}
			@Override
			public Object getNewValue() {
				return newValue;
			}
		});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/GrayedCheckboxObservableValue.java:[97] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CLabelObservableValue.java:[30] 
	public class CLabelObservableValue extends AbstractObservableValue {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CLabelObservableValue.java:[64] 
	public CLabelObservableValue(CLabel label, IObservableValue modelObservable) {
	                                           ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CLabelObservableValue.java:[78] 
	public CLabelObservableValue(CLabel label, IObservableValue modelObservable, ILabelProvider labelProvider) {
	                                           ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[158] 
	public void setModelObservable(IObservableValue modelProperty) {
	                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[437] 
	public void setModelObservable(final IObservableValue modelProperty) {
	                                     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[452] 
	protected void setEditorsModelObservable(final IObservableValue modelProperty) {
	                                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[456] 
	stringComboEditor.setModelObservable((IObservableValue) stringComboObservableValue);
	                                      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[460] 
	lowerValueEditor.setModelObservable((IObservableValue) lowerValueObservableValue);
	                                     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[464] 
	upperValueEditor.setModelObservable((IObservableValue) upperValueObservableValue);
	                                     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompletionStyledTextStringEditor.java:[123] 
	IStatus status = targetValidator.validate(text.getText());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextObservableValue.java:[40] 
	public CompletionStyledTextObservableValue(StyledText text, IObservableValue modelProperty, int eventType) {
	                                                            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextObservableValue.java:[106] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return oldValue;
				}
				@Override
				public Object getNewValue() {
					return newValue;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextObservableValue.java:[106] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java:[15] 
	private IConverter targetToModelConverter;
	        ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java:[47] 
	return (Long) targetToModelConverter.convert(super.getValue());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[49] 
	private ControlDecoration controlDecoration;
	                          ^^^^^^^^^^^^^^^^^
The value of the field BooleanRadio.controlDecoration is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[108] 
	private IObservableValue getObservable() {
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[109] 
	IObservableValue trueObservable = WidgetProperties.widgetSelection().observe(trueRadio);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[110] 
	IObservableValue falseObservable = WidgetProperties.widgetSelection().observe(falseRadio);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[112] 
	SelectObservableValue observable = new SelectObservableValue();
	^^^^^^^^^^^^^^^^^^^^^
SelectObservableValue is a raw type. References to generic type SelectObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[112] 
	SelectObservableValue observable = new SelectObservableValue();
	                                       ^^^^^^^^^^^^^^^^^^^^^
SelectObservableValue is a raw type. References to generic type SelectObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[113] 
	observable.addOption(true, trueObservable);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addOption(Object, IObservableValue) belongs to the raw type SelectObservableValue. References to generic type SelectObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[114] 
	observable.addOption(false, falseObservable);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addOption(Object, IObservableValue) belongs to the raw type SelectObservableValue. References to generic type SelectObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/StyledTextReferenceDialogObservableValue.java:[53] 
	public StyledTextReferenceDialogObservableValue(final AbstractValueEditor dialog, final StyledText styledText, final IObservableValue modelObservable, final int eventType, final ILabelProvider labelProvider) {
	                                                                                                                     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerMask.java:[186] 
	modelProperty.setValue(value);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleValueDialog.java:[172] 
	public void setInitialSelections(Object[] selectedElements) {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Varargs methods should only override or be overridden by other varargs methods unlike MultipleValueDialog.setInitialSelections(Object[]) and SelectionDialog.setInitialSelections(Object...)
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/StyledTextObservableValue.java:[32] 
	public class StyledTextObservableValue extends AbstractObservableValue implements Listener {
	                                               ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/StyledTextObservableValue.java:[68] 
	public StyledTextObservableValue(final StyledText text, final IObservableValue modelProperty, final int eventType) {
	                                                              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/StyledTextObservableValue.java:[138] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return oldValue;
				}
				@Override
				public Object getNewValue() {
					return newValue;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/StyledTextObservableValue.java:[138] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ReferenceCombo.java:[198] 
	protected IObservableValue getObservableValue() {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ReferenceDialog.java:[407] 
	public void setModelObservable(IObservableValue modelProperty) {
	                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ReferenceDialog.java:[420] 
	protected IObservableValue createWidgetObservable(final IObservableValue modelProperty) {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ReferenceDialog.java:[420] 
	protected IObservableValue createWidgetObservable(final IObservableValue modelProperty) {
	                                                        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ReferenceDialog.java:[506] 
	modelProperty.setValue(value);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/validator/InputValidatorWrapper.java:[30] 
	protected IValidator validator;
	          ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/validator/InputValidatorWrapper.java:[32] 
	public InputValidatorWrapper(IValidator validator) {
	                             ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/validator/InputValidatorWrapper.java:[39] 
	IStatus status = validator.validate(newText);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[106] 
	SelectObservableValue observable = new SelectObservableValue();
	^^^^^^^^^^^^^^^^^^^^^
SelectObservableValue is a raw type. References to generic type SelectObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[106] 
	SelectObservableValue observable = new SelectObservableValue();
	                                       ^^^^^^^^^^^^^^^^^^^^^
SelectObservableValue is a raw type. References to generic type SelectObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[112] 
	IObservableValue buttonObservable = WidgetProperties.widgetSelection().observe(button);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[113] 
	observable.addOption(value, buttonObservable);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addOption(Object, IObservableValue) belongs to the raw type SelectObservableValue. References to generic type SelectObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[210] 
	modelProperty.setValue(value);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[213] 
	widgetObservable.setValue(value);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java:[33] 
	private IConverter targetToModelConverter;
	        ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java:[65] 
	return (Float) targetToModelConverter.convert(super.getValue());
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/selectors/ReferenceSelector.java:[313] 
	TreeBrowseStrategy revealBrowseStrategy = new ProviderBasedBrowseStrategy(provider);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ReferenceDialogObservableValue.java:[40] 
	public ReferenceDialogObservableValue(ReferenceDialog dialog, CLabel label, IObservableValue modelObservable) {
	                                                                            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ReferenceDialogObservableValue.java:[54] 
	public ReferenceDialogObservableValue(ReferenceDialog dialog, CLabel label, IObservableValue modelObservable, ILabelProvider labelProvider) {
	                                                                            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractMultipleValueEditor.java:[357] 
	protected abstract void setInput(IObservableList modelProperty);
	                                 ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractMultipleValueEditor.java:[480] 
	modelProperty.addAll(Arrays.asList(result));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractMultipleValueEditor.java:[723] 
	public void setModelObservable(IObservableList modelProperty) {
	                               ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractMultipleValueEditor.java:[885] 
	modelProperty.add(result);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextStringEditor.java:[293] 
	public void setModelObservable(IObservableValue observable) {
	                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextStringEditor.java:[430] 
	IStatus status = targetValidator.validate(getTextToValidate());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextStringEditor.java:[434] 
	IStatus status = modelValidator.validate(getTextToValidate());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompletionStyledTextMultipleReferenceEditor.java:[106] 
	public void setModelObservable(IObservableList modelProperty) {
	                               ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleIntegerEditor.java:[113] 
	return new Integer(0);
	           ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[74] 
	protected MultipleValueSelectorDialog dialog;
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[148] 
	dialog = new MultipleValueSelectorDialog(parent.getShell(), selector, unique);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[148] 
	dialog = new MultipleValueSelectorDialog(parent.getShell(), selector, unique);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MultipleValueSelectorDialog(Shell, IElementSelector, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[179] 
	dialog.setLabelProvider(provider);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLabelProvider(ILabelProvider) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[238] 
	dialog.setContextElement(getContextElement());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setContextElement(Object) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[240] 
	int returnCode = dialog.open();
	                        ^^^^^^
The method open() from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[257] 
	modelProperty.addAll(resultElements);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[56] 
	protected IConverter targetToModelConverter;
	          ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[75] 
	setWidgetObservable(new AbstractObservableValue() {
	                        ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[84] 
	return (Integer) targetToModelConverter.convert(spinner.getText());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[137] 
	return targetToModelConverter.convert(value);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[139] 
	filePathList.addAll(modelProperty);
	                    ^^^^^^^^^^^^^
Type safety: The expression of type IObservableList needs unchecked conversion to conform to Collection<? extends String>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[146] 
	modelProperty.addAll(filePathList);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[176] 
	MultipleValueSelectorDialog dialog = new MultipleValueSelectorDialog(getShell(), selector);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[176] 
	MultipleValueSelectorDialog dialog = new MultipleValueSelectorDialog(getShell(), selector);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[176] 
	MultipleValueSelectorDialog dialog = new MultipleValueSelectorDialog(getShell(), selector);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MultipleValueSelectorDialog(Shell, IElementSelector) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[181] 
	dialog.setLabelProvider(labelProvider);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLabelProvider(ILabelProvider) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[183] 
	dialog.setOrdered(true);
	       ^^^^^^^^^^^^^^^^
The method setOrdered(boolean) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[184] 
	dialog.setUnique(true);
	       ^^^^^^^^^^^^^^^
The method setUnique(boolean) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[187] 
	int code = dialog.open();
	                  ^^^^^^
The method open() from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[192] 
	filePathResult.addAll(modelProperty);
	                      ^^^^^^^^^^^^^
Type safety: The expression of type IObservableList needs unchecked conversion to conform to Collection<? extends String>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[199] 
	modelProperty.addAll(filePathResult);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ComboObservableValue.java:[35] 
	public class ComboObservableValue extends AbstractObservableValue implements ISelectionChangedListener {
	                                          ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ComboObservableValue.java:[62] 
	public ComboObservableValue(ComboViewer viewer, IObservableValue modelProperty) {
	                                                ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ComboObservableValue.java:[121] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return oldValue;
				}
				@Override
				public Object getNewValue() {
					return newValue;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ComboObservableValue.java:[121] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringDirectorySelector.java:[154] 
	dialog.setInitialSelections(new IFile[] { currentFile });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/util/ISetNameResolutionHelper.java:[18] 
	import org.eclipse.papyrus.infra.widgets.util.INameResolutionHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.widgets.util.INameResolutionHelper is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringCombo.java:[121] 
	protected IObservableValue getObservableValue() {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringCombo.java:[167] 
	class CComboObservableValue extends AbstractObservableValue implements SelectionListener, KeyListener, FocusListener {
	                                    ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringCombo.java:[231] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return oldValue;
				}
				@Override
				public Object getNewValue() {
					return currentValue;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringCombo.java:[231] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[50] 
	protected IObservableValue modelProperty;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[55] 
	protected IObservableValue widgetObservable;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[60] 
	protected UpdateValueStrategy targetToModelStrategy;
	          ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[65] 
	protected UpdateValueStrategy modelToTargetStrategy;
	          ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[75] 
	protected IValidator modelValidator;
	          ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[116] 
	protected void setWidgetObservable(IObservableValue widgetObservable, IConverter targetToModel, IConverter modelToTarget) {
	                                   ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[116] 
	protected void setWidgetObservable(IObservableValue widgetObservable, IConverter targetToModel, IConverter modelToTarget) {
	                                                                      ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[116] 
	protected void setWidgetObservable(IObservableValue widgetObservable, IConverter targetToModel, IConverter modelToTarget) {
	                                                                                                ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[130] 
	protected void setWidgetObservable(IObservableValue widgetObservable, boolean commitOnChange) {
	                                   ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[148] 
	protected void setWidgetObservable(IObservableValue widgetObservable) {
	                                   ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[158] 
	public void setModelObservable(IObservableValue modelProperty) {
	                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[167] 
	public void setConverters(IConverter targetToModel, IConverter modelToTarget) {
	                          ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[167] 
	public void setConverters(IConverter targetToModel, IConverter modelToTarget) {
	                                                    ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[169] 
	targetToModelStrategy = new UpdateValueStrategy();
	                            ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[172] 
	modelToTargetStrategy = new UpdateValueStrategy();
	                            ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[174] 
	targetToModelStrategy.setConverter(targetToModel);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[175] 
	modelToTargetStrategy.setConverter(modelToTarget);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[187] 
	public void setUpdateStrategies(UpdateValueStrategy targetToModelStrategy, UpdateValueStrategy modelToTargetStrategy) {
	                                ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[187] 
	public void setUpdateStrategies(UpdateValueStrategy targetToModelStrategy, UpdateValueStrategy modelToTargetStrategy) {
	                                                                           ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[220] 
	binding = getBindingContext().bindValue(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[220] 
	binding = getBindingContext().bindValue(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy);
	                                        ^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[220] 
	binding = getBindingContext().bindValue(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy);
	                                                          ^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[220] 
	binding = getBindingContext().bindValue(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy);
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[220] 
	binding = getBindingContext().bindValue(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy);
	                                                                                                ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[221] 
	binding.getValidationStatus().addValueChangeListener(new IValueChangeListener() {
			@Override
			public void handleValueChange(ValueChangeEvent event) {
				// Don't handle validation changes if we don't have a validator, because then it could only be green and it isn't useful.
				// Also, if we're showing in a dialog, then our widget may have been disposed already if we're validating a change applied
				// by hitting the OK button
				if ((modelValidator) != null) {
					// Check if the widget is disposed before isReadOnly() to avoid NPE
					if (!AbstractValueEditor.this.isDisposed() && !isReadOnly()) { // Bug 434787 : Shouldn't not execute the timer thread if the widget is disposed
						IStatus status = (IStatus) binding.getValidationStatus().getValue(); // Bug 435415 : Update the status only if the widget isn't disposed
						updateStatus(status);
						// Don't kick the colour if we're just doing the initial validation to show the decoration.
						// Only trigger the colours on user-initiated edits
						if (!initialValidation) {
							changeColorField();
						}
					}
				}
			}
		});
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type new IValueChangeListener(){} needs unchecked conversion to conform to IValueChangeListener<? super IStatus>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[221] 
	binding.getValidationStatus().addValueChangeListener(new IValueChangeListener() {
	                                                         ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[224] 
	public void handleValueChange(ValueChangeEvent event) {
	                              ^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[256] 
	targetToModelStrategy.setAfterGetValidator(targetToModelValidator);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setAfterGetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[266] 
	public void setModelValidator(IValidator targetToModelValidator) {
	                              ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[268] 
	targetToModelStrategy.setBeforeSetValidator(targetToModelValidator);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setBeforeSetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[269] 
	modelToTargetStrategy.setAfterGetValidator(targetToModelValidator);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setAfterGetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[288] 
	modelToTargetStrategy = new UpdateValueStrategy();
	                            ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[291] 
	targetToModelStrategy = new UpdateValueStrategy();
	                            ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BundleExplorerDialog.java:[179] 
	private class PluginSearchComparator implements Comparator {
	                                                ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/selectors/BooleanSelector.java:[44] 
	result = new Boolean[] { new Boolean(text.getText()) };
	                             ^^^^^^^^^^^^^^^^^^^^^^^
The constructor Boolean(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[13] 
	private IConverter targetToModelConverter;
	        ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[42] 
	targetToModelConverter = new IConverter() {
	                             ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[61] 
	return StringToNumberConverter.toInteger(false).convert(newString);
	                                                ^^^^^^^
Discouraged access: The method 'AbstractStringToNumberConverter<Integer>.convert(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[67] 
	IConverter integerToString = new IConverter() {
	^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[67] 
	IConverter integerToString = new IConverter() {
	                                 ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[114] 
	return (Integer) targetToModelConverter.convert(super.getValue());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/providers/AbstractTreeFilter.java:[94] 
	strategy = new ProviderBasedBrowseStrategy((ITreeContentProvider) baseContentProvider);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[70] 
	IObservableValue widgetObservable = WidgetProperties.widgetSelection().observe(checkbox);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[80] 
	public void setModelObservable(IObservableValue modelProperty) {
	                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[81] 
	IObservableValue newWidgetObservable;
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[142] 
	modelProperty.setValue(selected);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[144] 
	widgetObservable.setValue(selected);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/TextObservableValue.java:[33] 
	public class TextObservableValue extends AbstractObservableValue implements Listener {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/TextObservableValue.java:[60] 
	public TextObservableValue(Text text, IObservableValue modelProperty, int eventType) {
	                                      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/TextObservableValue.java:[120] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return oldValue;
				}
				@Override
				public Object getNewValue() {
					return newValue;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/TextObservableValue.java:[120] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IconValueEditor.java:[76] 
	Activator.getDefault().log.error(message, null);
	                       ^^^
The static field Activator.log should be accessed in a static way
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[34] 
	private IConverter targetToModelConverter;
	        ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[64] 
	targetToModelConverter = new IConverter() {
	                             ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[81] 
	Integer i = StringToNumberConverter.toInteger(false).convert(newString);
	                                                     ^^^^^^^
Discouraged access: The method 'AbstractStringToNumberConverter<Integer>.convert(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[93] 
	IConverter integerToString = new IConverter() {
	^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[93] 
	IConverter integerToString = new IConverter() {
	                                 ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[141] 
	return (Integer) targetToModelConverter.convert(super.getValue());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/selectors/UnlimitedNaturalSelector.java:[49] 
	result = new Integer[] { new Integer(-1) };
	                             ^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractEditor.java:[288] 
	public abstract void setConverters(IConverter targetToModel, IConverter modelToTarget);
	                                   ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractEditor.java:[288] 
	public abstract void setConverters(IConverter targetToModel, IConverter modelToTarget);
	                                                             ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[37] 
	protected IObservableList modelProperty;
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[42] 
	protected UpdateListStrategy targetToModelStrategy;
	          ^^^^^^^^^^^^^^^^^^
UpdateListStrategy is a raw type. References to generic type UpdateListStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[47] 
	protected UpdateListStrategy modelToTargetStrategy;
	          ^^^^^^^^^^^^^^^^^^
UpdateListStrategy is a raw type. References to generic type UpdateListStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[52] 
	protected IObservableList widgetObservable;
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[79] 
	protected void setWidgetObservable(IObservableList widgetObservable, IConverter targetToModel, IConverter modelToTarget) {
	                                   ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[79] 
	protected void setWidgetObservable(IObservableList widgetObservable, IConverter targetToModel, IConverter modelToTarget) {
	                                                                     ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[79] 
	protected void setWidgetObservable(IObservableList widgetObservable, IConverter targetToModel, IConverter modelToTarget) {
	                                                                                               ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[89] 
	protected void setWidgetObservable(IObservableList widgetObservable) {
	                                   ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[99] 
	public void setModelObservable(IObservableList modelProperty) {
	                               ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[108] 
	public void setConverters(IConverter targetToModel, IConverter modelToTarget) {
	                          ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[108] 
	public void setConverters(IConverter targetToModel, IConverter modelToTarget) {
	                                                    ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[110] 
	targetToModelStrategy = new UpdateListStrategy();
	                            ^^^^^^^^^^^^^^^^^^
UpdateListStrategy is a raw type. References to generic type UpdateListStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[113] 
	modelToTargetStrategy = new UpdateListStrategy();
	                            ^^^^^^^^^^^^^^^^^^
UpdateListStrategy is a raw type. References to generic type UpdateListStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[116] 
	targetToModelStrategy.setConverter(targetToModel);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setConverter(IConverter) belongs to the raw type UpdateListStrategy. References to generic type UpdateListStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[117] 
	modelToTargetStrategy.setConverter(modelToTarget);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setConverter(IConverter) belongs to the raw type UpdateListStrategy. References to generic type UpdateListStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[128] 
	public void setUpdateStrategies(UpdateListStrategy targetToModelStrategy, UpdateListStrategy modelToTargetStrategy) {
	                                ^^^^^^^^^^^^^^^^^^
UpdateListStrategy is a raw type. References to generic type UpdateListStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[128] 
	public void setUpdateStrategies(UpdateListStrategy targetToModelStrategy, UpdateListStrategy modelToTargetStrategy) {
	                                                                          ^^^^^^^^^^^^^^^^^^
UpdateListStrategy is a raw type. References to generic type UpdateListStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[148] 
	binding = getBindingContext().bindList(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindList(IObservableList, IObservableList, UpdateListStrategy, UpdateListStrategy) of the generic method bindList(IObservableList<T>, IObservableList<M>, UpdateListStrategy<? super T,? extends M>, UpdateListStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[148] 
	binding = getBindingContext().bindList(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy);
	                                       ^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableList needs unchecked conversion to conform to IObservableList<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[148] 
	binding = getBindingContext().bindList(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy);
	                                                         ^^^^^^^^^^^^^
Type safety: The expression of type IObservableList needs unchecked conversion to conform to IObservableList<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[148] 
	binding = getBindingContext().bindList(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy);
	                                                                        ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type UpdateListStrategy needs unchecked conversion to conform to UpdateListStrategy<? super Object,? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[148] 
	binding = getBindingContext().bindList(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy);
	                                                                                               ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type UpdateListStrategy needs unchecked conversion to conform to UpdateListStrategy<? super Object,? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextMultiReferenceDialogObservableValue.java:[38] 
	private IObservableList list;
	        ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextMultiReferenceDialogObservableValue.java:[51] 
	public CompletionStyledTextMultiReferenceDialogObservableValue(Control dialog, StyledText styledText, IObservableList modelObservable, int eventType) {
	                                                                                                      ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextMultiReferenceDialogObservableValue.java:[81] 
	list.addAll((Collection<?>) newValues);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[22] 
	import org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[32] 
	public class GenericToolbarConfiguration extends ToolbarConfiguration {
	                                                 ^^^^^^^^^^^^^^^^^^^^
The type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[44] 
	removeDefaultToolbarButton(RichTextUtils.ITEM_FLASH);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[45] 
	removeDefaultToolbarButton(RichTextUtils.ITEM_TABLE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[46] 
	removeDefaultToolbarButton(RichTextUtils.ITEM_HORIZONTALRULE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[47] 
	removeDefaultToolbarButton(RichTextUtils.ITEM_SMILEY);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[48] 
	removeDefaultToolbarButton(RichTextUtils.ITEM_SPECIALCHAR);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[49] 
	removeDefaultToolbarButton(RichTextUtils.ITEM_PAGEBREAK);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[50] 
	removeDefaultToolbarButton(RichTextUtils.ITEM_IFRAME);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[68] 
	addToolbarButton(action);
	^^^^^^^^^^^^^^^^^^^^^^^^
The method addToolbarButton(ToolbarButton) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[82] 
	super.addToolbarButton(button, function);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addToolbarButton(ToolbarButton, BrowserFunction) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompletionStyledTextReferenceDialog.java:[68] 
	protected IObservableValue createWidgetObservable(IObservableValue modelProperty) {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompletionStyledTextReferenceDialog.java:[68] 
	protected IObservableValue createWidgetObservable(IObservableValue modelProperty) {
	                                                  ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringMask.java:[187] 
	modelProperty.addAll(values);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringMask.java:[197] 
	return modelProperty;
	       ^^^^^^^^^^^^^
Type safety: The expression of type IObservableList needs unchecked conversion to conform to Collection<String>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BrowseFileEditor.java:[183] 
	dialog.setInitialSelections(new IFile[] { currentFile });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/validator/AbstractValidator.java:[29] 
	public abstract class AbstractValidator implements IValidator {
	                                                   ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
226 problems (226 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.widgets ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 120 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/target/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/target/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.widgets ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/target/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widgets/4.3.0-SNAPSHOT/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widgets/4.3.0-SNAPSHOT/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/target/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widgets/4.3.0-SNAPSHOT/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widgets/4.3.0-SNAPSHOT/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widgets/4.3.0-SNAPSHOT/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.widgets ---
[INFO] 
[INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui >----------
[INFO] Building org.eclipse.papyrus.infra.ui 3.5.100-SNAPSHOT          [86/487]
[INFO]   from ../../plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui ---
[INFO] The project's OSGi version is 3.5.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui ---
[INFO] Compiling 131 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/MultiDiagramEditorSelectionContext.java:[34] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/MultiDiagramEditorSelectionContext.java:[126] 
	sashContainer = AdapterUtils.adapt(editor, ISashWindowsContainer.class, null);
	                ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/MultiDiagramEditorSelectionContext.java:[126] 
	sashContainer = AdapterUtils.adapt(editor, ISashWindowsContainer.class, null);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<ISashWindowsContainer>, ISashWindowsContainer) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/IInternalEMFSelectionContext.java:[22] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/IInternalEMFSelectionContext.java:[81] 
	IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(next, IInternalEMFSelectionContext.class, null);
	                                          ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/IInternalEMFSelectionContext.java:[81] 
	IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(next, IInternalEMFSelectionContext.class, null);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IInternalEMFSelectionContext>, IInternalEMFSelectionContext) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/IInternalEMFSelectionContext.java:[104] 
	IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(delegating.getDelegate(), IInternalEMFSelectionContext.class, null);
	                                          ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/IInternalEMFSelectionContext.java:[104] 
	IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(delegating.getDelegate(), IInternalEMFSelectionContext.class, null);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IInternalEMFSelectionContext>, IInternalEMFSelectionContext) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/AbstractEMFParametricOnSelectedElementsAction.java:[23] 
	import org.eclipse.papyrus.infra.ui.menu.AbstractParametricOnSelectedElementsAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.ui.menu.AbstractParametricOnSelectedElementsAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/multidiagram/actionbarcontributor/ActionBarContributorExtensionFactory.java:[69] 
	res.contextClass = (Class<EditorActionBarContributor>) parseClass(element, CONTEXTCLASS_ATTRIBUTE, EDITOR_ACTIONBARCONTRIBUTOR_EXTENSIONPOINT);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#2-of ?> to Class<EditorActionBarContributor>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/DiSashModelMngrServiceFactory.java:[26] 
	private TransactionalEditingDomain transactionalEditingDomain;
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field DiSashModelMngrServiceFactory.transactionalEditingDomain is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/lifecycleevents/SaveAndDirtyService.java:[335] 
	resourceSet.saveAs(path);
	            ^^^^^^^^^^^^
The method saveAs(IPath) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/EMFTreeViewerContext.java:[36] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type EMFTreeViewerContext needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/EditorReloadEvent.java:[24] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/EditorReloadEvent.java:[84] 
	IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(object, IInternalEMFSelectionContext.class, null);
	                                          ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/EditorReloadEvent.java:[84] 
	IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(object, IInternalEMFSelectionContext.class, null);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IInternalEMFSelectionContext>, IInternalEMFSelectionContext) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[18] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[36] 
	IReloadContextProvider provider = AdapterUtils.adapt(reloadContextProvider, IReloadContextProvider.class, null);
	                                  ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[36] 
	IReloadContextProvider provider = AdapterUtils.adapt(reloadContextProvider, IReloadContextProvider.class, null);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IReloadContextProvider>, IReloadContextProvider) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[57] 
	IReloadContextProvider provider = AdapterUtils.adapt(reloadContextProvider, IReloadContextProvider.class, null);
	                                  ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[57] 
	IReloadContextProvider provider = AdapterUtils.adapt(reloadContextProvider, IReloadContextProvider.class, null);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IReloadContextProvider>, IReloadContextProvider) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[71] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type DelegatingReloadContext needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[78] 
	if ((delegate != null) && (AdapterUtils.adapt(delegate, IInternalEMFSelectionContext.class, null) != null)) {
	                           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[78] 
	if ((delegate != null) && (AdapterUtils.adapt(delegate, IInternalEMFSelectionContext.class, null) != null)) {
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IInternalEMFSelectionContext>, IInternalEMFSelectionContext) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/extension/diagrameditor/EditorFactoryProxy.java:[101] 
	editorFactory = editorDescriptor.getEditorFactoryClass().newInstance();
	                                                         ^^^^^^^^^^^^^
The method newInstance() from the type Class<IPluggableEditorFactory> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/EMFSelectionContext.java:[36] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type EMFSelectionContext needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/NamePropertyTester.java:[37] 
	return new Boolean(answer).equals(expectedValue);
	           ^^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/extension/diagrameditor/EditorIconFactory.java:[110] 
	editorFactory = editorDescriptor.getEditorFactoryClass().newInstance();
	                                                         ^^^^^^^^^^^^^
The method newInstance() from the type Class<IPluggableEditorFactory> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[44] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[533] 
	return mapIPapyrusPageToOutlineRec.containsKey(page);
	                                               ^^^^
Unlikely argument type IContentOutlinePage for containsKey(Object) on a Map<IPage,NestedEditorDelegatedOutlinePage.OutlinePageRec>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[1075] 
	IReloadContextProvider provider = AdapterUtils.adapt(outlinePage.contentOutlinePage, IReloadContextProvider.class, null);
	                                  ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[1075] 
	IReloadContextProvider provider = AdapterUtils.adapt(outlinePage.contentOutlinePage, IReloadContextProvider.class, null);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IReloadContextProvider>, IReloadContextProvider) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[1092] 
	AdapterUtils.adapt(outlinePage.contentOutlinePage, IReloadContextProvider.class, null).restore(context);
	^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[1092] 
	AdapterUtils.adapt(outlinePage.contentOutlinePage, IReloadContextProvider.class, null).restore(context);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IReloadContextProvider>, IReloadContextProvider) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[58] 
	import org.eclipse.ui.internal.WorkbenchMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[247] 
	return new Double(defaults.getDouble(key, DOUBLE_DEFAULT_DEFAULT));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[249] 
	return new Float(defaults.getFloat(key, FLOAT_DEFAULT_DEFAULT));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Float(float) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[352] 
	Assert.isTrue(false, WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[352] 
	Assert.isTrue(false, WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[731] 
	firePropertyChangeEvent(name, new Double(oldValue), new Double(value));
	                                  ^^^^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[731] 
	firePropertyChangeEvent(name, new Double(oldValue), new Double(value));
	                                                        ^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[757] 
	firePropertyChangeEvent(name, new Float(oldValue), new Float(value));
	                                  ^^^^^^^^^^^^^^^
The constructor Float(float) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[757] 
	firePropertyChangeEvent(name, new Float(oldValue), new Float(value));
	                                                       ^^^^^^^^^^^^
The constructor Float(float) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/AbstractParametricOnSelectedElementsAction.java:[25] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/AbstractParametricOnSelectedElementsAction.java:[111] 
	editingDomain = ServiceUtilsForActionHandlers.getInstance().getTransactionalEditingDomain();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/AbstractParametricOnSelectedElementsAction.java:[111] 
	editingDomain = ServiceUtilsForActionHandlers.getInstance().getTransactionalEditingDomain();
	                                              ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/AbstractParametricOnSelectedElementsAction.java:[111] 
	editingDomain = ServiceUtilsForActionHandlers.getInstance().getTransactionalEditingDomain();
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/util/EditorUtils.java:[42] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/util/EditorUtils.java:[115] 
	IFile diFile = DiModelUtils.getRelatedDiFile(file);
	                            ^^^^^^^^^^^^^^^^^^^^^^
The method getRelatedDiFile(IFile) from the type DiModelUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/ContentOutlineRegistry.java:[218] 
	factoryClass = (Class<IPapyrusContentOutlinePage>) Class.forName(className);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#1-of ?> to Class<IPapyrusContentOutlinePage>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/ContentOutlineRegistry.java:[224] 
	factoryClass = (Class<IPapyrusContentOutlinePage>) bundle.loadClass(className);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#2-of ?> to Class<IPapyrusContentOutlinePage>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/ContentOutlineRegistry.java:[241] 
	IPapyrusContentOutlinePage outline = loadClass().newInstance();
	                                                 ^^^^^^^^^^^^^
The method newInstance() from the type Class<IPapyrusContentOutlinePage> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/CompositeReloadContext.java:[21] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/CompositeReloadContext.java:[73] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type CompositeReloadContext needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/CompositeReloadContext.java:[81] 
	if (AdapterUtils.adapt(next, IInternalEMFSelectionContext.class, null) != null) {
	    ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/CompositeReloadContext.java:[81] 
	if (AdapterUtils.adapt(next, IInternalEMFSelectionContext.class, null) != null) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IInternalEMFSelectionContext>, IInternalEMFSelectionContext) from the type AdapterUtils is deprecated
56 problems (56 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 126 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/target/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/target/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/target/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui/3.5.100-SNAPSHOT/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui/3.5.100-SNAPSHOT/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/target/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui/3.5.100-SNAPSHOT/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui/3.5.100-SNAPSHOT/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui/3.5.100-SNAPSHOT/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra-internationalization >--
[INFO] Building Papyrus Internationalization 0.0.1-SNAPSHOT            [87/487]
[INFO]   from ../../plugins/infra/internationalization/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-internationalization ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-internationalization ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-internationalization ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-internationalization ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-internationalization/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-internationalization-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.common >--
[INFO] Building org.eclipse.papyrus.infra.internationalization.common 2.0.0-SNAPSHOT [88/487]
[INFO]   from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.common
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.common ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 126 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/target/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/target/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/target/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/target/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.internationalization.common ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf >--------
[INFO] Building org.eclipse.papyrus.infra.emf.gmf 2.1.0-SNAPSHOT       [89/487]
[INFO]   from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.gmf
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/EMFtoGMFCommandWrapper.java:[149] 
	public List getAffectedFiles() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/EMFtoGMFCommandWrapper.java:[150] 
	ArrayList affectedFiles = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/EMFtoGMFCommandWrapper.java:[150] 
	ArrayList affectedFiles = new ArrayList();
	                              ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/EMFtoGMFCommandWrapper.java:[161] 
	affectedFiles.add(o);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[66] 
	import org.eclipse.emf.workspace.internal.EMFWorkspacePlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EMFWorkspacePlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[67] 
	import org.eclipse.emf.workspace.internal.EMFWorkspaceStatusCodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EMFWorkspaceStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[68] 
	import org.eclipse.emf.workspace.internal.Tracing;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[69] 
	import org.eclipse.emf.workspace.internal.l10n.Messages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[215] 
	return NLS.bind(Messages.cmdStkCtxLabel, domainID);
	                ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[215] 
	return NLS.bind(Messages.cmdStkCtxLabel, domainID);
	                         ^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.cmdStkCtxLabel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[252] 
	return NLS.bind(Messages.cmdStkSaveCtxLabel, domainID);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[252] 
	return NLS.bind(Messages.cmdStkSaveCtxLabel, domainID);
	                         ^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.cmdStkSaveCtxLabel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[271] 
	Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$
	^^^^^^^
Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[271] 
	Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$
	        ^^^^^^^^
Discouraged access: The method 'Tracing.throwing(Class<?>, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[276] 
	Tracing.catching(WorkspaceCommandStackImpl.class, "execute", e); //$NON-NLS-1$
	^^^^^^^
Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[276] 
	Tracing.catching(WorkspaceCommandStackImpl.class, "execute", e); //$NON-NLS-1$
	        ^^^^^^^^
Discouraged access: The method 'Tracing.catching(Class<?>, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[281] 
	Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$
	^^^^^^^
Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[281] 
	Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$
	        ^^^^^^^^
Discouraged access: The method 'Tracing.throwing(Class<?>, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[286] 
	Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$
	^^^^^^^
Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[286] 
	Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$
	        ^^^^^^^^
Discouraged access: The method 'Tracing.throwing(Class<?>, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[312] 
	Tracing.catching(WorkspaceCommandStackImpl.class, "undo", e); //$NON-NLS-1$
	^^^^^^^
Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[312] 
	Tracing.catching(WorkspaceCommandStackImpl.class, "undo", e); //$NON-NLS-1$
	        ^^^^^^^^
Discouraged access: The method 'Tracing.catching(Class<?>, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[339] 
	Tracing.catching(WorkspaceCommandStackImpl.class, "redo", e); //$NON-NLS-1$
	^^^^^^^
Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[339] 
	Tracing.catching(WorkspaceCommandStackImpl.class, "redo", e); //$NON-NLS-1$
	        ^^^^^^^^
Discouraged access: The method 'Tracing.catching(Class<?>, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[429] 
	Tracing.catching(WorkspaceCommandStackImpl.class, "executeTriggers", e); //$NON-NLS-1$
	^^^^^^^
Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[429] 
	Tracing.catching(WorkspaceCommandStackImpl.class, "executeTriggers", e); //$NON-NLS-1$
	        ^^^^^^^^
Discouraged access: The method 'Tracing.catching(Class<?>, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] 
	status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e);
	                                   ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EMFWorkspacePlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] 
	status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e);
	                                                      ^^^^^^^^^^^
Discouraged access: The method 'EMFWorkspacePlugin.getPluginId()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] 
	status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e);
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EMFWorkspaceStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] 
	status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e);
	                                                                                             ^^^^^^^^^^^^^^^^
Discouraged access: The field 'EMFWorkspaceStatusCodes.PRECOMMIT_FAILED' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] 
	status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e);
	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] 
	status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e);
	                                                                                                                        ^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.precommitFailed' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[437] 
	Tracing.throwing(WorkspaceCommandStackImpl.class, "executeTriggers", rbe); //$NON-NLS-1$
	^^^^^^^
Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[437] 
	Tracing.throwing(WorkspaceCommandStackImpl.class, "executeTriggers", rbe); //$NON-NLS-1$
	        ^^^^^^^^
Discouraged access: The method 'Tracing.throwing(Class<?>, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[556] 
	operation = (IUndoableOperation) tx.getOptions().get(EMFWorkspacePlugin.OPTION_OWNING_OPERATION);
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EMFWorkspacePlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[556] 
	operation = (IUndoableOperation) tx.getOptions().get(EMFWorkspacePlugin.OPTION_OWNING_OPERATION);
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EMFWorkspacePlugin.OPTION_OWNING_OPERATION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar')
36 problems (36 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.gmf ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 28 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/target/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/target/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/target/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.gmf/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.gmf/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/target/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.gmf/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.gmf/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.gmf/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.gmf ---
[INFO] 
[INFO] --< org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf-expressions >--
[INFO] Building Papyrus EMF Expressions Infrastructure 0.0.1-SNAPSHOT  [90/487]
[INFO]   from ../../plugins/infra/emf/expressions/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf-expressions ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf-expressions ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf-expressions ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra.emf-expressions ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf-expressions/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra.emf-expressions-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions >--
[INFO] Building org.eclipse.papyrus.infra.emf.expressions 2.0.0-SNAPSHOT [91/487]
[INFO]   from ../../plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] Compiling 52 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 55 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/target/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/target/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/target/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/target/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.expressions ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-nattable >-------
[INFO] Building Papyrus Nattable 0.0.1-SNAPSHOT                        [92/487]
[INFO]   from ../../plugins/infra/nattable/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-nattable ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-nattable ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-nattable ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-nattable ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-nattable/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-nattable-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model >----
[INFO] Building org.eclipse.papyrus.infra.nattable.model 5.0.0-SNAPSHOT [93/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] Compiling 229 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattablestyle/impl/StyledElementImpl.java:[99] 
	for(Iterator i = getStyles().iterator(); i.hasNext();) {
	    ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 98 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/target/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/target/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/target/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/target/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.model ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization >--
[INFO] Building org.eclipse.papyrus.infra.internationalization 2.1.0-SNAPSHOT [94/487]
[INFO]   from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/target/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/target/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/target/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/target/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.internationalization ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile >--------
[INFO] Building org.eclipse.papyrus.infra.onefile 3.1.0-SNAPSHOT       [95/487]
[INFO]   from ../../plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.onefile ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.onefile ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.onefile
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.onefile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.onefile ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/DiViewFilterHelper.java:[139] 
	instance = (IDiViewFilter) bundle.loadClass(className).newInstance();
	                                                       ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#1-of ?> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/PapyrusModelHelper.java:[101] 
	className).newInstance();
	           ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#1-of ?> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/PapyrusFile.java:[129] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type PapyrusFile needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/PapyrusFile.java:[129] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/PapyrusFile.java:[130] 
	return Platform.getAdapterManager().getAdapter(this, adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(PapyrusFile, Class) of the generic method getAdapter(Object, Class<T>) of type IAdapterManager
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/PapyrusFile.java:[130] 
	return Platform.getAdapterManager().getAdapter(this, adapter);
	                                                     ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/providers/OneFileModelProvider.java:[61] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type OneFileModelProvider needs unchecked conversion to conform to T from the type PlatformObject
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/providers/OneFileModelProvider.java:[62] 
	return super.getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type PlatformObject
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/providers/OneFileModelProvider.java:[62] 
	return super.getAdapter(adapter);
	                        ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/SubResourceFile.java:[71] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type SubResourceFile needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/SubResourceFile.java:[71] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/SubResourceFile.java:[72] 
	return Platform.getAdapterManager().getAdapter(this, adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(SubResourceFile, Class) of the generic method getAdapter(Object, Class<T>) of type IAdapterManager
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/SubResourceFile.java:[72] 
	return Platform.getAdapterManager().getAdapter(this, adapter);
	                                                     ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
13 problems (13 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.onefile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.onefile ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.onefile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/target/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.onefile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/target/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.onefile ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/target/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.onefile/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.onefile/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/target/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.onefile/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.onefile/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.onefile/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.onefile ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor >--
[INFO] Building org.eclipse.papyrus.infra.constraints.editor 3.0.0-SNAPSHOT [96/487]
[INFO]   from ../../plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.constraints.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/presentation/ConstraintsEditor.java:[1337] 
	public Object getAdapter(Class key) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ConstraintsEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/presentation/ConstraintsEditor.java:[1348] 
	return super.getAdapter(key);
	       ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/presentation/ConstraintsEditor.java:[1348] 
	return super.getAdapter(key);
	                        ^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/environment/presentation/EnvironmentEditor.java:[1338] 
	public Object getAdapter(Class key) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type EnvironmentEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/environment/presentation/EnvironmentEditor.java:[1349] 
	return super.getAdapter(key);
	       ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/environment/presentation/EnvironmentEditor.java:[1349] 
	return super.getAdapter(key);
	                        ^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.constraints.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 121 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/target/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/target/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/target/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/target/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.constraints.editor ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui >----
[INFO] Building org.eclipse.papyrus.infra.constraints.ui 3.0.0-SNAPSHOT [97/487]
[INFO]   from ../../plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.constraints.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.constraints.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 120 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/target/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/target/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/target/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/target/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.constraints.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.constraints.ui ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra-editor >--------
[INFO] Building Papyrus Editor Welcome Page 0.0.1-SNAPSHOT             [98/487]
[INFO]   from ../../plugins/infra/editor/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-editor ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-editor/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-editor-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra-properties >------
[INFO] Building Papyrus Infra Properties Framework 0.0.1-SNAPSHOT      [99/487]
[INFO]   from ../../plugins/infra/properties/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-properties ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-properties/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-properties-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties >------
[INFO] Building org.eclipse.papyrus.infra.properties 4.1.0-SNAPSHOT   [100/487]
[INFO]   from ../../plugins/infra/properties/org.eclipse.papyrus.infra.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties ---
[INFO] The project's OSGi version is 4.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.properties ---
[INFO] Compiling 98 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/target/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/target/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/target/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/target/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.properties ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly >-----
[INFO] Building org.eclipse.papyrus.infra.emf.readonly 4.1.0-SNAPSHOT [101/487]
[INFO]   from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] The project's OSGi version is 4.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.readonly
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/org/eclipse/papyrus/infra/emf/readonly/internal/ControlledResourceTracker.java:[52] 
	@SuppressWarnings("restriction")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("restriction")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyAdapterFactory.java:[27] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type ReadOnlyAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyAdapterFactory.java:[34] 
	public Class[] getAdapterList() {
	       ^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type ReadOnlyAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.readonly ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/target/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/target/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/target/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.readonly/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.readonly/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/target/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.readonly/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.readonly/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.readonly/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.readonly ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf >--------
[INFO] Building org.eclipse.papyrus.infra.ui.emf 3.1.100-SNAPSHOT     [102/487]
[INFO]   from ../../plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] The project's OSGi version is 3.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.ui.emf
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/internal/emf/Activator.java:[109] 
	private void init(final ICustomizationManager customizationManager) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method init(ICustomizationManager) from the type Activator is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/utils/ProviderHelper.java:[73] 
	TreeBrowseStrategy browseStrategy = new ProviderBasedBrowseStrategy(provider);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/databinding/AnnotationObservableValue.java:[32] 
	public class AnnotationObservableValue extends AbstractObservableValue {
	                                               ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/databinding/AnnotationObservableValue.java:[240] 
	annotation.getDetails().remove(key);
	                               ^^^
Unlikely argument type String for remove(Object) on a Collection<Map.Entry<String,String>>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/databinding/AnnotationObservableValue.java:[300] 
	annotation.getDetails().remove(key);
	                               ^^^
Unlikely argument type String for remove(Object) on a Collection<Map.Entry<String,String>>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/providers/DependentEMFLabelProvider.java:[133] 
	subscriptions.computeIfAbsent(subscription, x -> Sets.newSetFromMap(new WeakHashMap<>()))
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method newSetFromMap(Map<EObject,Boolean>) from the type Sets is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/providers/EMFContentProvider.java:[103] 
	TreeBrowseStrategy browseStrategy = new ProviderBasedBrowseStrategy(provider);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/providers/EMFLabelProvider.java:[171] 
	final EClass common = org.eclipse.papyrus.emf.facet.util.emf.core.internal.EMFUtils.computeLeastCommonSupertype(getEClasses(selectedEObject));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EMFUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/providers/EMFLabelProvider.java:[171] 
	final EClass common = org.eclipse.papyrus.emf.facet.util.emf.core.internal.EMFUtils.computeLeastCommonSupertype(getEClasses(selectedEObject));
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'EMFUtils.computeLeastCommonSupertype(Collection<EClass>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/bin')
9 problems (9 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.emf ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 135 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/target/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/target/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/target/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/target/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.ui.emf ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui >-----
[INFO] Building org.eclipse.papyrus.infra.properties.ui 4.1.0-SNAPSHOT [103/487]
[INFO]   from ../../plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] The project's OSGi version is 4.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.properties.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] Compiling 115 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/runtime/DefaultDisplayEngine.java:[373] 
	constraintEvaluationCache.replace(key, new Boolean(value));
	                                           ^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/runtime/DefaultDisplayEngine.java:[375] 
	constraintEvaluationCache.put(key, new Boolean(value));
	                                       ^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/providers/EncapsulatedComboViewer.java:[39] 
	public void setFilters(ViewerFilter[] filters) {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Varargs methods should only override or be overridden by other varargs methods unlike EncapsulatedComboViewer.setFilters(ViewerFilter[]) and StructuredViewer.setFilters(ViewerFilter...)
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/DataSource.java:[570] 
	public IValidator getValidator(String propertyPath) {
	       ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/ViewEditor.java:[225] 
	IObservableValue observableValue = (IObservableValue) observable;
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/ViewEditor.java:[225] 
	IObservableValue observableValue = (IObservableValue) observable;
	                                    ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/ViewEditor.java:[234] 
	IObservableList observableList = (IObservableList) observable;
	^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/ViewEditor.java:[234] 
	IObservableList observableList = (IObservableList) observable;
	                                  ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/MultiReferenceEditorWithPropertyView.java:[115] 
	public void setModelObservable(IObservableList modelObservable) {
	                               ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/EMFModelElement.java:[113] 
	IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new EMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature);
	^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/EMFModelElement.java:[113] 
	IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new EMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/EMFModelElement.java:[113] 
	IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new EMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature);
	                                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/EMFModelElement.java:[117] 
	IObservableValue value = domain == null ? EMFProperties.value(featurePath).observe(source) : new EMFObservableValue(getSource(featurePath), feature, domain);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/EMFModelElement.java:[117] 
	IObservableValue value = domain == null ? EMFProperties.value(featurePath).observe(source) : new EMFObservableValue(getSource(featurePath), feature, domain);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/MultiString.java:[34] 
	protected MultipleStringEditor editor;
	          ^^^^^^^^^^^^^^^^^^^^
MultipleStringEditor is a raw type. References to generic type MultipleStringEditor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/MultiString.java:[58] 
	protected MultipleStringEditor createMultipleStringEditor(Composite parent, int style) {
	          ^^^^^^^^^^^^^^^^^^^^
MultipleStringEditor is a raw type. References to generic type MultipleStringEditor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/MultiString.java:[59] 
	return new MultipleStringEditor(parent, style);
	           ^^^^^^^^^^^^^^^^^^^^
MultipleStringEditor is a raw type. References to generic type MultipleStringEditor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/internal/ui/observable/PreferencesObservableValue.java:[23] 
	public class PreferencesObservableValue extends AbstractObservableValue implements IPropertyChangeListener {
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/internal/ui/observable/PreferencesObservableValue.java:[56] 
	fireValueChange(Diffs.createValueDiff(event.getOldValue(), event.getNewValue()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/ModelElement.java:[173] 
	public IValidator getValidator(String propertyPath);
	       ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[39] 
	import org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TabbedPropertyRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[40] 
	import org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistryFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TabbedPropertyRegistryFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[161] 
	TabbedPropertyRegistry registry = TabbedPropertyRegistryFactory.getInstance().createRegistry(contributor);
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TabbedPropertyRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[161] 
	TabbedPropertyRegistry registry = TabbedPropertyRegistryFactory.getInstance().createRegistry(contributor);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TabbedPropertyRegistryFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[161] 
	TabbedPropertyRegistry registry = TabbedPropertyRegistryFactory.getInstance().createRegistry(contributor);
	                                                                ^^^^^^^^^^^
Discouraged access: The method 'TabbedPropertyRegistryFactory.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[161] 
	TabbedPropertyRegistry registry = TabbedPropertyRegistryFactory.getInstance().createRegistry(contributor);
	                                                                              ^^^^^^^^^^^^^^
Discouraged access: The method 'TabbedPropertyRegistryFactory.createRegistry(ITabbedPropertySheetPageContributor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[167] 
	Method method = TabbedPropertyRegistry.class.getDeclaredMethod("getAllTabDescriptors"); //$NON-NLS-1$
	                ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TabbedPropertyRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[202] 
	TabbedPropertyRegistryFactory.getInstance().disposeRegistry(contributor);				
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TabbedPropertyRegistryFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[202] 
	TabbedPropertyRegistryFactory.getInstance().disposeRegistry(contributor);				
	                              ^^^^^^^^^^^
Discouraged access: The method 'TabbedPropertyRegistryFactory.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[202] 
	TabbedPropertyRegistryFactory.getInstance().disposeRegistry(contributor);				
	                                            ^^^^^^^^^^^^^^^
Discouraged access: The method 'TabbedPropertyRegistryFactory.disposeRegistry(ITabbedPropertySheetPageContributor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[101] 
	protected IObservableList observableList;
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[107] 
	protected IObservableValue observableValue;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[110] 
	protected IValidator modelValidator;
	          ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[112] 
	protected IConverter targetToModelConverter;
	          ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[255] 
	IObservableList inputObservableList = getInputObservableList();
	^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[262] 
	IObservableValue inputObservableValue = getInputObservableValue();
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[269] 
	IValidator modelVal = getValidator();
	^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[535] 
	protected IObservableList getInputObservableList() {
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[538] 
	observableList = (IObservableList) input.getObservable(propertyPath);
	                  ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[551] 
	protected IObservableValue getInputObservableValue() {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[554] 
	observableValue = (IObservableValue) input.getObservable(propertyPath);
	                   ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[691] 
	public IValidator getValidator() {
	       ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[711] 
	IObservableValue observable = AbstractPropertyEditor.this.observableValue;
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[856] 
	this.listenerClassesSet.add((IPropertiesListener) listenerClass.newInstance());
	                                                                ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#6-of ?> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/AbstractModelElement.java:[193] 
	public IValidator getValidator(String propertyPath) {
	       ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
45 problems (45 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
[INFO] 0 component(s) where generated, 2 where kept.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 137 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/target/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/target/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/target/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.ui/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.ui/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/target/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.ui/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.ui/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.ui/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.properties.ui ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome >----
[INFO] Building org.eclipse.papyrus.infra.editor.welcome 3.0.0-SNAPSHOT [104/487]
[INFO]   from ../../plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.editor.welcome
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/AbstractPageLayoutToggleValue.java:[36] 
	import org.eclipse.papyrus.infra.ui.internal.commands.SashLayoutCommandFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/AbstractPageLayoutToggleValue.java:[72] 
	protected abstract Command getToggleCommand(SashLayoutCommandFactory factory);
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/AbstractPageLayoutToggleValue.java:[82] 
	Command command = getToggleCommand(new SashLayoutCommandFactory(editor));
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/AbstractPageLayoutToggleValue.java:[82] 
	Command command = getToggleCommand(new SashLayoutCommandFactory(editor));
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashLayoutCommandFactory(IMultiDiagramEditor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[42] 
	import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[487] 
	TransactionHelper.run(EMFHelper.resolveEditingDomain(welcome), () -> {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[487] 
	TransactionHelper.run(EMFHelper.resolveEditingDomain(welcome), () -> {
					if (welcome.eResource() != res) {
						// Move it
						res.getContents().add(welcome);
					}
					WelcomePage page = welcome.getWelcomePage();
					if (page == null) {
						page = welcome.createWelcomePage();
					}
					recordTabSectionOrder(page);
					recordSashLayout(page);
				});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[578] 
	TransactionHelper.run(EMFHelper.resolveEditingDomain(welcome), () -> {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[578] 
	TransactionHelper.run(EMFHelper.resolveEditingDomain(welcome), () -> {
				Welcome defaultWelcome = (Welcome) EcoreUtil.getObjectByType(welcomeResource.getContents(), WelcomePackage.Literals.WELCOME);
				if (res == sashResource) {
					// Move it back to the default resource
					if (defaultWelcome != null) {
						EcoreUtil.replace(defaultWelcome, welcome);
					} else {
						res.getContents().add(welcome);
					}
				}
				if (!EcoreUtil.equals(defaultWelcome, welcome)) {
					recompute[0] = true;
					// We need to keep the identity of the welcome object to maintain
					// the reference from the sash model page, so make it look like the
					// default welcome
					become(welcome, defaultWelcome);
				}
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/RestoreActivePageValue.java:[22] 
	import org.eclipse.papyrus.infra.ui.internal.commands.SashLayoutCommandFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/RestoreActivePageValue.java:[51] 
	protected Command getToggleCommand(SashLayoutCommandFactory factory) {
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/RestoreActivePageValue.java:[52] 
	return factory.createToggleRestoreActivePageCommand();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashLayoutCommandFactory.createToggleRestoreActivePageCommand()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/PrivateLayoutValue.java:[28] 
	import org.eclipse.papyrus.infra.ui.internal.commands.SashLayoutCommandFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/PrivateLayoutValue.java:[66] 
	protected Command getToggleCommand(SashLayoutCommandFactory factory) {
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/PrivateLayoutValue.java:[67] 
	return factory.createTogglePrivateLayoutCommand();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashLayoutCommandFactory.createTogglePrivateLayoutCommand()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeModelManager.java:[49] 
	import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeModelManager.java:[316] 
	TransactionHelper.run(TransactionUtil.getEditingDomain(rset), () -> {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeModelManager.java:[316] 
	TransactionHelper.run(TransactionUtil.getEditingDomain(rset), () -> {
								Welcome newWelcome = getWelcome(rset);
								become(realWelcome, newWelcome);
								// And it was unloaded, so it has a proxy URI that it shouldn't
								((InternalEObject) realWelcome).eSetProxyURI(null);
							});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
18 problems (18 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.editor.welcome ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 137 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/target/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/target/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/target/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/target/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.editor.welcome ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation >--
[INFO] Building org.eclipse.papyrus.infra.services.navigation 4.0.0-SNAPSHOT [105/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.navigation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.navigation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 126 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/target/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/target/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/target/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.navigation/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.navigation/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/target/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.navigation/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.navigation/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.navigation/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.navigation ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.nattable >--
[INFO] Building org.eclipse.papyrus.infra.editor.welcome.nattable 4.0.0-SNAPSHOT [106/487]
[INFO]   from ../../plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.nattable:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/pom.xml
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,ca.odell.glazedlists,1.9.0.v201303080712.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.core,1.5.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.extension.glazedlists,1.5.0.201703192131.
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.editor.welcome.nattable
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 140 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/target/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/target/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/target/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/target/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.editor.welcome.nattable ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance >----
[INFO] Building org.eclipse.papyrus.infra.emf.appearance 3.0.0-SNAPSHOT [107/487]
[INFO]   from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.appearance
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/org/eclipse/papyrus/infra/emf/appearance/style/AnnotationStyleProvider.java:[46] 
	return new Boolean(gradientvalueString);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Boolean(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/org/eclipse/papyrus/infra/emf/appearance/style/AnnotationStyleProvider.java:[67] 
	return new Integer(depthString);
	           ^^^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/org/eclipse/papyrus/infra/emf/appearance/style/AnnotationStyleProvider.java:[83] 
	return new Boolean(gradientvalueString);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Boolean(String) has been deprecated since version 9 and marked for removal
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.appearance ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/target/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/target/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/target/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.appearance/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.appearance/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/target/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.appearance/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.appearance/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.appearance/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.appearance ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.diagram.common >--
[INFO] Building org.eclipse.papyrus.infra.emf.diagram.common 3.0.0-SNAPSHOT [108/487]
[INFO]   from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.diagram.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.diagram.common
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/target/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/target/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/target/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.diagram.common/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.diagram.common/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/target/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.diagram.common/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.diagram.common/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.diagram.common/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.diagram.common ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-filters >--------
[INFO] Building Papyrus Infra Filters Model 0.0.1-SNAPSHOT            [109/487]
[INFO]   from ../../plugins/infra/filters/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-filters ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-filters ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-filters ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-filters ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-filters/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-filters-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.filters >--------
[INFO] Building org.eclipse.papyrus.infra.filters 2.0.0-SNAPSHOT      [110/487]
[INFO]   from ../../plugins/infra/filters/org.eclipse.papyrus.infra.filters/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.filters ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.filters
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.filters ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.filters ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.filters ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.filters ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 12 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.filters ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/target/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/target/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.filters ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/target/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.filters/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.filters/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/target/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.filters/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.filters/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.filters/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.filters ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core >------
[INFO] Building org.eclipse.papyrus.infra.types.core 5.1.0-SNAPSHOT   [111/487]
[INFO]   from ../../plugins/infra/types/org.eclipse.papyrus.infra.types.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.core ---
[INFO] The project's OSGi version is 5.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.core ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.types.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.core ---
[INFO] Compiling 68 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 124 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/target/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/target/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.types.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/target/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.core/5.1.0-SNAPSHOT/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.core/5.1.0-SNAPSHOT/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/target/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.core/5.1.0-SNAPSHOT/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.core/5.1.0-SNAPSHOT/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.core/5.1.0-SNAPSHOT/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.types.core ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased >----
[INFO] Building org.eclipse.papyrus.infra.types.rulebased 5.0.0-SNAPSHOT [112/487]
[INFO]   from ../../plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.types.rulebased
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/DefaultRuleEditHelperAdvice.java:[87] 
	values.addAll((List<Object>) value);
	              ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/AbstractRule.java:[56] 
	values.addAll((List<Object>) value);
	              ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/AbstractRule.java:[74] 
	Map<EObject, EReference> objectsToMove = ((MoveRequest) request).getElementsToMove();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<EObject,EReference>
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.rulebased ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/target/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/target/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/target/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.rulebased/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.rulebased/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/target/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.rulebased/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.rulebased/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.rulebased/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.types.rulebased ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit >-----
[INFO] Building org.eclipse.papyrus.infra.filters.edit 2.0.0-SNAPSHOT [113/487]
[INFO]   from ../../plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.filters.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.filters.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 16 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/target/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/target/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/target/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.filters.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.filters.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/target/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.filters.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.filters.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.filters.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.filters.edit ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types >-------
[INFO] Building org.eclipse.papyrus.infra.emf.types 5.0.100-SNAPSHOT  [114/487]
[INFO]   from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types:5.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] The project's OSGi version is 5.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.types
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] Compiling 113 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToBooleanConverter.java:[24] 
	public class ValueSpecificationToBooleanConverter extends Converter implements IConverter {
	                                                          ^^^^^^^^^
Converter is a raw type. References to generic type Converter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToBooleanConverter.java:[24] 
	public class ValueSpecificationToBooleanConverter extends Converter implements IConverter {
	                                                                               ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToEnumerationConverter.java:[29] 
	public class ValueSpecificationToEnumerationConverter extends Converter implements IConverter {
	                                                              ^^^^^^^^^
Converter is a raw type. References to generic type Converter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToEnumerationConverter.java:[29] 
	public class ValueSpecificationToEnumerationConverter extends Converter implements IConverter {
	                                                                                   ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ConverterRegistry.java:[34] 
	private Map<Class<?>, IConverter> converterMaps = new HashMap<Class<?>, IConverter>();
	                      ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ConverterRegistry.java:[34] 
	private Map<Class<?>, IConverter> converterMaps = new HashMap<Class<?>, IConverter>();
	                                                                        ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ConverterRegistry.java:[74] 
	public IConverter getConverter(Class<?> toType) {
	       ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ConverterRegistry.java:[80] 
	IConverter converter = getConverter(parameterType);
	^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ConverterRegistry.java:[83] 
	return converter.convert(valueInstance);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToIntegerConverter.java:[24] 
	public class ValueSpecificationToIntegerConverter extends Converter implements IConverter {
	                                                          ^^^^^^^^^
Converter is a raw type. References to generic type Converter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToIntegerConverter.java:[24] 
	public class ValueSpecificationToIntegerConverter extends Converter implements IConverter {
	                                                                               ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToEENumConverter.java:[27] 
	public class ValueSpecificationToEENumConverter extends Converter implements IConverter {
	                                                        ^^^^^^^^^
Converter is a raw type. References to generic type Converter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToEENumConverter.java:[27] 
	public class ValueSpecificationToEENumConverter extends Converter implements IConverter {
	                                                                             ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToStringConverter.java:[24] 
	public class ValueSpecificationToStringConverter extends Converter implements IConverter {
	                                                         ^^^^^^^^^
Converter is a raw type. References to generic type Converter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToStringConverter.java:[24] 
	public class ValueSpecificationToStringConverter extends Converter implements IConverter {
	                                                                              ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/rules/container/InvariantContainerRule.java:[34] 
	@SuppressWarnings("restriction")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("restriction")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/advices/values/SetValuesAdviceEditHelperAdvice.java:[30] 
	import org.eclipse.papyrus.infra.emf.types.advices.values.FeatureToSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.emf.types.advices.values.FeatureToSet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/advices/values/SetValuesAdviceEditHelperAdvice.java:[31] 
	import org.eclipse.papyrus.infra.emf.types.advices.values.FeatureValue;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.emf.types.advices.values.FeatureValue is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/advices/values/SetValuesAdviceEditHelperAdvice.java:[32] 
	import org.eclipse.papyrus.infra.emf.types.advices.values.SetValuesAdviceConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.emf.types.advices.values.SetValuesAdviceConfiguration is never used
19 problems (19 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.types ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 128 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/target/org.eclipse.papyrus.infra.emf.types-5.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/target/org.eclipse.papyrus.infra.emf.types-5.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/target/org.eclipse.papyrus.infra.emf.types-5.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types/5.0.100-SNAPSHOT/org.eclipse.papyrus.infra.emf.types-5.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types/5.0.100-SNAPSHOT/org.eclipse.papyrus.infra.emf.types-5.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/target/org.eclipse.papyrus.infra.emf.types-5.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types/5.0.100-SNAPSHOT/org.eclipse.papyrus.infra.emf.types-5.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types/5.0.100-SNAPSHOT/org.eclipse.papyrus.infra.emf.types-5.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types/5.0.100-SNAPSHOT/org.eclipse.papyrus.infra.emf.types-5.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.types ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit >----
[INFO] Building org.eclipse.papyrus.infra.properties.edit 4.1.0-SNAPSHOT [115/487]
[INFO]   from ../../plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] The project's OSGi version is 4.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.properties.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 112 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/target/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/target/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/target/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/target/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.properties.edit ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui >-----
[INFO] Building org.eclipse.papyrus.infra.emf.types.ui 5.0.0-SNAPSHOT [116/487]
[INFO]   from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.types.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.types.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 138 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/target/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/target/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/target/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types.ui/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types.ui/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/target/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types.ui/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types.ui/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types.ui/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.types.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.edit >--
[INFO] Building org.eclipse.papyrus.infra.emf.expressions.edit 2.0.0-SNAPSHOT [117/487]
[INFO]   from ../../plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 107 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/target/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/target/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/target/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/target/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.expressions.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.editor >--
[INFO] Building org.eclipse.papyrus.infra.emf.expressions.editor 2.0.0-SNAPSHOT [118/487]
[INFO]   from ../../plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/src-gen/org/eclipse/papyrus/infra/emf/expressions/booleanexpressions/presentation/BooleanExpressionsEditor.java:[1091] 
	@SuppressWarnings("rawtypes")
	                  ^^^^^^^^^^
Unnecessary @SuppressWarnings("rawtypes")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/src-gen/org/eclipse/papyrus/infra/emf/expressions/presentation/ExpressionsEditor.java:[1347] 
	@SuppressWarnings("rawtypes")
	                  ^^^^^^^^^^
Unnecessary @SuppressWarnings("rawtypes")
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 112 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/target/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/target/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/target/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/target/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.expressions.editor ---
[INFO] 
[INFO] --< org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.properties >--
[INFO] Building org.eclipse.papyrus.infra.emf.expressions.properties 2.0.0-SNAPSHOT [119/487]
[INFO]   from ../../plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 137 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/target/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/target/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/target/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/target/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/infra/emf-expressions/org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.expressions.properties ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor >---
[INFO] Building org.eclipse.papyrus.infra.properties.editor 4.0.0-SNAPSHOT [120/487]
[INFO]   from ../../plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.properties.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/environment/presentation/EnvironmentEditor.java:[1333] 
	@SuppressWarnings("rawtypes")
	                  ^^^^^^^^^^
Unnecessary @SuppressWarnings("rawtypes")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/ui/presentation/UiEditor.java:[1334] 
	@SuppressWarnings("rawtypes")
	                  ^^^^^^^^^^
Unnecessary @SuppressWarnings("rawtypes")
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 123 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/target/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/target/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/target/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/target/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.properties.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.properties.editor ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture >--
[INFO] Building org.eclipse.papyrus.infra.services.architecture 2.0.0-SNAPSHOT [121/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.architecture
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.architecture ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 124 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/target/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/target/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/target/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.architecture/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.architecture/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/target/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.architecture/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.architecture/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.architecture/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.architecture ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode >--
[INFO] Building org.eclipse.papyrus.infra.services.controlmode 3.1.0-SNAPSHOT [122/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.controlmode
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/helper/advice/ControlModeEditHelperAdvice.java:[78] 
	request.getParameters().put(RequestParameterConstants.TRANSACTIONAL_NESTING, Boolean.TRUE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[31] 
	import org.eclipse.papyrus.infra.emf.internal.resource.CrossReferenceIndex;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[32] 
	import org.eclipse.papyrus.infra.emf.internal.resource.index.IndexManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[74] 
	if (IndexManager.getInstance().isStarted()) {
	    ^^^^^^^^^^^^
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[74] 
	if (IndexManager.getInstance().isStarted()) {
	                 ^^^^^^^^^^^
Discouraged access: The method 'IndexManager.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[74] 
	if (IndexManager.getInstance().isStarted()) {
	                               ^^^^^^^^^
Discouraged access: The method 'IndexManager.isStarted()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[91] 
	index = CrossReferenceIndex.getInstance();
	        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[91] 
	index = CrossReferenceIndex.getInstance();
	                            ^^^^^^^^^^^
Discouraged access: The method 'CrossReferenceIndex.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[94] 
	unregisterHandler = ((CrossReferenceIndex) index).onIndexChanged(
	                      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[94] 
	unregisterHandler = ((CrossReferenceIndex) index).onIndexChanged(
	                                                  ^^^^^^^^^^^^^^
Discouraged access: The method 'CrossReferenceIndex.onIndexChanged(Consumer<? super CrossReferenceIndex>, Executor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[158] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
11 problems (11 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.controlmode ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 130 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/target/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/target/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/target/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/target/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.controlmode ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.history >--
[INFO] Building org.eclipse.papyrus.infra.services.controlmode.history 3.0.0-SNAPSHOT [123/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.history:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.controlmode.history
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/org/eclipse/papyrus/infra/services/controlmode/history/utils/HistoryUtils.java:[41] 
	return (HistoryModel) ModelUtils.getModelSetChecked().getModel(HistoryModel.MODEL_ID);
	                                 ^^^^^^^^^^^^^^^^^^^^
The method getModelSetChecked() from the type ModelUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/org/eclipse/papyrus/infra/services/controlmode/history/utils/HistoryUtils.java:[58] 
	return (HistoryModel) ModelUtils.getModelSetChecked().getModel(HistoryModel.MODEL_ID);
	                                 ^^^^^^^^^^^^^^^^^^^^
The method getModelSetChecked() from the type ModelUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/org/eclipse/papyrus/infra/services/controlmode/history/utils/HistoryUtils.java:[162] 
	if (SashModel.MODEL_FILE_EXTENSION.equals(r.getURI().fileExtension())) {
	              ^^^^^^^^^^^^^^^^^^^^
The field SashModel.MODEL_FILE_EXTENSION is deprecated
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 110 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/target/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/target/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/target/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode.history/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode.history/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/target/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode.history/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode.history/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode.history/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.controlmode.history ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration >--
[INFO] Building org.eclipse.papyrus.infra.services.decoration 3.1.0-SNAPSHOT [124/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.decoration
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[27] 
	import java.util.Observable;
	       ^^^^^^^^^^^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[28] 
	import java.util.Observer;
	       ^^^^^^^^^^^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[47] 
	public class DecorationService extends Observable implements IDecorationService {
	                                       ^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[94] 
	if (countObservers() > 0) {
	    ^^^^^^^^^^^^^^^^
The method countObservers() from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[106] 
	setChanged();
	^^^^^^^^^^^^
The method setChanged() from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[107] 
	notifyObservers(new DecorationChange(DecorationChangeKind.DecorationRemoved, next));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method notifyObservers(Object) from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[130] 
	public synchronized void addListener(Observer o) {
	                                     ^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[131] 
	addObserver(o);
	^^^^^^^^^^^^^^
The method addObserver(Observer) from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[142] 
	public synchronized void deleteListener(Observer o) {
	                                        ^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[143] 
	deleteObserver(o);
	^^^^^^^^^^^^^^^^^
The method deleteObserver(Observer) from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[160] 
	setChanged();
	^^^^^^^^^^^^
The method setChanged() from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[161] 
	notifyObservers(new DecorationChange(DecorationChangeKind.DecorationRemoved, decoration));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method notifyObservers(Object) from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[235] 
	setChanged();
	^^^^^^^^^^^^
The method setChanged() from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[236] 
	notifyObservers(new DecorationChange(decorationChangeKind, decoration));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method notifyObservers(Object) from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/IDecorationService.java:[18] 
	import java.util.Observer;
	       ^^^^^^^^^^^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/IDecorationService.java:[55] 
	void addListener(Observer o);
	                 ^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/IDecorationService.java:[63] 
	void deleteListener(Observer o);
	                    ^^^^^^^^
The type Observer is deprecated since version 9
17 problems (17 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.decoration ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 123 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/target/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/target/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/target/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.decoration/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.decoration/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/target/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.decoration/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.decoration/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.decoration/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.decoration ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit.ui >---
[INFO] Building org.eclipse.papyrus.infra.services.edit.ui 4.0.0-SNAPSHOT [125/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/src/org/eclipse/papyrus/infra/services/edit/ui/databinding/AggregatedPapyrusObservableValue.java:[48] 
	if (((IObservableValue) observable).getValueType() != valueType) {
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 135 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/target/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/target/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/target/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/target/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.edit.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer >--
[INFO] Building org.eclipse.papyrus.infra.services.localizer 3.1.0-SNAPSHOT [126/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.localizer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.localizer ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/target/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/target/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/target/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.localizer/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.localizer/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/target/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.localizer/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.localizer/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.localizer/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.localizer ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement >--
[INFO] Building org.eclipse.papyrus.infra.services.openelement 4.0.0-SNAPSHOT [127/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.openelement
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/src/org/eclipse/papyrus/infra/services/openelement/service/impl/OpenElementServiceImpl.java:[274] 
	fileURI = fileURI.appendFileExtension(SashModel.MODEL_FILE_EXTENSION);
	                                                ^^^^^^^^^^^^^^^^^^^^
The field SashModel.MODEL_FILE_EXTENSION is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.openelement ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 126 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/target/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/target/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/target/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.openelement/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.openelement/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/target/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.openelement/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.openelement/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.openelement/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.openelement ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading >--
[INFO] Building org.eclipse.papyrus.infra.services.resourceloading 4.0.0-SNAPSHOT [128/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.resourceloading
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/org/eclipse/papyrus/infra/services/resourceloading/ControledResourceAdapter.java:[73] 
	if (SashModel.MODEL_FILE_EXTENSION.equals(r.getURI().fileExtension())) {
	              ^^^^^^^^^^^^^^^^^^^^
The field SashModel.MODEL_FILE_EXTENSION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/org/eclipse/papyrus/infra/services/resourceloading/OnDemandLoadingModelSet.java:[27] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/org/eclipse/papyrus/infra/services/resourceloading/OnDemandLoadingModelSet.java:[42] 
	public class OnDemandLoadingModelSet extends DiResourceSet {
	                                             ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/org/eclipse/papyrus/infra/services/resourceloading/OnDemandLoadingModelSet.java:[62] 
	super();
	^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/org/eclipse/papyrus/infra/services/resourceloading/HistoryRoutingUtils.java:[49] 
	set.getResource(URI.createURI(path.concat(initialURI.trimFragment().trimFileExtension().appendFileExtension(SashModel.MODEL_FILE_EXTENSION).toString())), loadCorrespondantDI);
	                                                                                                                      ^^^^^^^^^^^^^^^^^^^^
The field SashModel.MODEL_FILE_EXTENSION is deprecated
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.resourceloading ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/target/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/target/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/target/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/target/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.resourceloading ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading.ui >--
[INFO] Building org.eclipse.papyrus.infra.services.resourceloading.ui 2.0.0-SNAPSHOT [129/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.resourceloading.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/strategy/LoadedAuthorizedResourceManager.java:[136] 
	IModel mainDiModel = modelSet.getModel(DiModel.MODEL_ID);
	                                               ^^^^^^^^
The field DiModel.MODEL_ID is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/strategy/LoadedAuthorizedResourceManager.java:[217] 
	ArrayList v = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/strategy/LoadedAuthorizedResourceManager.java:[217] 
	ArrayList v = new ArrayList();
	                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/strategy/LoadedAuthorizedResourceManager.java:[219] 
	v.add(st.nextElement());
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/strategy/LoadedAuthorizedResourceManager.java:[221] 
	return (String[]) v.toArray(new String[v.size()]);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/expressions/LoadingTester.java:[62] 
	return new Boolean(answer).equals(expectedValue);
	           ^^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/expressions/LoadingTester.java:[66] 
	return new Boolean(answer).equals(expectedValue);
	           ^^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/preferences/LoadinStrategyGroup.java:[22] 
	import org.eclipse.papyrus.infra.services.resourceloading.impl.ProxyManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/preferences/LoadinStrategyGroup.java:[62] 
	Map<Integer, String> allStrategies = ProxyManager.getAllStrategies();
	                                     ^^^^^^^^^^^^
Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/preferences/LoadinStrategyGroup.java:[62] 
	Map<Integer, String> allStrategies = ProxyManager.getAllStrategies();
	                                                  ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProxyManager.getAllStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/editor/UnloadResourcesEditorFactory.java:[15] 
	private EditorDescriptor editorDescriptor;
	                         ^^^^^^^^^^^^^^^^
The value of the field UnloadResourcesEditorFactory.editorDescriptor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/editor/UnloadResourcesEditorFactory.java:[17] 
	private ServicesRegistry serviceRegistry;
	                         ^^^^^^^^^^^^^^^
The value of the field UnloadResourcesEditorFactory.serviceRegistry is not used
12 problems (12 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/target/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/target/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/target/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/target/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.resourceloading.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic >---
[INFO] Building org.eclipse.papyrus.infra.services.semantic 3.0.0-SNAPSHOT [130/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.semantic
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.semantic ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 110 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/target/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/target/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/target/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.semantic/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.semantic/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/target/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.semantic/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.semantic/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.semantic/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.semantic ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation >--
[INFO] Building org.eclipse.papyrus.infra.services.validation 4.1.0-SNAPSHOT [131/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.validation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] The project's OSGi version is 4.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.validation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/src/org/eclipse/papyrus/infra/services/validation/ValidationTool.java:[81] 
	: MarkerListenerUtils.getMarkerProvider(resource);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMarkerProvider(Resource) from the type MarkerListenerUtils is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.validation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 130 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/target/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/target/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/target/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.validation/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.validation/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/target/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.validation/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.validation/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.validation/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.validation ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch >--
[INFO] Building org.eclipse.papyrus.infra.services.viewersearch 4.0.0-SNAPSHOT [132/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.viewersearch
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/src/org/eclipse/papyrus/infra/services/viewersearch/impl/AbstractViewerSearcher.java:[26] 
	import org.eclipse.papyrus.infra.services.viewersearch.IViewerSearcher;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.services.viewersearch.IViewerSearcher is never used
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.viewersearch ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 110 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/target/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/target/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/target/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.viewersearch/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.viewersearch/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/target/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.viewersearch/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.viewersearch/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.viewersearch/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.viewersearch ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider >--
[INFO] Building org.eclipse.papyrus.infra.services.viewlabelprovider 2.0.0-SNAPSHOT [133/487]
[INFO]   from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.viewlabelprovider
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 112 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/target/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/target/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/target/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/target/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.viewlabelprovider ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-newchild >-------
[INFO] Building Papyrus Infra New-Child Model 0.0.1-SNAPSHOT          [134/487]
[INFO]   from ../../plugins/infra/newchild/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-newchild ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-newchild ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-newchild ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-newchild ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-newchild/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-newchild-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation >--
[INFO] Building org.eclipse.papyrus.infra.nattable.representation 3.0.0-SNAPSHOT [135/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.representation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.representation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/target/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/target/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/target/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/target/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.representation ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-gmfdiag >--------
[INFO] Building Papyrus Diagram Infrastructure 0.0.1-SNAPSHOT         [136/487]
[INFO]   from ../../plugins/infra/gmfdiag/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-gmfdiag ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-gmfdiag ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-gmfdiag ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-gmfdiag ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-gmfdiag/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-gmfdiag-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration >--
[INFO] Building Papyrus UML Diagram PaletteConfiguration 0.0.1-SNAPSHOT [137/487]
[INFO]   from ../../plugins/infra/gmfdiag/paletteconfiguration/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration 5.0.0-SNAPSHOT [138/487]
[INFO]   from ../../plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] Compiling 49 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/impl/PaletteconfigurationFactoryImpl.java:[23] 
	import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.*;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/util/PaletteconfigurationSwitch.java:[21] 
	import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.*;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/modelelement/ConfigurationModelElement.java:[73] 
	public IValidator getValidator(final String propertyPath) {
	       ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/modelelement/ConfigurationModelElement.java:[74] 
	IValidator validator = null;
	^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/modelelement/ConfigurationModelElement.java:[78] 
	validator = new IValidator() {
	                ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/modelelement/ConfigurationModelElement.java:[99] 
	validator = new IValidator() {
	                ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/util/PaletteconfigurationAdapterFactory.java:[22] 
	import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.*;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration is never used
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 147 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.representation 3.0.0-SNAPSHOT [139/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.representation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/src/org/eclipse/papyrus/infra/gmfdiag/representation/impl/PathElementCustomImpl.java:[20] 
	import org.eclipse.papyrus.infra.gmfdiag.representation.AssistantRule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.representation.AssistantRule is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/src/org/eclipse/papyrus/infra/gmfdiag/representation/impl/AssistantRuleCustomImpl.java:[23] 
	import org.eclipse.papyrus.infra.gmfdiag.representation.impl.AssistantRuleImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.representation.impl.AssistantRuleImpl is never used
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 147 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/target/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/target/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/target/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/target/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.representation ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils >--
[INFO] Building org.eclipse.papyrus.infra.internationalization.utils 2.0.0-SNAPSHOT [140/487]
[INFO]   from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.utils
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.utils ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/target/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/target/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/target/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/target/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.internationalization.utils ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra-viewpoints >------
[INFO] Building Papyrus Infra Viewpoints 0.0.1-SNAPSHOT               [141/487]
[INFO]   from ../../plugins/infra/viewpoints/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-viewpoints ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-viewpoints ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-viewpoints ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-viewpoints ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-viewpoints/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-viewpoints-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.policy >---
[INFO] Building org.eclipse.papyrus.infra.viewpoints.policy 4.0.100-SNAPSHOT [142/487]
[INFO]   from ../../plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.policy:4.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] The project's OSGi version is 4.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.viewpoints.policy
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationAdapterFactory.java:[83] 
	public Adapter casePapyrusView(PapyrusView object) {
	                               ^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationAdapterFactory.java:[88] 
	public Adapter casePapyrusDiagram(PapyrusDiagram object) {
	                                  ^^^^^^^^^^^^^^
The type PapyrusDiagram is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationAdapterFactory.java:[93] 
	public Adapter casePapyrusSyncTable(PapyrusSyncTable object) {
	                                    ^^^^^^^^^^^^^^^^
The type PapyrusSyncTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationAdapterFactory.java:[98] 
	public Adapter casePapyrusTable(PapyrusTable object) {
	                                ^^^^^^^^^^^^
The type PapyrusTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StyleFactoryImpl.java:[80] 
	public PapyrusViewStyle createPapyrusViewStyle() {
	       ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StyleFactoryImpl.java:[81] 
	PapyrusViewStyleImpl papyrusViewStyle = new PapyrusViewStyleImpl();
	^^^^^^^^^^^^^^^^^^^^
The type PapyrusViewStyleImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StyleFactoryImpl.java:[81] 
	PapyrusViewStyleImpl papyrusViewStyle = new PapyrusViewStyleImpl();
	                                            ^^^^^^^^^^^^^^^^^^^^
The type PapyrusViewStyleImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StyleFactoryImpl.java:[81] 
	PapyrusViewStyleImpl papyrusViewStyle = new PapyrusViewStyleImpl();
	                                            ^^^^^^^^^^^^^^^^^^^^^^
The constructor PapyrusViewStyleImpl() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[83] 
	PapyrusView papyrusView = (PapyrusView) theEObject;
	^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[83] 
	PapyrusView papyrusView = (PapyrusView) theEObject;
	                           ^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[90] 
	PapyrusDiagram papyrusDiagram = (PapyrusDiagram) theEObject;
	^^^^^^^^^^^^^^
The type PapyrusDiagram is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[90] 
	PapyrusDiagram papyrusDiagram = (PapyrusDiagram) theEObject;
	                                 ^^^^^^^^^^^^^^
The type PapyrusDiagram is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[99] 
	PapyrusSyncTable papyrusSyncTable = (PapyrusSyncTable) theEObject;
	^^^^^^^^^^^^^^^^
The type PapyrusSyncTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[99] 
	PapyrusSyncTable papyrusSyncTable = (PapyrusSyncTable) theEObject;
	                                     ^^^^^^^^^^^^^^^^
The type PapyrusSyncTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[108] 
	PapyrusTable papyrusTable = (PapyrusTable) theEObject;
	^^^^^^^^^^^^
The type PapyrusTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[108] 
	PapyrusTable papyrusTable = (PapyrusTable) theEObject;
	                             ^^^^^^^^^^^^
The type PapyrusTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[132] 
	public T casePapyrusView(PapyrusView object) {
	                         ^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[147] 
	public T casePapyrusDiagram(PapyrusDiagram object) {
	                            ^^^^^^^^^^^^^^
The type PapyrusDiagram is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[162] 
	public T casePapyrusSyncTable(PapyrusSyncTable object) {
	                              ^^^^^^^^^^^^^^^^
The type PapyrusSyncTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[177] 
	public T casePapyrusTable(PapyrusTable object) {
	                          ^^^^^^^^^^^^
The type PapyrusTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[26] 
	import org.eclipse.papyrus.infra.viewpoints.configuration.PapyrusDiagram;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PapyrusDiagram is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[27] 
	import org.eclipse.papyrus.infra.viewpoints.configuration.PapyrusSyncTable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PapyrusSyncTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[28] 
	import org.eclipse.papyrus.infra.viewpoints.configuration.PapyrusTable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PapyrusTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[29] 
	import org.eclipse.papyrus.infra.viewpoints.configuration.PapyrusView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[277] 
	initEClass(papyrusViewEClass, PapyrusView.class, "PapyrusView", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
	                              ^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[278] 
	initEAttribute(getPapyrusView_Name(), ecorePackage.getEString(), "name", null, 0, 1, PapyrusView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$
	                                                                                     ^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[279] 
	initEAttribute(getPapyrusView_Icon(), ecorePackage.getEString(), "icon", null, 0, 1, PapyrusView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$
	                                                                                     ^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[280] 
	initEAttribute(getPapyrusView_ImplementationID(), ecorePackage.getEString(), "implementationID", null, 1, 1, PapyrusView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$
	                                                                                                             ^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[282] 
	initEClass(papyrusDiagramEClass, PapyrusDiagram.class, "PapyrusDiagram", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
	                                 ^^^^^^^^^^^^^^
The type PapyrusDiagram is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[284] 
	initEClass(papyrusSyncTableEClass, PapyrusSyncTable.class, "PapyrusSyncTable", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
	                                   ^^^^^^^^^^^^^^^^
The type PapyrusSyncTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[286] 
	initEClass(papyrusTableEClass, PapyrusTable.class, "PapyrusTable", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
	                               ^^^^^^^^^^^^
The type PapyrusTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/util/StyleAdapterFactory.java:[81] 
	public Adapter casePapyrusViewStyle(PapyrusViewStyle object) {
	                                    ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[108] 
	EList list = (EList) current.eGet(feature);
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[108] 
	EList list = (EList) current.eGet(feature);
	              ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[109] 
	list.add(target);
	^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[123] 
	((EList) undoOrigin.eGet(undoReference)).remove(undoValueNext);
	  ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[134] 
	((EList) undoOrigin.eGet(undoReference)).add(undoValueNext);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[134] 
	((EList) undoOrigin.eGet(undoReference)).add(undoValueNext);
	  ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[163] 
	EList list = (EList) value;
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[163] 
	EList list = (EList) value;
	              ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[175] 
	list.add(inst);
	^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/ConfigurationFactory.java:[44] 
	PapyrusView createPapyrusView();
	^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/ConfigurationFactory.java:[53] 
	PapyrusDiagram createPapyrusDiagram();
	^^^^^^^^^^^^^^
The type PapyrusDiagram is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/ConfigurationFactory.java:[62] 
	PapyrusSyncTable createPapyrusSyncTable();
	^^^^^^^^^^^^^^^^
The type PapyrusSyncTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/ConfigurationFactory.java:[71] 
	PapyrusTable createPapyrusTable();
	^^^^^^^^^^^^
The type PapyrusTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[90] 
	public PapyrusView createPapyrusView() {
	       ^^^^^^^^^^^
The type PapyrusView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[91] 
	PapyrusViewImpl papyrusView = new PapyrusViewImpl();
	^^^^^^^^^^^^^^^
The type PapyrusViewImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[91] 
	PapyrusViewImpl papyrusView = new PapyrusViewImpl();
	                                  ^^^^^^^^^^^^^^^
The type PapyrusViewImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[91] 
	PapyrusViewImpl papyrusView = new PapyrusViewImpl();
	                                  ^^^^^^^^^^^^^^^^^
The constructor PapyrusViewImpl() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[101] 
	public PapyrusDiagram createPapyrusDiagram() {
	       ^^^^^^^^^^^^^^
The type PapyrusDiagram is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[102] 
	PapyrusDiagramImpl papyrusDiagram = new PapyrusDiagramImpl();
	^^^^^^^^^^^^^^^^^^
The type PapyrusDiagramImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[102] 
	PapyrusDiagramImpl papyrusDiagram = new PapyrusDiagramImpl();
	                                        ^^^^^^^^^^^^^^^^^^
The type PapyrusDiagramImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[102] 
	PapyrusDiagramImpl papyrusDiagram = new PapyrusDiagramImpl();
	                                        ^^^^^^^^^^^^^^^^^^^^
The constructor PapyrusDiagramImpl() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[112] 
	public PapyrusSyncTable createPapyrusSyncTable() {
	       ^^^^^^^^^^^^^^^^
The type PapyrusSyncTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[113] 
	PapyrusSyncTableImpl papyrusSyncTable = new PapyrusSyncTableImpl();
	^^^^^^^^^^^^^^^^^^^^
The type PapyrusSyncTableImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[113] 
	PapyrusSyncTableImpl papyrusSyncTable = new PapyrusSyncTableImpl();
	                                            ^^^^^^^^^^^^^^^^^^^^
The type PapyrusSyncTableImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[113] 
	PapyrusSyncTableImpl papyrusSyncTable = new PapyrusSyncTableImpl();
	                                            ^^^^^^^^^^^^^^^^^^^^^^
The constructor PapyrusSyncTableImpl() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[123] 
	public PapyrusTable createPapyrusTable() {
	       ^^^^^^^^^^^^
The type PapyrusTable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[124] 
	PapyrusTableImpl papyrusTable = new PapyrusTableImpl();
	^^^^^^^^^^^^^^^^
The type PapyrusTableImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[124] 
	PapyrusTableImpl papyrusTable = new PapyrusTableImpl();
	                                    ^^^^^^^^^^^^^^^^
The type PapyrusTableImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[124] 
	PapyrusTableImpl papyrusTable = new PapyrusTableImpl();
	                                    ^^^^^^^^^^^^^^^^^^
The constructor PapyrusTableImpl() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StylePackageImpl.java:[25] 
	import org.eclipse.papyrus.infra.viewpoints.style.PapyrusViewStyle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StylePackageImpl.java:[202] 
	initEClass(papyrusViewStyleEClass, PapyrusViewStyle.class, "PapyrusViewStyle", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
	                                   ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StylePackageImpl.java:[203] 
	initEReference(getPapyrusViewStyle_Owner(), theEcorePackage.getEObject(), null, "owner", null, 1, 1, PapyrusViewStyle.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$
	                                                                                                     ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StylePackageImpl.java:[204] 
	initEReference(getPapyrusViewStyle_Configuration(), theConfigurationPackage.getPapyrusView(), null, "configuration", null, 0, 1, PapyrusViewStyle.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$
	                                                                                                                                 ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/StyleFactory.java:[44] 
	PapyrusViewStyle createPapyrusViewStyle();
	^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/util/StyleSwitch.java:[81] 
	PapyrusViewStyle papyrusViewStyle = (PapyrusViewStyle)theEObject;
	^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/util/StyleSwitch.java:[81] 
	PapyrusViewStyle papyrusViewStyle = (PapyrusViewStyle)theEObject;
	                                     ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/util/StyleSwitch.java:[102] 
	public T casePapyrusViewStyle(PapyrusViewStyle object) {
	                              ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
69 problems (69 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 148 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/target/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/target/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/target/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/target/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.viewpoints.policy ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands >---
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.commands 4.0.0-SNAPSHOT [143/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.commands
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CheckedDiagramCommandStack.java:[30] 
	import org.eclipse.papyrus.commands.util.NonDirtyingUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type NonDirtyingUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CheckedDiagramCommandStack.java:[76] 
	return NonDirtyingUtils.wrap(command);
	       ^^^^^^^^^^^^^^^^
The type NonDirtyingUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CheckedDiagramCommandStack.java:[76] 
	return NonDirtyingUtils.wrap(command);
	                        ^^^^^^^^^^^^^
The method wrap(Command) from the type NonDirtyingUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[58] 
	affectedFiles = new ArrayList<Object>(super.getAffectedFiles());
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[59] 
	affectedFiles.addAll(fileOfIncomingReferences(((DestroyElementRequest) getRequest()).getElementToDestroy()));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[70] 
	protected List fileOfIncomingReferences(EObject destructee) {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/EMFtoGEFCommandWrapper.java:[21] 
	import org.eclipse.papyrus.commands.INonDirtying;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INonDirtying is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/EMFtoGEFCommandWrapper.java:[157] 
	public static class NonDirtying extends EMFtoGEFCommandWrapper implements INonDirtying {
	                                                                          ^^^^^^^^^^^^
The type INonDirtying is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CreationCommandDescriptor.java:[86] 
	ICreationCommand command = creationCommandClass.newInstance();
	                                                ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#1-of ? extends ICreationCommand> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/OperationToGEFCommandWrapper.java:[27] 
	import org.eclipse.papyrus.commands.INonDirtying;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INonDirtying is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/OperationToGEFCommandWrapper.java:[66] 
	if (operation instanceof INonDirtying) {
	                         ^^^^^^^^^^^^
The type INonDirtying is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/OperationToGEFCommandWrapper.java:[162] 
	public static class NonDirtying extends OperationToGEFCommandWrapper implements INonDirtying {
	                                                                                ^^^^^^^^^^^^
The type INonDirtying is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CreationCommandExtensionFactory.java:[76] 
	res.creationCommandClass = (Class<ICreationCommand>) parseClass(element, CREATION_COMMAND_CLASS_ATTR, CREATION_COMMAND_EXTENSIONPOINT);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#2-of ?> to Class<ICreationCommand>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CreationCommandExtensionFactory.java:[86] 
	Class<ICreationCondition> classCondition = (Class<ICreationCondition>) parseClass(element, CONDITION_COMMAND_CLASS_ATTR, CREATION_COMMAND_EXTENSIONPOINT);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#3-of ?> to Class<ICreationCondition>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CreationCommandExtensionFactory.java:[89] 
	res.setCondition(classCondition.newInstance());
	                                ^^^^^^^^^^^^^
The method newInstance() from the type Class<ICreationCondition> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/ICreationCommand.java:[19] 
	import org.eclipse.papyrus.infra.gmfdiag.representation.PapyrusDiagram;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.representation.PapyrusDiagram is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/GMFtoGEFCommandWrapper.java:[23] 
	import org.eclipse.papyrus.commands.INonDirtying;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INonDirtying is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/GMFtoGEFCommandWrapper.java:[64] 
	if (command instanceof INonDirtying) {
	                       ^^^^^^^^^^^^
The type INonDirtying is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/GMFtoGEFCommandWrapper.java:[164] 
	public static class NonDirtying extends GMFtoGEFCommandWrapper implements INonDirtying {
	                                                                          ^^^^^^^^^^^^
The type INonDirtying is deprecated
19 problems (19 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/target/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/target/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/target/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/target/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.commands ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild >-------
[INFO] Building org.eclipse.papyrus.infra.newchild 5.0.0-SNAPSHOT     [144/487]
[INFO]   from ../../plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.newchild
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.newchild ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.newchild ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/target/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/target/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.newchild ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/target/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/target/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.newchild ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit >-----
[INFO] Building org.eclipse.papyrus.infra.newchild.edit 5.0.0-SNAPSHOT [145/487]
[INFO]   from ../../plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.newchild.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/target/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/target/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/target/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/target/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.newchild.edit ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor >----
[INFO] Building org.eclipse.papyrus.infra.newchild.editor 4.0.0-SNAPSHOT [146/487]
[INFO]   from ../../plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.newchild.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src-gen/org/eclipse/papyrus/infra/newchild/elementcreationmenumodel/presentation/ElementCreationMenuModelEditor.java:[1323] 
	public Object getAdapter(Class key) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ElementCreationMenuModelEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src-gen/org/eclipse/papyrus/infra/newchild/elementcreationmenumodel/presentation/ElementCreationMenuModelEditor.java:[1334] 
	return super.getAdapter(key);
	       ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src-gen/org/eclipse/papyrus/infra/newchild/elementcreationmenumodel/presentation/ElementCreationMenuModelEditor.java:[1334] 
	return super.getAdapter(key);
	                        ^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/target/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/target/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/target/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/target/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.newchild.editor ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-textedit >-------
[INFO] Building Papyrus Infra TextEdit 0.0.1-SNAPSHOT                 [147/487]
[INFO]   from ../../plugins/infra/textedit/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-textedit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-textedit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-textedit ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-textedit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-textedit/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-textedit-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit >-------
[INFO] Building org.eclipse.papyrus.infra.textedit 1.0.0-SNAPSHOT     [148/487]
[INFO]   from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.textedit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.textedit ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/target/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/target/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/target/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/target/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.edit >-----
[INFO] Building org.eclipse.papyrus.infra.textedit.edit 1.0.0-SNAPSHOT [149/487]
[INFO]   from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 12 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/target/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/target/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/target/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/target/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit.edit ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-misc >---------
[INFO] Building Papyrus Infra Other Bundles 0.0.1-SNAPSHOT            [150/487]
[INFO]   from ../../plugins/infra/misc/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-misc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-misc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-misc ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-misc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-misc/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-misc-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.guava >---------
[INFO] Building org.eclipse.papyrus.infra.guava 1.0.0-SNAPSHOT        [151/487]
[INFO]   from ../../plugins/infra/misc/org.eclipse.papyrus.infra.guava/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.guava:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.guava ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.guava ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.guava
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.guava ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.guava ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.guava ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.guava ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 8 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/target/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/target/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.guava ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/target/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.guava/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.guava/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/target/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.guava/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.guava/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.guava/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.guava/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.guava ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.sync >---------
[INFO] Building org.eclipse.papyrus.infra.sync 3.1.0-SNAPSHOT         [152/487]
[INFO]   from ../../plugins/infra/misc/org.eclipse.papyrus.infra.sync/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.sync:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.sync ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.sync ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.sync
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.sync ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.sync ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[42] 
	import org.eclipse.papyrus.infra.guava.internal.CheckedFuture;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[184] 
	result = registryType.newInstance();
	                      ^^^^^^^^^^^^^
The method newInstance() from the type Class<R> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[367] 
	public <V, X extends Exception> CheckedFuture<V, X> runAsync(SyncServiceRunnable<V, X> operation) {
	                                ^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[368] 
	CheckedFuture<V, X> result = operation.asFuture(this);
	^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[21] 
	import org.eclipse.papyrus.infra.guava.internal.CheckedFuture;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[72] 
	public <V, X extends Exception> CheckedFuture<V, X> runAsync(SyncServiceRunnable<V, X> operation) {
	                                ^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[73] 
	CheckedFuture<V, X> result = operation.asFuture(this);
	^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/ISyncObject.java:[21] 
	import org.eclipse.papyrus.infra.guava.internal.CheckedFuture;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/ISyncObject.java:[75] 
	<V, X extends Exception> CheckedFuture<V, X> runAsync(SyncServiceRunnable<V, X> operation);
	                         ^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/EMFDispatchManager.java:[253] 
	active.remove(key);
	              ^^^
Unlikely argument type SyncItem<capture#7-of ?,capture#8-of ?> for remove(Object) on a Collection<Map.Entry<SyncItem<?,?>,D>>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[22] 
	import org.eclipse.papyrus.infra.guava.internal.AbstractCheckedFuture;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractCheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[23] 
	import org.eclipse.papyrus.infra.guava.internal.CheckedFuture;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[59] 
	public CheckedFuture<V, X> asFuture(final ISyncObject context) {
	       ^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[68] 
	private CheckedFuture<V, X> checked(final ListenableFuture<V> future) {
	        ^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[69] 
	class Checked extends AbstractCheckedFuture<V, X> implements Runnable {
	                      ^^^^^^^^^^^^^^^^^^^^^
The type AbstractCheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[71] 
	super(future);
	^^^^^^^^^^^^^^
The constructor AbstractCheckedFuture<V,X>(ListenableFuture<V>) is deprecated
16 problems (16 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.sync ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.sync ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 110 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.sync ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/target/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.sync ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/target/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.sync ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/target/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.sync/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.sync/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/target/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.sync/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.sync/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.sync/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.sync/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.sync ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style >-----
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.style 3.0.0-SNAPSHOT [153/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.style
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 14 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/target/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/target/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/target/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.style/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.style/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/target/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.style/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.style/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.style/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.style ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.tooling.runtime 4.1.100-SNAPSHOT [154/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime:4.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] The project's OSGi version is 4.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.tooling.runtime
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] Compiling 111 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/CellEditorEx.java:[19] 
	* @see org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorEx
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/CellEditorEx.java:[22] 
	public interface CellEditorEx extends org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorEx {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/update/UpdaterLinkDescriptor.java:[50] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type new IAdaptable(){} needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/CreationEditPolicyWithCustomReparent.java:[23] 
	import org.eclipse.papyrus.infra.gmfdiag.tooling.runtime.structure.DiagramStructure;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/CreationEditPolicyWithCustomReparent.java:[30] 
	private final DiagramStructure myDiagramStructure;
	              ^^^^^^^^^^^^^^^^
The type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/CreationEditPolicyWithCustomReparent.java:[32] 
	public CreationEditPolicyWithCustomReparent(DiagramStructure diagramStructure) {
	                                            ^^^^^^^^^^^^^^^^
The type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[44] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.figures.AnimatableScrollPane;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AnimatableScrollPane' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[45] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.figures.OverlayScrollPaneLayout;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OverlayScrollPaneLayout' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[263] 
	scrollpane.setLayoutManager(new OverlayScrollPaneLayout());
	                                ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OverlayScrollPaneLayout' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[263] 
	scrollpane.setLayoutManager(new OverlayScrollPaneLayout());
	                                ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'OverlayScrollPaneLayout()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[280] 
	AnimatableScrollPane implements IMapMode {
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AnimatableScrollPane' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustSyntheticBendpointsEditPolicy.java:[18] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustSyntheticBendpointsEditPolicy.java:[90] 
	if (false == router instanceof OrthogonalRouter) {
	                               ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/draw2d/labels/VerticalLabelCellEditorLocator.java:[27] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/DefaultEditPartProvider.java:[27] 
	import org.eclipse.papyrus.infra.gmfdiag.tooling.runtime.structure.DiagramStructure;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/DefaultEditPartProvider.java:[42] 
	private final DiagramStructure diagramStructure;
	              ^^^^^^^^^^^^^^^^
The type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/DefaultEditPartProvider.java:[46] 
	public DefaultEditPartProvider(EditPartFactory factory, DiagramStructure diagramStructure, String expectedModelId) {
	                                                        ^^^^^^^^^^^^^^^^
The type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/DefaultEditPartProvider.java:[104] 
	if (!expectedModelId.equals(diagramStructure.getModelID(view))) {
	                                             ^^^^^^^^^^^^^^^^
The method getModelID(View) from the type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeNodeAnchorDelegate.java:[18] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeNodeAnchorDelegate.java:[38] 
	* when active router is {@link OrthogonalRouter}, adjusted anchor position
	                               ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeNodeAnchorDelegate.java:[85] 
	if (router instanceof OrthogonalRouter) {
	                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeNodeAnchorDelegate.java:[118] 
	if (router instanceof OrthogonalRouter) {
	                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[22] 
	import org.eclipse.papyrus.infra.gmfdiag.tooling.runtime.structure.DiagramStructure;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[34] 
	private DiagramStructure myDiagramStructure;
	        ^^^^^^^^^^^^^^^^
The type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[48] 
	public void setVisualIDRegistry(DiagramStructure diagramStructure) {
	                                ^^^^^^^^^^^^^^^^
The type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[71] 
	int actualVisualId = myDiagramStructure.getVisualID(childView);
	                                        ^^^^^^^^^^^^^^^^^^^^^^
The method getVisualID(View) from the type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[72] 
	return myDiagramStructure.checkNodeVisualID(parentView, child, actualVisualId);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method checkNodeVisualID(View, EObject, int) from the type DiagramStructure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[18] 
	import org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorExDelegate;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CellEditorExDelegate' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[23] 
	/* public */class ComboCellEditorEx extends ComboBoxCellEditor implements org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorEx {
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[27] 
	private org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorExDelegate myExDelegate;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CellEditorExDelegate' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[43] 
	private CellEditorExDelegate getExDelegate() {
	        ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CellEditorExDelegate' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[45] 
	myExDelegate = new CellEditorExDelegate(this);
	                   ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CellEditorExDelegate' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[45] 
	myExDelegate = new CellEditorExDelegate(this);
	                   ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CellEditorExDelegate(CellEditor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[81] 
	getExDelegate().setOriginalValue(value);
	                ^^^^^^^^^^^^^^^^
Discouraged access: The method 'CellEditorExDelegate.setOriginalValue(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[96] 
	return getExDelegate().hasValueChanged();
	                       ^^^^^^^^^^^^^^^
Discouraged access: The method 'CellEditorExDelegate.hasValueChanged()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[106] 
	if (!getExDelegate().unlockDeactivation()) {
	                     ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CellEditorExDelegate.unlockDeactivation()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[117] 
	return getExDelegate().isDeactivationLocked();
	                       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CellEditorExDelegate.isDeactivationLocked()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[127] 
	getExDelegate().setDeactivationLock(deactivationLock);
	                ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CellEditorExDelegate.setDeactivationLock(boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersDiagramRootEditPartProvider.java:[10] 
	import org.eclipse.gmf.runtime.diagram.ui.render.internal.providers.DiagramUIRenderEditPartProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIRenderEditPartProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersDiagramRootEditPartProvider.java:[22] 
	DiagramUIRenderEditPartProvider implements IExecutableExtension {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIRenderEditPartProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersDiagramRootEditPartProvider.java:[30] 
	View view = op.getView();
	               ^^^^^^^
Discouraged access: The method 'EditPartOperation.getView()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[30] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.commands.SetConnectionBendpointsCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[35] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.LineMode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[44] 
	* {@link org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.ConnectionBendpointEditPolicy}.
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectionBendpointEditPolicy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[62] 
	protected ConnectionBendpointEditPolicy3(LineMode lineSegMode) {
	                                         ^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[70] 
	super(LineMode.OBLIQUE);
	      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[70] 
	super(LineMode.OBLIQUE);
	               ^^^^^^^
Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[136] 
	SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[136] 
	SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand(
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[136] 
	SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand(
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SetConnectionBendpointsCommand(TransactionalEditingDomain)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[138] 
	sbbCommand.setEdgeAdapter(new EObjectAdapter(edge));
	           ^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setEdgeAdapter(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[139] 
	sbbCommand.setNewPointList(connection.getPoints(), ptRef1, ptRef2);
	           ^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, Point, Point)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[159] 
	SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[159] 
	SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand(
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[159] 
	SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand(
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SetConnectionBendpointsCommand(TransactionalEditingDomain)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[161] 
	sbbCommand.setEdgeAdapter(new EObjectAdapter((Edge) getHost()
	           ^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setEdgeAdapter(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[166] 
	sbbCommand.setNewPointList(newPoints, request.getSourceReference(),
	           ^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, Point, Point)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[169] 
	sbbCommand.setNewPointList(newPoints, connection.getSourceAnchor(),
	           ^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, ConnectionAnchor, ConnectionAnchor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/WrapTextCellEditor.java:[21] 
	* @see org.eclipse.gmf.runtime.gef.ui.internal.parts.WrapTextCellEditor
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WrapTextCellEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/WrapTextCellEditor.java:[23] 
	public class WrapTextCellEditor extends org.eclipse.gmf.runtime.gef.ui.internal.parts.WrapTextCellEditor {
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WrapTextCellEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/WrapTextCellEditor.java:[31] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'WrapTextCellEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/WrapTextCellEditor.java:[42] 
	super(parent);
	^^^^^^^^^^^^^^
Discouraged access: The constructor 'WrapTextCellEditor(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/WrapTextCellEditor.java:[54] 
	super(parent, style);
	^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WrapTextCellEditor(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[31] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.LineMode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[32] 
	import org.eclipse.gmf.runtime.gef.ui.internal.tools.ConnectionBendpointTrackerEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectionBendpointTrackerEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[33] 
	import org.eclipse.gmf.runtime.gef.ui.internal.tools.SelectConnectionEditPartTracker;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectConnectionEditPartTracker' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[42] 
	ConnectionBendpointEditPolicy3 {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ConnectionBendpointEditPolicy3 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[54] 
	public LinksLFConnectionBendpointEditPolicy(LineMode lineMode) {
	                                            ^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[55] 
	super(lineMode);
	^^^^^^^^^^^^^^^^
The constructor ConnectionBendpointEditPolicy3(LineMode) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[59] 
	this(LineMode.OBLIQUE);
	     ^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[59] 
	this(LineMode.OBLIQUE);
	              ^^^^^^^
Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[68] 
	* The difference is that the {@link ConnectionBendpointTrackerEx} (case of
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectionBendpointTrackerEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[69] 
	* single bendpoint) and {@link SelectConnectionEditPartTracker} (case of
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectConnectionEditPartTracker' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[75] 
	* {@link SelectConnectionEditPartTracker#handleButtonUp(int)}) first erases
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectConnectionEditPartTracker' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[102] 
	Command result = super.getBendpointsChangedCommand(request);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getBendpointsChangedCommand(BendpointRequest) from the type ConnectionBendpointEditPolicy3 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[105] 
	request.getExtendedData().put(
					PARAM_CACHED_COMMAND_BASED_ON_FEEDBACK, result);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[219] 
	sbbCommand.setNewPointList(
	           ^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, Point, Point)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[224] 
	sbbCommand.setNewPointList(
	           ^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, ConnectionAnchor, ConnectionAnchor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[240] 
	return super.getConnection();
	             ^^^^^^^^^^^^^^^
The method getConnection() from the type ConnectionBendpointEditPolicy2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[249] 
	List constraint) {
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[272] 
	constraint.add(0, new AbsoluteBendpoint(startPoint));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[281] 
	List constraint) {
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[302] 
	constraint.add(new AbsoluteBendpoint(endPoint));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[329] 
	super.showSourceFeedback(request);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method showSourceFeedback(Request) from the type ConnectionBendpointEditPolicy2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[339] 
	super.eraseSourceFeedback(request);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method eraseSourceFeedback(Request) from the type ConnectionBendpointEditPolicy2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[349] 
	super.eraseConnectionFeedback(request, removeFeedbackFigure);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method eraseConnectionFeedback(BendpointRequest, boolean) from the type ConnectionBendpointEditPolicy2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[359] 
	super.showMoveBendpointFeedback(request);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method showMoveBendpointFeedback(BendpointRequest) from the type ConnectionBendpointEditPolicy2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[365] 
	super.showCreateBendpointFeedback(request);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method showCreateBendpointFeedback(BendpointRequest) from the type ConnectionBendpointEditPolicy2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[371] 
	super.showMoveLineSegFeedback(request);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method showMoveLineSegFeedback(BendpointRequest) from the type ConnectionBendpointEditPolicy2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[377] 
	super.showMoveOrthogonalBenspointFeedback(request);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method showMoveOrthogonalBenspointFeedback(BendpointRequest) from the type ConnectionBendpointEditPolicy2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[22] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouterUtilities;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[23] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[83] 
	* While {@link RectilinearRouter} claims to ignore the endpoints, it still
	               ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[112] 
	* @see org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter#resetEndPointsToEdge(org.eclipse.draw2d.Connection,
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[112] 
	* @see org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter#resetEndPointsToEdge(org.eclipse.draw2d.Connection,
	                                                                            ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RectilinearRouter.resetEndPointsToEdge(Connection, PointList)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[120] 
	if (isReorienting(conn)) {
	    ^^^^^^^^^^^^^
Discouraged access: The method 'ObliqueRouter.isReorienting(Connection)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[128] 
	super.resetEndPointsToEdge(conn, line);
	      ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RectilinearRouter.resetEndPointsToEdge(Connection, PointList)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[131] 
	PrecisionRectangle source = sourceBoundsRelativeToConnection2(conn);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method sourceBoundsRelativeToConnection2(Connection) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[132] 
	PrecisionRectangle target = targetBoundsRelativeToConnection2(conn);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method targetBoundsRelativeToConnection2(Connection) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[157] 
	sourceAnchorRelativeLocation = getAnchorOffRectangleDirection2(
					sourceAnchorPoint, source);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[159] 
	targetAnchorRelativeLocation = getAnchorOffRectangleDirection2(
					targetAnchorPoint, target);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[166] 
	offSourceDirection = getOffShapeDirection2(sourceAnchorRelativeLocation);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[167] 
	offTargetDirection = getOffShapeDirection2(targetAnchorRelativeLocation);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[205] 
	sourceAnchorRelativeLocation = getAnchorOffRectangleDirection2(
					line.getFirstPoint(), source);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[207] 
	offSourceDirection = getOffShapeDirection2(sourceAnchorRelativeLocation);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[208] 
	targetAnchorRelativeLocation = getAnchorOffRectangleDirection2(
					line.getLastPoint(), target);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[210] 
	offTargetDirection = getOffShapeDirection2(targetAnchorRelativeLocation);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[217] 
	OrthogonalRouterUtilities.transformToOrthogonalPointList(line,
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[217] 
	OrthogonalRouterUtilities.transformToOrthogonalPointList(line,
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'OrthogonalRouterUtilities.transformToOrthogonalPointList(PointList, int, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[219] 
	removeRedundantPoints2(line);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeRedundantPoints2(PointList) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[228] 
	* Copy-pasted from {@link RectilinearRouter} lines 416.
	                          ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[297] 
	return getOffShapeDirection2(direction);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[350] 
	LineSeg fromFigureToBendpoint = OrthogonalRouterUtilities
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[351] 
	.getOrthogonalLineSegToAnchorLoc(conn, anchor, bendpoint);
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'OrthogonalRouterUtilities.getOrthogonalLineSegToAnchorLoc(Connection, ConnectionAnchor, Point)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[385] 
	fromFigureToBendpoint = OrthogonalRouterUtilities
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[386] 
	.getOrthogonalLineSegToAnchorLoc(conn, anchor,
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'OrthogonalRouterUtilities.getOrthogonalLineSegToAnchorLoc(Connection, ConnectionAnchor, Point)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[29] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.commands.SetConnectionBendpointsCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[118] 
	SetConnectionBendpointsCommand sbbCommand = new SetAbsoluteBendpointsCommand(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[120] 
	sbbCommand.setEdgeAdapter(request.getConnectionEditPart());
	           ^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setEdgeAdapter(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[121] 
	sbbCommand.setNewPointList(pointList,
	           ^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, Point, Point)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[181] 
	SetConnectionBendpointsCommand sbpCommand = (SetConnectionBendpointsCommand) commandItr
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[181] 
	SetConnectionBendpointsCommand sbpCommand = (SetConnectionBendpointsCommand) commandItr
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[189] 
	PointList points = sbpCommand.getNewPointList();
	                              ^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.getNewPointList()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[231] 
	sbpCommand.setNewPointList(points, sourceAnchor, targetAnchor);
	           ^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, ConnectionAnchor, ConnectionAnchor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[260] 
	SetConnectionBendpointsCommand sbbCommand = new SetAbsoluteBendpointsCommand(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[262] 
	sbbCommand.setEdgeAdapter(getViewAdapter());
	           ^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setEdgeAdapter(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[270] 
	request.getExtendedData().put(PARAM_SOURCE_ANCHOR, sourceAnchor);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/locator/TextCellEditorLocator.java:[31] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/locator/LabelCellEditorLocator.java:[28] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[31] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[32] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouterUtilities;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[33] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[205] 
	conn.getConnectionRouter() instanceof OrthogonalRouter;
	                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[485] 
	if (!OrthogonalRouterUtilities.isRectilinear(middlePart)) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[485] 
	if (!OrthogonalRouterUtilities.isRectilinear(middlePart)) {
	                               ^^^^^^^^^^^^^
Discouraged access: The method 'OrthogonalRouterUtilities.isRectilinear(PointList)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[492] 
	OrthogonalRouterUtilities.transformToOrthogonalPointList(
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[492] 
	OrthogonalRouterUtilities.transformToOrthogonalPointList(
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'OrthogonalRouterUtilities.transformToOrthogonalPointList(PointList, int, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[543] 
	* @see RectilinearRouter
	       ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[546] 
	return INSTANCE.removeRedundantPoints2(line);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method removeRedundantPoints2(PointList) from the type RectilinearRouter2 should be accessed in a static way
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[546] 
	return INSTANCE.removeRedundantPoints2(line);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeRedundantPoints2(PointList) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[584] 
	return getOutisePointOffRectanglePosition2(start, new Rectangle(
					end.x, end.y, 0, 0));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getOutisePointOffRectanglePosition2(Point, Rectangle) from the type RectilinearRouter2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[19] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.figures.ConnectionLayerEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectionLayerEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[20] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[23] 
	* Allows to redefine default GMF Runtime {@link RectilinearRouter} for given
	                                                ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[28] 
	public class CustomRoutersConnectionLayer extends ConnectionLayerEx {
	                                                  ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectionLayerEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[60] 
	* standard GMF Runtime {@link RectilinearRouter}, subclasses may override
	                              ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[64] 
	return new RectilinearRouter();
	           ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[64] 
	return new RectilinearRouter();
	           ^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RectilinearRouter()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/impl/ocl/tracker/activeocl/EcoreEnvironmentFactoryEx.java:[21] 
	import org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TracingEvaluationVisitor<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ocl/3.20.0.v20240305-1416/org.eclipse.ocl-3.20.0.v20240305-1416.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/impl/ocl/tracker/activeocl/EcoreEnvironmentFactoryEx.java:[48] 
	return new TracingEvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>(base);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TracingEvaluationVisitor<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ocl/3.20.0.v20240305-1416/org.eclipse.ocl-3.20.0.v20240305-1416.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/impl/ocl/tracker/activeocl/EcoreEnvironmentFactoryEx.java:[48] 
	return new TracingEvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>(base);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TracingEvaluationVisitor<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>(EvaluationVisitor<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ocl/3.20.0.v20240305-1416/org.eclipse.ocl-3.20.0.v20240305-1416.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[48] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.figures.FeedbackConnection;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FeedbackConnection' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[50] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.LineMode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[51] 
	import org.eclipse.gmf.runtime.gef.ui.internal.handles.BendpointCreationInvisibleHandle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BendpointCreationInvisibleHandle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[52] 
	import org.eclipse.gmf.runtime.gef.ui.internal.handles.BendpointMoveHandleEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BendpointMoveHandleEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[53] 
	import org.eclipse.gmf.runtime.gef.ui.internal.handles.LineSegMoveInvisibleHandle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineSegMoveInvisibleHandle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[57] 
	* {@link org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.ConnectionBendpointEditPolicy}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectionBendpointEditPolicy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[90] 
	private static List NULL_CONSTRAINT = new ArrayList();
	               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[90] 
	private static List NULL_CONSTRAINT = new ArrayList();
	                                          ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[93] 
	private LineMode lineSegMode = LineMode.OBLIQUE;
	        ^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[93] 
	private LineMode lineSegMode = LineMode.OBLIQUE;
	                               ^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[93] 
	private LineMode lineSegMode = LineMode.OBLIQUE;
	                                        ^^^^^^^
Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[96] 
	public List originalConstraint;
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[124] 
	public ConnectionBendpointEditPolicy2(LineMode lineSegMode) {
	                                      ^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[132] 
	public LineMode getLineSegMode() {
	       ^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[157] 
	FeedbackConnection r = new FeedbackConnection(getConnection());
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FeedbackConnection' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[157] 
	FeedbackConnection r = new FeedbackConnection(getConnection());
	                           ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FeedbackConnection' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[157] 
	FeedbackConnection r = new FeedbackConnection(getConnection());
	                           ^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'FeedbackConnection(Connection)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[182] 
	protected List createManualHandles() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[183] 
	List list = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[183] 
	List list = new ArrayList();
	                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[188] 
	list.add(new BendpointMoveHandleEx(connEP, i, new BendpointLocator(
					getConnection(), i)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[188] 
	list.add(new BendpointMoveHandleEx(connEP, i, new BendpointLocator(
	             ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BendpointMoveHandleEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[188] 
	list.add(new BendpointMoveHandleEx(connEP, i, new BendpointLocator(
	             ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BendpointMoveHandleEx(ConnectionEditPart, int, Locator)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[204] 
	protected void addInvisibleCreationHandle(List list,
	                                          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[206] 
	if (getLineSegMode() != LineMode.OBLIQUE) {
	                        ^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[206] 
	if (getLineSegMode() != LineMode.OBLIQUE) {
	                                 ^^^^^^^
Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[207] 
	list.add(new LineSegMoveInvisibleHandle(connEP, i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[207] 
	list.add(new LineSegMoveInvisibleHandle(connEP, i));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineSegMoveInvisibleHandle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[207] 
	list.add(new LineSegMoveInvisibleHandle(connEP, i));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LineSegMoveInvisibleHandle(ConnectionEditPart, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[209] 
	list.add(new BendpointCreationInvisibleHandle(connEP, i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[209] 
	list.add(new BendpointCreationInvisibleHandle(connEP, i));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BendpointCreationInvisibleHandle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[209] 
	list.add(new BendpointCreationInvisibleHandle(connEP, i));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BendpointCreationInvisibleHandle(ConnectionEditPart, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[221] 
	protected List createSelectionHandles() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[273] 
	if (getLineSegMode() != LineMode.OBLIQUE) {
	                        ^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[273] 
	if (getLineSegMode() != LineMode.OBLIQUE) {
	                                 ^^^^^^^
Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[361] 
	getFeedbackState().originalConstraint = (List) getConnection()
	                                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[366] 
	if (getLineSegMode() != LineMode.OBLIQUE && !getFeedbackState().init) {
	                        ^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[366] 
	if (getLineSegMode() != LineMode.OBLIQUE && !getFeedbackState().init) {
	                                 ^^^^^^^
Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[368] 
	List newConstraint = new ArrayList(
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[368] 
	List newConstraint = new ArrayList(
	                         ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[377] 
	newConstraint.add(abp);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[404] 
	getFeedbackState().originalConstraint.add(i, bpNew);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[410] 
	new ArrayList(getFeedbackState().originalConstraint));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[410] 
	new ArrayList(getFeedbackState().originalConstraint));
	    ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[430] 
	List constraint = (List) getConnection().getRoutingConstraint();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[430] 
	List constraint = (List) getConnection().getRoutingConstraint();
	                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[440] 
	private void setNewFeedbackConstraint(List constraint) {
	                                      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[452] 
	List constraint;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[459] 
	constraint = (List) getConnection().getRoutingConstraint();
	              ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[460] 
	constraint.add(request.getIndex() + 1, bp);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[462] 
	constraint = (List) getConnection().getRoutingConstraint();
	              ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[479] 
	List constraint = (List) getConnection().getRoutingConstraint();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[479] 
	List constraint = (List) getConnection().getRoutingConstraint();
	                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[520] 
	List constraint = (List) getConnection().getRoutingConstraint();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[520] 
	List constraint = (List) getConnection().getRoutingConstraint();
	                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[532] 
	protected void stickyStraightLineFeedback(List constraint, int nIndex,
	                                          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[568] 
	constraint.set(nIndex, bpNew);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[570] 
	constraint.set(nIndex, bp);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[588] 
	if (getLineSegMode() != LineMode.OBLIQUE) {
	                        ^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[588] 
	if (getLineSegMode() != LineMode.OBLIQUE) {
	                                 ^^^^^^^
Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[631] 
	protected final LineSeg getLineSeg(List bendPoints, int nIndex) {
	                                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[645] 
	protected void setLineSeg(List bendPoints, int nIndex, LineSeg newLine) {
	                          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[649] 
	bendPoints.set(nIndex - 1, bp1);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[650] 
	bendPoints.set(nIndex, bp2);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[678] 
	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[678] 
	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[716] 
	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[716] 
	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[744] 
	protected void removeOutsideSourceFeedback(List constraint) {
	                                           ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[755] 
	protected void removeOutsideTargetFeedback(List constraint) {
	                                           ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[771] 
	List constraint = (List) getConnection().getRoutingConstraint();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[771] 
	List constraint = (List) getConnection().getRoutingConstraint();
	                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[801] 
	constraint.set(index, new AbsoluteBendpoint(movedFirst.getOrigin()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[802] 
	constraint.set(index + 1,
				new AbsoluteBendpoint(movedFirst.getTerminus()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[807] 
	constraint.set(index + 1,
				new AbsoluteBendpoint(movedSecond.getTerminus()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[827] 
	List constraint = (List) getConnection().getRoutingConstraint();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[827] 
	List constraint = (List) getConnection().getRoutingConstraint();
	                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[863] 
	List constraint, LineSeg moveLine) {
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[864] 
	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[864] 
	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[937] 
	List constraint) {
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[955] 
	constraint.add(0, new AbsoluteBendpoint(startPoint));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[967] 
	List constraint) {
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[985] 
	constraint.add(new AbsoluteBendpoint(endPoint));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[994] 
	public Object getAdapter(Class key) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ConnectionBendpointEditPolicy2 needs unchecked conversion to conform to T from the type SelectionHandlesEditPolicy
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[994] 
	public Object getAdapter(Class key) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[1000] 
	return super.getAdapter(key);
	       ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type SelectionHandlesEditPolicy
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[1000] 
	return super.getAdapter(key);
	                        ^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[8] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.editpolicies.ConnectionLineSegEditPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectionLineSegEditPolicy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[9] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.editpolicies.TreeConnectionBendpointEditPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TreeConnectionBendpointEditPolicy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[12] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.ForestRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ForestRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[13] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[14] 
	import org.eclipse.gmf.runtime.gef.ui.internal.l10n.Cursors;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[45] 
	if (getConnectionFigure().getConnectionRouter() instanceof ForestRouter) {
	                                                           ^^^^^^^^^^^^
Discouraged access: The type 'ForestRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[47] 
	new TreeConnectionBendpointEditPolicy());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TreeConnectionBendpointEditPolicy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[47] 
	new TreeConnectionBendpointEditPolicy());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TreeConnectionBendpointEditPolicy()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[48] 
	} else if (getConnectionFigure().getConnectionRouter() instanceof OrthogonalRouter) {
	                                                                  ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[50] 
	new ConnectionLineSegEditPolicy());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectionLineSegEditPolicy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[50] 
	new ConnectionLineSegEditPolicy());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ConnectionLineSegEditPolicy()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[69] 
	if (getConnectionFigure().getConnectionRouter() instanceof ForestRouter) {
	                                                           ^^^^^^^^^^^^
Discouraged access: The type 'ForestRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[70] 
	getConnectionFigure().setCursor(Cursors.CURSOR_SEG_MOVE);
	                                ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[70] 
	getConnectionFigure().setCursor(Cursors.CURSOR_SEG_MOVE);
	                                        ^^^^^^^^^^^^^^^
Discouraged access: The field 'Cursors.CURSOR_SEG_MOVE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[71] 
	} else if (getConnectionFigure().getConnectionRouter() instanceof OrthogonalRouter) {
	                                                                  ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[72] 
	getConnectionFigure().setCursor(Cursors.CURSOR_SEG_MOVE);
	                                ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[72] 
	getConnectionFigure().setCursor(Cursors.CURSOR_SEG_MOVE);
	                                        ^^^^^^^^^^^^^^^
Discouraged access: The field 'Cursors.CURSOR_SEG_MOVE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[74] 
	getConnectionFigure().setCursor(Cursors.CURSOR_SEG_ADD);
	                                ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[74] 
	getConnectionFigure().setCursor(Cursors.CURSOR_SEG_ADD);
	                                        ^^^^^^^^^^^^^^
Discouraged access: The field 'Cursors.CURSOR_SEG_ADD' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/DiagramElementTypeImages.java:[16] 
	import org.eclipse.swt.widgets.Display;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.swt.widgets.Display is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[24] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[27] 
	* Right now extending {@link RectilinearRouter} does not make sense, because
	                             ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[35] 
	* private counterparts in {@link RectilinearRouter}, without any changes.
	                                 ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[43] 
	class RectilinearRouter2 extends RectilinearRouter {
	                                 ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[46] 
	* [GMFRT] make protected in {@link RectilinearRouter}
	                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[86] 
	* [GMFRT] make protected in {@link RectilinearRouter}
	                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[115] 
	* [GMFRT] make protected in {@link RectilinearRouter}
	                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[137] 
	* [GMFRT] make protected in {@link RectilinearRouter}
	                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[171] 
	super.routeLine(conn, nestedRoutingDepth, newLine);
	      ^^^^^^^^^
Discouraged access: The method 'RectilinearRouter.routeLine(Connection, int, PointList)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[175] 
	* [GMFRT] make protected in {@link RectilinearRouter}
	                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[195] 
	* [GMFRT] make protected in {@link RectilinearRouter}
	                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[215] 
	* [GMFRT] make protected in {@link RectilinearRouter}
	                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[23] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.ForestRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ForestRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[24] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[25] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.LineMode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[118] 
	if (getConnectionFigure().getConnectionRouter() instanceof ForestRouter) {
	                                                           ^^^^^^^^^^^^
Discouraged access: The type 'ForestRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[121] 
	LineMode.ORTHOGONAL_CONSTRAINED));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[121] 
	LineMode.ORTHOGONAL_CONSTRAINED));
	         ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[122] 
	} else if (getConnectionFigure().getConnectionRouter() instanceof OrthogonalRouter) {
	                                                                  ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[125] 
	LineMode.ORTHOGONAL_FREE));
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[125] 
	LineMode.ORTHOGONAL_FREE));
	         ^^^^^^^^^^^^^^^
Discouraged access: The field 'LineMode.ORTHOGONAL_FREE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[128] 
	new LinksLFConnectionBendpointEditPolicy(LineMode.OBLIQUE));
	                                         ^^^^^^^^^^^^^^^^
Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[128] 
	new LinksLFConnectionBendpointEditPolicy(LineMode.OBLIQUE));
	                                                  ^^^^^^^
Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/labels/LinkLFResizableLabelLocator.java:[8] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.figures.ResizableLabelLocator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ResizableLabelLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/labels/LinkLFResizableLabelLocator.java:[12] 
	* Extends default GMF Runtime {@link ResizableLabelLocator} with custom
	                                     ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ResizableLabelLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/labels/LinkLFResizableLabelLocator.java:[18] 
	public class LinkLFResizableLabelLocator extends ResizableLabelLocator {
	                                                 ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ResizableLabelLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/labels/LinkLFResizableLabelLocator.java:[22] 
	super(parent, bounds, alignment);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ResizableLabelLocator(IFigure, Rectangle, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionEndPointEditPolicy.java:[108] 
	protected List createSelectionHandles() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionEndPointEditPolicy.java:[109] 
	List list = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionEndPointEditPolicy.java:[109] 
	List list = new ArrayList();
	                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionEndPointEditPolicy.java:[110] 
	list.add(new ConnectionEndpointHandle((ConnectionEditPart) getHost(),
				ConnectionLocator.SOURCE));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionEndPointEditPolicy.java:[112] 
	list.add(new ConnectionEndpointHandle((ConnectionEditPart) getHost(),
				ConnectionLocator.TARGET));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[18] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[19] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[23] 
	* horizontally, the {@link OrthogonalRouter} has to decide whether the first /
	                           ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[29] 
	* The default {@link RectilinearRouter} always prefers the first choice.
	                     ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[31] 
	* This router extends the {@link OrthogonalRouter} with ability to specify the
	                                 ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[36] 
	public interface HintedOrthogonalRouter extends OrthogonalRouter {
	                                                ^^^^^^^^^^^^^^^^
Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/locator/VerticalLabelCellEditorLocator.java:[28] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
298 problems (298 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 128 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common >----
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.common 4.3.300-SNAPSHOT [155/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common:4.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] The project's OSGi version is 4.3.300.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.common
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] Compiling 362 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/MaskLabelHelper.java:[45] 
	Set<String> result = new HashSet<String>(values);
	                                         ^^^^^^
Type safety: The expression of type CustomStringStyleObservableList needs unchecked conversion to conform to Collection<? extends String>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/ShapeFlowLayout.java:[48] 
	Iterator iterator = parent.getChildren().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[79] 
	private IObservableValue labelConstrainedObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[93] 
	private IObservableValue positionObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[96] 
	private IObservableValue labelOffsetXObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[99] 
	private IObservableValue labelOffsetYObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[102] 
	private IObservableValue leftMarginObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[105] 
	private IObservableValue rightMarginObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[108] 
	private IObservableValue topMarginObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[111] 
	private IObservableValue bottomMarginObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[457] 
	public Object getAdapter(Class key) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/SemanticAdapter.java:[55] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type SemanticAdapter needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/SemanticAdapter.java:[55] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusDiagramEditPart.java:[74] 
	diagramEditParts = Sets.newSetFromMap(new WeakHashMap<PapyrusDiagramEditPart, Boolean>());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method newSetFromMap(Map<PapyrusDiagramEditPart,Boolean>) from the type Sets is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/DiagramAdapterFactory.java:[27] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type DiagramAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/DiagramAdapterFactory.java:[38] 
	public Class[] getAdapterList() {
	       ^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type DiagramAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/edge/PapyrusEdgeFigure.java:[99] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[34] 
	protected Collection elementToPaste;
	          ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[42] 
	public PasteRequest(Collection elementToPaste) {
	                    ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[53] 
	public void setElementToPaste(Collection elementToPaste) {
	                              ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[62] 
	public Collection getElementToPaste() {
	       ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[73] 
	duplicateRequest.setEditParts(new ArrayList());
	                              ^^^^^^^^^^^^^^^
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<? extends EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[73] 
	duplicateRequest.setEditParts(new ArrayList());
	                                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[74] 
	duplicateRequest.setExtendedData(new HashMap());
	                                     ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[78] 
	private List exclusionSet;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[155] 
	List editparts = getOperationSet();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[170] 
	compoundSrcRect = compoundSrcRect.union(bounds);
	                                  ^^^^^^^^^^^^^
The method union(PrecisionRectangle) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[194] 
	protected List createOperationSet() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[196] 
	List list = ToolUtilities.getSelectionWithoutDependants(getCurrentViewer());
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[201] 
	return new ArrayList();
	           ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[245] 
	List editParts = getOperationSet();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[264] 
	Iterator iter = getOperationSet().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[326] 
	protected Collection getExclusionSet() {
	          ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[328] 
	List set = getOperationSet();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[329] 
	exclusionSet = new ArrayList(set.size() + 1);
	                   ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[332] 
	exclusionSet.add(editpart.getFigure());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[336] 
	exclusionSet.add(layerManager.getLayer(LayerConstants.CONNECTION_LAYER));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[597] 
	List editParts = getOperationSet();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[639] 
	request.setEditParts(getOperationSet());
	                     ^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleListValueCommand.java:[63] 
	view.getStyles().add(style);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleListValueCommand.java:[93] 
	EList currentList = (EList) (style.eGet(styleFeature));
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleListValueCommand.java:[93] 
	EList currentList = (EList) (style.eGet(styleFeature));
	      ^^^^^^^^^^^
The value of the local variable currentList is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleListValueCommand.java:[93] 
	EList currentList = (EList) (style.eGet(styleFeature));
	                     ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/MaintainSymbolRatioEditPolicy.java:[39] 
	protected IObservableValue styleObservable;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomIntStyleWithStoreObservableValue.java:[48] 
	ValueDiff diff = new ValueDiff() {
	^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomIntStyleWithStoreObservableValue.java:[48] 
	ValueDiff diff = new ValueDiff() {
	                     ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomIntStyleWithStoreObservableValue.java:[60] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[136] 
	IEditorPart part = ((ContributeToPaletteOperation) operation).getEditor();
	            ^^^^
The value of the local variable part is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[169] 
	public void contributeToPalette(IEditorPart editor, Object content, PaletteRoot root, Map predefinedEntries) {
	                                                                                      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[210] 
	protected PaletteDrawer generateDrawer(PaletteRoot root, DrawerConfiguration drawerConfiguration, Map predefinedEntries) {
	                                                                                                  ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[219] 
	predefinedEntries.put(id, drawer);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[254] 
	ToolConfiguration toolConfiguration = ((ToolConfiguration) configuration);
	                  ^^^^^^^^^^^^^^^^^
The value of the local variable toolConfiguration is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[312] 
	protected void generateContent(PaletteDrawer drawer, DrawerConfiguration drawerConfiguration, Map predefinedEntries) {
	                                                                                              ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[334] 
	protected CombinedTemplateCreationEntry generateTool(PaletteContainer container, ToolConfiguration configuration, Map predefinedEntries) {
	                                                                                                                  ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[354] 
	protected CombinedTemplateCreationEntry generateConnectionTool(PaletteContainer container, ToolConfiguration configuration, Map predefinedEntries) {
	                                                                                                                            ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[372] 
	predefinedEntries.put(toolID, toolEntry);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[389] 
	protected CombinedTemplateCreationEntry generateCreationTool(PaletteContainer container, ToolConfiguration configuration, Map predefinedEntries) {
	                                                                                                                          ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[409] 
	predefinedEntries.put(toolID, toolEntry);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[426] 
	protected PaletteToolEntry retrieveTool(String toolID, Map predefinedEntries) {
	                                                       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[444] 
	@SuppressWarnings("restriction")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("restriction")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[445] 
	protected PaletteStack generateStack(PaletteContainer container, StackConfiguration configuration, Map predefinedEntries) {
	                                                                                                   ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[456] 
	predefinedEntries.put(stackID, stack);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[483] 
	protected PaletteSeparator generateSeparator(PaletteContainer container, SeparatorConfiguration leafConfiguration, Map predefinedEntries) {
	                                                                                                                   ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/AbstractRefreshConnectionElementsRunnable.java:[121] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/ConnectionEditPart.java:[101] 
	private IObservableValue sourceDecorationObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/ConnectionEditPart.java:[104] 
	private IObservableValue targetDecorationObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/SynchronizableGmfDiagramEditor.java:[428] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type SynchronizableGmfDiagramEditor.PalettePageWrapper needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/SynchronizableGmfDiagramEditor.java:[448] 
	return delegate.getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type PaletteViewerPage
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/SynchronizableGmfDiagramEditor.java:[448] 
	return delegate.getAdapter(adapter);
	                           ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/GMFMultiDiagramAdapterFactory.java:[29] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type GMFMultiDiagramAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/GMFMultiDiagramAdapterFactory.java:[29] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	                                                 ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleValueCommand.java:[60] 
	view.getStyles().add(valueStyle);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultPasteCommand.java:[59] 
	public DefaultPasteCommand(EditingDomain domain, EObject targetOwner, PapyrusClipboard papyrusClipboard) {
	                                                                      ^^^^^^^^^^^^^^^^
PapyrusClipboard is a raw type. References to generic type PapyrusClipboard<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultPasteCommand.java:[65] 
	Iterator<Object> iterData = papyrusClipboard.iterator();
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultPasteCommand.java:[83] 
	papyrusClipboard.addAllInternalToTargetCopy(duplicatedObjects);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAllInternalToTargetCopy(Map) belongs to the raw type PapyrusClipboard. References to generic type PapyrusClipboard<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/ResizeTrackerWithPreferences.java:[162] 
	request.setEditParts(getOperationSet());
	                     ^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[65] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[66] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.services.palette.ContributeToPaletteOperation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[194] 
	public boolean isHidden(ContributeToPaletteOperation operation) {
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[196] 
	List<String> hiddenPalettes = PapyrusPalettePreferences.getHiddenPalettes(operation.getEditor());
	                                                                                    ^^^^^^^^^
Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[225] 
	if (operation instanceof ContributeToPaletteOperation) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[226] 
	ContributeToPaletteOperation o = (ContributeToPaletteOperation) operation;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[226] 
	ContributeToPaletteOperation o = (ContributeToPaletteOperation) operation;
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[228] 
	IEditorPart part = o.getEditor();
	                     ^^^^^^^^^
Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[232] 
	return getProviderConfiguration().supports(o.getEditor(), o.getContent()) && !isHidden(o);
	                                             ^^^^^^^^^
Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[232] 
	return getProviderConfiguration().supports(o.getEditor(), o.getContent()) && !isHidden(o);
	                                                            ^^^^^^^^^^
Discouraged access: The method 'ContributeToPaletteOperation.getContent()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[247] 
	public boolean providesWithVisibility(ContributeToPaletteOperation operation) {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[260] 
	return getProviderConfiguration().supports(operation.getEditor(), operation.getContent());
	                                                     ^^^^^^^^^
Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[260] 
	return getProviderConfiguration().supports(operation.getEditor(), operation.getContent());
	                                                                            ^^^^^^^^^^
Discouraged access: The method 'ContributeToPaletteOperation.getContent()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[442] 
	ZipFile zipFile = new ZipFile(jarPath);
	        ^^^^^^^
Resource leak: 'zipFile' is never closed
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[548] 
	public boolean isHidden(ContributeToPaletteOperation operation) {
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[550] 
	List<String> hiddenPalettes = PapyrusPalettePreferences.getHiddenPalettes(operation.getEditor());
	                                                                                    ^^^^^^^^^
Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[573] 
	if (operation instanceof ContributeToPaletteOperation) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[574] 
	ContributeToPaletteOperation o = (ContributeToPaletteOperation) operation;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[574] 
	ContributeToPaletteOperation o = (ContributeToPaletteOperation) operation;
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[576] 
	IEditorPart part = o.getEditor();
	                     ^^^^^^^^^
Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[607] 
	public boolean providesWithVisibility(ContributeToPaletteOperation operation) {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[617] 
	IEditorPart part = operation.getEditor();
	                             ^^^^^^^^^
Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[793] 
	getInstance().configureProviders(DiagramUIPlugin.getPluginId(), PALETTE_PROVIDERS);
	                                 ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[793] 
	getInstance().configureProviders(DiagramUIPlugin.getPluginId(), PALETTE_PROVIDERS);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getPluginId()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[842] 
	public void contributeToPalette(IEditorPart editor, Object content, PaletteRoot root, Map predefinedEntries) {
	                                                                                      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[858] 
	execute(new ContributeToPaletteOperation(editor, content, root, predefinedEntries));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[858] 
	execute(new ContributeToPaletteOperation(editor, content, root, predefinedEntries));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContributeToPaletteOperation(IEditorPart, Object, PaletteRoot, Map)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[877] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[878] 
	private List execute(IOperation operation) {
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[897] 
	contributeToPalette(editor, content, root, new HashMap());
	                                               ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[970] 
	HashMap existingEntryIds = new HashMap();
	^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[970] 
	HashMap existingEntryIds = new HashMap();
	                               ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[971] 
	for (Iterator iter = existingContainer.getChildren().iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[973] 
	existingEntryIds.put(entry.getId(), entry);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[978] 
	for (Iterator iter = newContainer.getChildren().iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1000] 
	for (Iterator iter = existingEntryIds.values().iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1029] 
	final ContributeToPaletteOperation o = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1029] 
	final ContributeToPaletteOperation o = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1029] 
	final ContributeToPaletteOperation o = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContributeToPaletteOperation(IEditorPart, Object, PaletteRoot, Map)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1029] 
	final ContributeToPaletteOperation o = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap());
	                                                                                                               ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1097] 
	protected boolean isContributing(PapyrusPaletteService.ProviderDescriptor provider, ContributeToPaletteOperation o) {
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleObservableValue.java:[39] 
	public abstract class AbstractCustomStyleObservableValue extends AbstractObservableValue implements CommandBasedObservableValue, IChangeListener, IObserving {
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleObservableValue.java:[70] 
	fireValueChange(new ValueDiff() {
			@Override
			public Object getOldValue() {
				return oldValue;
			}
			@Override
			public Object getNewValue() {
				return newValue;
			}
		});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleObservableValue.java:[70] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[37] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[52] 
	public class BorderDisplayEditPolicy extends GraphicalEditPolicyEx implements IChangeListener, NotificationListener, NamedStyleProperties {
	                                             ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[67] 
	protected IObservableValue styleObservable;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[149] 
	* @see org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx#refresh()
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[149] 
	* @see org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx#refresh()
	                                                                                  ^^^^^^^
Discouraged access: The method 'GraphicalEditPolicyEx.refresh()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[217] 
	((OneTopLineResizableBorder) defaultBorder).setLengthRatio(new Float(NotationUtils.getStringValue(view, LINE_LENGTH_RATIO, LINE_LENGTH_RATIO_DEFAULT_VALUE).replace(',', '.')));// $NON-NLS-1$ 
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Float(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[28] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.util.LabelViewConstants;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LabelViewConstants' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[49] 
	private Point margin = new Point();
	              ^^^^^^
The value of the field PapyrusLabelLocator.margin is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[115] 
	return LabelViewConstants.TARGET_LOCATION;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LabelViewConstants' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[115] 
	return LabelViewConstants.TARGET_LOCATION;
	                          ^^^^^^^^^^^^^^^
Discouraged access: The field 'LabelViewConstants.TARGET_LOCATION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[117] 
	return LabelViewConstants.SOURCE_LOCATION;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LabelViewConstants' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[117] 
	return LabelViewConstants.SOURCE_LOCATION;
	                          ^^^^^^^^^^^^^^^
Discouraged access: The field 'LabelViewConstants.SOURCE_LOCATION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[119] 
	return LabelViewConstants.MIDDLE_LOCATION;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LabelViewConstants' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[119] 
	return LabelViewConstants.MIDDLE_LOCATION;
	                          ^^^^^^^^^^^^^^^
Discouraged access: The field 'LabelViewConstants.MIDDLE_LOCATION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[121] 
	return LabelViewConstants.MIDDLE_LOCATION;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LabelViewConstants' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[121] 
	return LabelViewConstants.MIDDLE_LOCATION;
	                          ^^^^^^^^^^^^^^^
Discouraged access: The field 'LabelViewConstants.MIDDLE_LOCATION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/SemanticAdapter.java:[55] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type SemanticAdapter needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/SemanticAdapter.java:[55] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[226] 
	Map cacheMaps = (Map) req.getParameter(Cache_Maps);
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[226] 
	Map cacheMaps = (Map) req.getParameter(Cache_Maps);
	                 ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[228] 
	Map map = (Map) cacheMaps.get(req.getElementToDestroy());
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[228] 
	Map map = (Map) cacheMaps.get(req.getElementToDestroy());
	           ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[271] 
	Map cacheMaps = (Map) req.getParameter(Cache_Maps);
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[271] 
	Map cacheMaps = (Map) req.getParameter(Cache_Maps);
	                 ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[272] 
	Set checkedElement = null;
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[274] 
	checkedElement = (Set) cacheMaps.get(Checked_Elements);
	                  ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[275] 
	checkedElement.add(parent);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[276] 
	Map parentMap = (Map) cacheMaps.get(parent);
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[276] 
	Map parentMap = (Map) cacheMaps.get(parent);
	                 ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[287] 
	for (Iterator iter = parent.eContents().iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[294] 
	if ((ddr == null) || ((checkedElement != null) && checkedElement.add(next)) || (!ddr.getDependentElementsToDestroy().contains(next))) {
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[349] 
	Map cacheMaps = (Map) req.getParameter(Cache_Maps);
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[349] 
	Map cacheMaps = (Map) req.getParameter(Cache_Maps);
	                 ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[354] 
	Map contextMap = (Map) cacheMaps.get(type);
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[354] 
	Map contextMap = (Map) cacheMaps.get(type);
	                  ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[361] 
	Map contextMap = (Map) cacheMaps.get(contextObject);
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[361] 
	Map contextMap = (Map) cacheMaps.get(contextObject);
	                  ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[369] 
	Map contextMap = (Map) cacheMaps.get(editHelperContext);
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[369] 
	Map contextMap = (Map) cacheMaps.get(editHelperContext);
	                  ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[33] 
	import org.eclipse.gmf.runtime.diagram.core.internal.DiagramPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[34] 
	import org.eclipse.gmf.runtime.diagram.core.internal.DiagramStatusCodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[35] 
	import org.eclipse.gmf.runtime.diagram.core.internal.l10n.DiagramCoreMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[113] 
	return (Edge) createNewView(getEdgeViewClass(semanticAdapter, containerView, semanticHint), new Object[] { semanticAdapter, containerView, semanticHint, new Integer(index), Boolean.valueOf(persisted), preferencesHint });
	                                                                                                                                                             ^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[119] 
	return (Node) createNewView(getNodeViewClass(semanticAdapter, containerView, semanticHint), new Object[] { semanticAdapter, containerView, semanticHint, new Integer(index), Boolean.valueOf(persisted), preferencesHint });
	                                                                                                                                                             ^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[221] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	          ^^^^^^^^^^^^^
Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[221] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                        ^^^^^^^^^^^
Discouraged access: The method 'DiagramPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[221] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[221] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                                                          ^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramStatusCodes.SERVICE_FAILURE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[227] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	          ^^^^^^^^^^^^^
Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[227] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                        ^^^^^^^^^^^
Discouraged access: The method 'DiagramPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[227] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[227] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                                                          ^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramStatusCodes.SERVICE_FAILURE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[232] 
	String eMsg = NLS.bind(DiagramCoreMessages.AbstractViewProvider_create_view_failed_ERROR_, viewClass.getName());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[232] 
	String eMsg = NLS.bind(DiagramCoreMessages.AbstractViewProvider_create_view_failed_ERROR_, viewClass.getName());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramCoreMessages.AbstractViewProvider_create_view_failed_ERROR_' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[233] 
	Log.warning(DiagramPlugin.getInstance(), IStatus.WARNING, eMsg, e);
	            ^^^^^^^^^^^^^
Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[233] 
	Log.warning(DiagramPlugin.getInstance(), IStatus.WARNING, eMsg, e);
	                          ^^^^^^^^^^^
Discouraged access: The method 'DiagramPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/DragEditPartsTrackerEx.java:[92] 
	List editparts = ToolUtilities
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/DragEditPartsTrackerEx.java:[96] 
	duplicateRequest.setEditParts(editparts);
	                              ^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/DragEditPartsTrackerEx.java:[110] 
	Iterator iter = getOperationSet().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/DragEditPartsTrackerEx.java:[300] 
	request.getExtendedData().put(SnapToHelperUtil.RESTRICTED_DIRECTIONS,
					restrictedDirection);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/DiagramOutlineAdapterFactory.java:[29] 
	public Class[] getAdapterList() {
	       ^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type DiagramOutlineAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/DiagramOutlineAdapterFactory.java:[34] 
	public Object getAdapter(Object adaptableObject, @SuppressWarnings("rawtypes") Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type DiagramOutlineAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/Domain2Notation.java:[37] 
	public class Domain2Notation extends HashMap<EObject, Set<View>> {
	             ^^^^^^^^^^^^^^^
The serializable class Domain2Notation does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[354] 
	EditPart topEditPart = getTopMostEditPart(editPart);
	         ^^^^^^^^^^^
The value of the local variable topEditPart is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[462] 
	List editPolicies = CanonicalEditPolicy.getRegisteredEditPolicies(element);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[463] 
	for (Iterator it = editPolicies.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[492] 
	List editPolicies = CanonicalEditPolicy.getRegisteredEditPolicies(element);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[493] 
	for (Iterator it = editPolicies.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[518] 
	List editPolicies = CanonicalEditPolicy.getRegisteredEditPolicies(element);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[519] 
	for (Iterator it = editPolicies.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[551] 
	List editPolicies = CanonicalEditPolicy.getRegisteredEditPolicies(element);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[552] 
	for (Iterator it = editPolicies.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[673] 
	List referencerViews = getEObjectViews((EObject) o);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[694] 
	return Collections.EMPTY_LIST;
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[712] 
	IEditorPart editor = plugin.getWorkbench().getActiveWorkbenchWindow().getActivePage().getActiveEditor();
	                            ^^^^^^^^^^^^^^
The method getWorkbench() from the type AbstractUIPlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/DefaultGraphicalNodeEditPolicy.java:[40] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.commands.SetConnectionBendpointsCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DiagramHelper.java:[63] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DiagramHelper.java:[83] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[218] 
	list.add(new Integer(array[i]));
	             ^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[349] 
	if (eastPositions.contains(new Integer(side))) {
	                               ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[351] 
	} else if (westPositions.contains(new Integer(side))) {
	                                      ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[358] 
	if (eastPositions.contains(new Integer(side))) {
	                               ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[360] 
	} else if (westPositions.contains(new Integer(side))) {
	                                      ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[367] 
	if (northPositions.contains(new Integer(side))) {
	                                ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[369] 
	} else if (southPositions.contains(new Integer(side))) {
	                                       ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[376] 
	if (northPositions.contains(new Integer(side))) {
	                                ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[378] 
	} else if (southPositions.contains(new Integer(side))) {
	                                       ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[440] 
	if (eastPositions.contains(new Integer(side))) {
	                               ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[442] 
	} else if (westPositions.contains(new Integer(side))) {
	                                      ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[449] 
	if (eastPositions.contains(new Integer(side))) {
	                               ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[451] 
	} else if (westPositions.contains(new Integer(side))) {
	                                      ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[458] 
	if (northPositions.contains(new Integer(side))) {
	                                ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[460] 
	} else if (southPositions.contains(new Integer(side))) {
	                                       ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[467] 
	if (northPositions.contains(new Integer(side))) {
	                                ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[469] 
	} else if (southPositions.contains(new Integer(side))) {
	                                       ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[492] 
	int intersectPosition = getRelativePositionFor(sourceBounds, new PrecisionRectangle(intersection), diagramBounds);
	    ^^^^^^^^^^^^^^^^^
The value of the local variable intersectPosition is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[540] 
	pos.setX(reference.preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[542] 
	pos.setHeight(reference.preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[543] 
	pos.setWidth(reference.preciseWidth());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[548] 
	pos.setX(reference.preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[549] 
	pos.setY(reference.getBottom().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[550] 
	pos.setHeight(diagramBounds.preciseHeight() - reference.getBottom().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[551] 
	pos.setWidth(reference.preciseWidth());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[556] 
	pos.setX(reference.getRight().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[557] 
	pos.setY(reference.getTop().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[558] 
	pos.setHeight(reference.preciseHeight());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[559] 
	pos.setWidth(diagramBounds.preciseWidth() - reference.getLeft().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[566] 
	pos.setY(reference.preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[567] 
	pos.setHeight(reference.preciseHeight());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[568] 
	pos.setWidth(reference.preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[594] 
	pos.setX(reference.getTop().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[596] 
	pos.setHeight(reference.getRight().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[597] 
	pos.setWidth(diagramBounds.preciseWidth() - reference.getTop().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[605] 
	pos.setHeight(reference.getLeft().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[606] 
	pos.setWidth(reference.getTop().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[613] 
	pos.setX(reference.getBottom().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[614] 
	pos.setY(reference.getRight().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[615] 
	pos.setHeight(diagramBounds.preciseHeight() - reference.getRight().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[616] 
	pos.setWidth(diagramBounds.preciseWidth() - reference.getBottom().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[624] 
	pos.setY(reference.getLeft().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[625] 
	pos.setHeight(diagramBounds.preciseHeight() - reference.getLeft().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[626] 
	pos.setWidth(reference.getBottom().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/TargetingTool.java:[139] 
	protected Collection getExclusionSet() {
	          ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/TargetingTool.java:[415] 
	getCurrentViewer().findObjectAtExcluding(getLocation(), Collections.EMPTY_LIST, search);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<IFigure>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/TargetingTool.java:[437] 
	editPart = getCurrentViewer().findObjectAtExcluding(getLocation(), getExclusionSet(), getTargetingConditional());
	                                                                   ^^^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<IFigure>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/EditPartSyncTrigger.java:[26] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/EditPartSyncTrigger.java:[101] 
	model = AdapterUtils.adapt(editPart, registry.getModelType(), null);
	        ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/EditPartSyncTrigger.java:[101] 
	model = AdapterUtils.adapt(editPart, registry.getModelType(), null);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<M>, M) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[49] 
	private List exclusionSet;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[166] 
	protected Collection getExclusionSet() {
	          ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[168] 
	exclusionSet = new ArrayList();
	                   ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[169] 
	exclusionSet.add(getConnection());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[306] 
	List list;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[321] 
	int d = p.getDistanceOrthogonal(start);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getDistanceOrthogonal(Point) from the type Point is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/StrategyEditor.java:[258] 
	private class StrategyObservableList extends WritableList {
	                                             ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/StrategyEditor.java:[262] 
	addAll(values);
	^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[286] 
	private List newObjectList = new ArrayList();
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[286] 
	private List newObjectList = new ArrayList();
	                                 ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[347] 
	newObjectList.add(((CreateRequest) createRequest).getNewObject());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[370] 
	for (IElementType elementType : (List<IElementType>) CreateAspectUnspecifiedTypeConnectionRequest.this.getElementTypes()) {
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List to List<IElementType>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[405] 
	public List getAllRequests() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[407] 
	return new ArrayList(requests.values());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[407] 
	return new ArrayList(requests.values());
	           ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[64] 
	import org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.EditorStatusCodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[65] 
	import org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.util.DiagramIOUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramIOUtil' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[297] 
	Diagram diagram = DiagramIOUtil.load(domain, storage, true, getProgressMonitor());
	                  ^^^^^^^^^^^^^
Discouraged access: The type 'DiagramIOUtil' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[297] 
	Diagram diagram = DiagramIOUtil.load(domain, storage, true, getProgressMonitor());
	                                ^^^^
Discouraged access: The method 'DiagramIOUtil.load(TransactionalEditingDomain, IStorage, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[309] 
	Map options = new HashMap(GMFResourceFactory.getDefaultLoadOptions());
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[309] 
	Map options = new HashMap(GMFResourceFactory.getDefaultLoadOptions());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[309] 
	Map options = new HashMap(GMFResourceFactory.getDefaultLoadOptions());
	                  ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[326] 
	for (Iterator it = resource.getContents().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[393] 
	Collection files2Validate = new ArrayList();
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[393] 
	Collection files2Validate = new ArrayList();
	                                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[394] 
	for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[398] 
	files2Validate.add(file);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[402] 
	(IFile[]) files2Validate.toArray(new IFile[files2Validate.size()]), computationContext);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[454] 
	for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[494] 
	Collection rules = new ArrayList();
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[494] 
	Collection rules = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[495] 
	for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[499] 
	rules.add(ResourcesPlugin.getWorkspace().getRuleFactory().modifyRule(file));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[502] 
	return new MultiRule((ISchedulingRule[]) rules.toArray(new ISchedulingRule[rules.size()]));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[512] 
	Collection rules = new ArrayList();
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[512] 
	Collection rules = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[513] 
	for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[517] 
	rules.add(computeSchedulingRule(file));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[520] 
	return new MultiRule((ISchedulingRule[]) rules.toArray(new ISchedulingRule[rules.size()]));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[530] 
	Collection rules = new ArrayList();
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[530] 
	Collection rules = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[531] 
	for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[535] 
	rules.add(ResourcesPlugin.getWorkspace().getRuleFactory().refreshRule(file));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[538] 
	return new MultiRule((ISchedulingRule[]) rules.toArray(new ISchedulingRule[rules.size()]));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[548] 
	Collection files = new ArrayList();
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[548] 
	Collection files = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[549] 
	for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[553] 
	files.add(file);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[557] 
	(IFile[]) files.toArray(new IFile[files.size()]));
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[586] 
	for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[607] 
	List resources = info.getResourceSet().getResources();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[610] 
	for (Iterator it = resources.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[620] 
	EditorStatusCodes.RESOURCE_FAILURE, e.getLocalizedMessage(), null));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[620] 
	EditorStatusCodes.RESOURCE_FAILURE, e.getLocalizedMessage(), null));
	                  ^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorStatusCodes.RESOURCE_FAILURE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[635] 
	List affectedFiles = null;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[754] 
	private WorkspaceSynchronizer mySynchronizer;
	                              ^^^^^^^^^^^^^^
The value of the field GmfMultiDiagramDocumentProvider.ResourceSetInfo.mySynchronizer is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[757] 
	private Collection myUnSynchronizedResources = new ArrayList();
	        ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[757] 
	private Collection myUnSynchronizedResources = new ArrayList();
	                                                   ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[837] 
	myUnSynchronizedResources.add(resource);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[888] 
	private class SynchronizerDelegate implements WorkspaceSynchronizer.Delegate {
	              ^^^^^^^^^^^^^^^^^^^^
The type GmfMultiDiagramDocumentProvider.ResourceSetInfo.SynchronizerDelegate is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[996] 
	for (Iterator it = resource.getResourceSet().getResources().iterator(); it.hasNext() && !modified;) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/CreateShapeCompartmentViewCommand.java:[65] 
	compartment.getStyles().add(ts);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/advice/GMFDiagramDuplicateEditHelperAdvice.java:[54] 
	Set<Object> duplicatedObjects = ((Set<Object>) additional);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Set<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/advice/GMFDiagramDuplicateEditHelperAdvice.java:[132] 
	List<Object> elementsToBeDuplicated = request.getElementsToBeDuplicated();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[40] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.services.palette.ContributeToPaletteOperation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[203] 
	public boolean providesWithVisibility(ContributeToPaletteOperation operation) {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[213] 
	if (operation instanceof ContributeToPaletteOperation) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[214] 
	ContributeToPaletteOperation o = operation;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[216] 
	IEditorPart part = o.getEditor();
	                     ^^^^^^^^^
Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[260] 
	ZipFile zipFile = new ZipFile(jarPath);
	        ^^^^^^^
Resource leak: 'zipFile' is never closed
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[283] 
	private static String retrieveBundleId(final String initialValue) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method retrieveBundleId(String) from the type ArchitectureExtendedProviderDescriptor is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/decoration/ConnectionDecorationRegistry.java:[76] 
	Class<? extends RotatableDecoration> loadClass = ClassLoaderHelper.loadClass(decorationClass, RotatableDecoration.class);
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method loadClass(String, Class<RotatableDecoration>) from the type ClassLoaderHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[30] 
	import org.eclipse.papyrus.infra.viewpoints.style.PapyrusViewStyle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[42] 
	PapyrusViewStyle oldStyle = null;
	^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[43] 
	for (Object obj : new ArrayList<Style>(diagram.getStyles())) {
	                                       ^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to Collection<? extends Style>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[44] 
	if (obj instanceof PapyrusViewStyle) {
	                   ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[45] 
	oldStyle = (PapyrusViewStyle) obj;
	            ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[52] 
	for (Object obj : new ArrayList<Style>(diagram.getStyles())) {
	                                       ^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to Collection<? extends Style>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[61] 
	newStyle.setOwner(oldStyle.getOwner());
	                           ^^^^^^^^^^
The method getOwner() from the type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[79] 
	protected abstract PapyrusDiagram getDiagramKind(Diagram diagram, PapyrusViewStyle oldStyle);
	                                                                  ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[87] 
	private PapyrusViewStyle oldStyle;
	        ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[90] 
	public ReplacePapyrusViewStyleCommand(Diagram diagram, PapyrusViewStyle oldStyle, PapyrusDiagramStyle newStyle) {
	                                                       ^^^^^^^^^^^^^^^^
The type PapyrusViewStyle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[102] 
	diagram.getStyles().add(index, newStyle);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/reconciler/DiagramReconciler_1_3_0.java:[104] 
	diagram.getStyles().add(newStyle);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeCreationTool.java:[97] 
	Collection<?> selectableEditParts = new LinkedList<Object>(DiagramCommandStack.getReturnValues(command));
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeCreationTool.java:[164] 
	for (IElementType elementType : (List<IElementType>) CreateAspectUnspecifiedTypeRequest.this.getElementTypes()) {
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List to List<IElementType>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeCreationTool.java:[183] 
	requests.put(elementType, request);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultDiagramPasteCommand.java:[43] 
	import org.eclipse.papyrus.infra.core.internal.clipboard.CopierFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CopierFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultDiagramPasteCommand.java:[87] 
	EcoreUtil.Copier copier = new CopierFactory(editingDomain.getResourceSet()).get();
	                              ^^^^^^^^^^^^^
Discouraged access: The type 'CopierFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultDiagramPasteCommand.java:[87] 
	EcoreUtil.Copier copier = new CopierFactory(editingDomain.getResourceSet()).get();
	                              ^^^^^^^^^^^^^
Discouraged access: The constructor 'CopierFactory(ResourceSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultDiagramPasteCommand.java:[87] 
	EcoreUtil.Copier copier = new CopierFactory(editingDomain.getResourceSet()).get();
	                                                                            ^^^
Discouraged access: The method 'CopierFactory.get()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/core/org.eclipse.papyrus.infra.core/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPalettePreferences.java:[768] 
	public static void addLocalExtendedPalette(String paletteID, String paletteName, ProviderPriority priority, String editorID, HashSet requiredProfiles) {
	                                                                                                                             ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPalettePreferences.java:[783] 
	propertiesMemento.putString(IPapyrusPaletteConstant.PROFILE_LIST, PaletteUtil.getSerializedProfileList(requiredProfiles));
	                                                                                                       ^^^^^^^^^^^^^^^^
Type safety: The expression of type HashSet needs unchecked conversion to conform to Collection<String>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/RequestUtils.java:[82] 
	Map<String, Object> parameters = request.getExtendedData();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DuplicateDiagramCommand.java:[75] 
	public DuplicateDiagramCommand(TransactionalEditingDomain editingDomain, String label, Diagram diagram, Map allDuplicatedObjectsMap) {
	                                                                                                        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DuplicateDiagramCommand.java:[95] 
	public DuplicateDiagramCommand(TransactionalEditingDomain editingDomain, String label, Diagram diagram, Map allDuplicatedObjectsMap, EObject targetContainer) {
	                                                                                                        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DuplicateDiagramCommand.java:[109] 
	EcoreUtil.Copier copier = new DiagramCopier(getAllDuplicatedObjectsMap());
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<EObject,EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/PapyrusLabelHelper.java:[207] 
	calculatedOffset = new Point(normalizedOffset.x
							* Math.cos(theta)
							- normalizedOffset.y
									* Math.sin(theta),
							normalizedOffset.x * Math.sin(theta)
									+ normalizedOffset.y * Math.cos(theta));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Point(double, double) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/PapyrusLabelHelper.java:[287] 
	Point orth = new Point(dx, dy);
	                 ^^^^^^^^^^^^^
The constructor Point(double, double) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/updater/UpdaterLinkDescriptor.java:[64] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type new IAdaptable(){} needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramUtils.java:[158] 
	for (Style ownedStyle : (List<Style>) diagram.getStyles()) { // Access all styles directly to avoid CSS computation, and use instanceof (Rather than reflexive EMF)
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EList to List<Style>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramPropertyTester.java:[26] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramPropertyTester.java:[131] 
	AdapterUtils.adapt(viewOrAdaptableToView, View.class, null);
	^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramPropertyTester.java:[131] 
	AdapterUtils.adapt(viewOrAdaptableToView, View.class, null);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<View>, View) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomBooleanStyleWithStoreObservableValue.java:[47] 
	ValueDiff diff = new ValueDiff() {
	^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomBooleanStyleWithStoreObservableValue.java:[47] 
	ValueDiff diff = new ValueDiff() {
	                     ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomBooleanStyleWithStoreObservableValue.java:[59] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[50] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[84] 
	return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[84] 
	return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID);
	                                                     ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[84] 
	return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID);
	                                                                   ^^^^^^^^^^^^^
The method getModelSet() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[105] 
	return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[105] 
	return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID);
	                                                     ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[105] 
	return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID);
	                                                                   ^^^^^^^^^^^^^
The method getModelSet() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[475] 
	EList<String> valueList = ((StringListValueStyle) style).getStringListValue();
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to EList<String>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[510] 
	value = ((StringListValueStyle) style).getStringListValue();
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to EList<String>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/DiagramEdgesSyncFeature.java:[28] 
	import org.eclipse.gmf.runtime.diagram.ui.requests.RequestConstants;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.gmf.runtime.diagram.ui.requests.RequestConstants is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/PapyrusAnchorableWrappingLabel.java:[70] 
	getConnectionAnchors().put(terminal, connectAnchor);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/PapyrusAnchorableWrappingLabel.java:[101] 
	protected Hashtable getConnectionAnchors() {
	          ^^^^^^^^^
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/PapyrusAnchorableWrappingLabel.java:[103] 
	connectionAnchors = new Hashtable(1);
	                        ^^^^^^^^^
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/PapyrusAnchorableWrappingLabel.java:[114] 
	private Hashtable connectionAnchors;
	        ^^^^^^^^^
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/PapyrusAnchorableWrappingLabel.java:[128] 
	Iterator iter = getConnectionAnchors().keySet().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/RulersUnitStyleObservableValue.java:[74] 
	IObservableValue observable = new CustomDoubleStyleWithStoreObservableValue(this.source, this.domain, WorkspaceViewerProperties.GRIDSPACING, this.preferenceStore);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/RulersUnitStyleObservableValue.java:[77] 
	observable.setValue(newGridSpacing);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[98] 
	public static final int BEHAVIOR_OBJECT_INCLUDED = new Integer(1).intValue();
	                                                       ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[103] 
	public static final int BEHAVIOR_OBJECT_TOUCHED = new Integer(2).intValue();
	                                                      ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[257] 
	private List calculateNewSelection() {
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[469] 
	List sourceConnections = child.getSourceConnections();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[470] 
	List targetConnections = child.getTargetConnections();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[656] 
	selectedEditParts = calculateNewSelection();
	                    ^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[713] 
	List newSelections = calculateNewSelection();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[723] 
	List selected = new ArrayList(viewer.getSelectedEditParts());
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[723] 
	List selected = new ArrayList(viewer.getSelectedEditParts());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[723] 
	List selected = new ArrayList(viewer.getSelectedEditParts());
	                    ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[729] 
	selected.add(editPart);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[754] 
	weakReference = new WeakReference(viewer);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WeakReference(Object) belongs to the raw type WeakReference. References to generic type WeakReference<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[754] 
	weakReference = new WeakReference(viewer);
	                    ^^^^^^^^^^^^^
WeakReference is a raw type. References to generic type WeakReference<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[35] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.services.palette.ContributeToPaletteOperation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[127] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[233] 
	List<? extends PapyrusPaletteService.ProviderDescriptor> providers = (List<? extends ProviderDescriptor>) PapyrusPaletteService.getInstance().getProviders();
	                                                         ^^^^^^^^^
The value of the local variable providers is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[233] 
	List<? extends PapyrusPaletteService.ProviderDescriptor> providers = (List<? extends ProviderDescriptor>) PapyrusPaletteService.getInstance().getProviders();
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#4-of ? extends Service.ProviderDescriptor> to List<? extends PapyrusPaletteService.ProviderDescriptor>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[234] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap<>());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[234] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap<>());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[234] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap<>());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContributeToPaletteOperation(IEditorPart, Object, PaletteRoot, Map)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[264] 
	List<? extends PapyrusPaletteService.ProviderDescriptor> providers = (List<? extends ProviderDescriptor>) PapyrusPaletteService.getInstance().getProviders();
	                                                         ^^^^^^^^^
The value of the local variable providers is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[264] 
	List<? extends PapyrusPaletteService.ProviderDescriptor> providers = (List<? extends ProviderDescriptor>) PapyrusPaletteService.getInstance().getProviders();
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#8-of ? extends Service.ProviderDescriptor> to List<? extends PapyrusPaletteService.ProviderDescriptor>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[265] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, entries);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[265] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, entries);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[265] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, entries);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContributeToPaletteOperation(IEditorPart, Object, PaletteRoot, Map)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[297] 
	public static String convertToCommaSeparatedRepresentation(Collection objects) {
	                                                           ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[301] 
	public static String convertToFlatRepresentation(Collection objects, String separator) {
	                                                 ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[303] 
	Iterator it = objects.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[42] 
	import org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.l10n.EditorMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[202] 
	String title = EditorMessages.Editor_error_setinput_title;
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[202] 
	String title = EditorMessages.Editor_error_setinput_title;
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_setinput_title' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[203] 
	String msg = EditorMessages.Editor_error_setinput_message;
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[203] 
	String msg = EditorMessages.Editor_error_setinput_message;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_setinput_message' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[303] 
	String title = EditorMessages.Editor_error_save_deleted_title;
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[303] 
	String title = EditorMessages.Editor_error_save_deleted_title;
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_save_deleted_title' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[304] 
	String msg = EditorMessages.Editor_error_save_deleted_message;
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[304] 
	String msg = EditorMessages.Editor_error_save_deleted_message;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_save_deleted_message' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[357] 
	String title = EditorMessages.Editor_error_validateEdit_title;
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[357] 
	String title = EditorMessages.Editor_error_validateEdit_title;
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_validateEdit_title' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[358] 
	String msg = EditorMessages.Editor_error_validateEdit_message;
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[358] 
	String msg = EditorMessages.Editor_error_validateEdit_message;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_validateEdit_message' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[514] 
	String title = EditorMessages.Editor_error_save_outofsync_title;
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[514] 
	String title = EditorMessages.Editor_error_save_outofsync_title;
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_save_outofsync_title' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[515] 
	String msg = EditorMessages.Editor_error_save_outofsync_message;
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[515] 
	String msg = EditorMessages.Editor_error_save_outofsync_message;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_save_outofsync_message' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[529] 
	String title = EditorMessages.Editor_error_save_title;
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[529] 
	String title = EditorMessages.Editor_error_save_title;
	                              ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_save_title' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[530] 
	String msg = EditorMessages.Editor_error_save_message;
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[530] 
	String msg = EditorMessages.Editor_error_save_message;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_save_message' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/StrategyManager.java:[150] 
	preferences.setDefault(getPriorityKey(strategy), strategy.getPriority());
	                                                          ^^^^^^^^^^^^^
The method getPriority() from the type IStrategy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/StrategyManager.java:[272] 
	return strategy.getPriority(); // Default
	                ^^^^^^^^^^^^^
The method getPriority() from the type IStrategy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/UISyncUtils.java:[19] 
	import org.eclipse.papyrus.infra.guava.internal.CheckedFuture;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/UISyncUtils.java:[51] 
	public static <V, X extends Exception> CheckedFuture<V, X> asyncExec(final ISyncObject syncObject, final SyncServiceRunnable<V, X> operation) {
	                                       ^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/UISyncUtils.java:[72] 
	CheckedFuture<V, X> result = operation.asFuture(syncObject);
	^^^^^^^^^^^^^
The type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/UISyncUtils.java:[76] 
	return result.checkedGet();
	              ^^^^^^^^^^^^
The method checkedGet() from the type CheckedFuture<V,X> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleObservableList.java:[53] 
	protected IObservableList observableConcreteList;
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleObservableList.java:[64] 
	observableConcreteList = (IObservableList) concreteList;
	                          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleObservableList.java:[80] 
	for (Style style : (List<Style>) view.getStyles()) {
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EList to List<Style>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleObservableList.java:[100] 
	private static IObservableList getWrappedList(View view, String styleName, EClass eClass, EStructuralFeature feature) {
	               ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleObservableList.java:[104] 
	return EMFProperties.list(feature).observe(style);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleObservableList.java:[109] 
	return new WritableList();
	           ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleObservableList.java:[164] 
	protected IObservableList getConcreteList() {
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteCustomizer.java:[302] 
	for (Iterator iterator = paletteContainer.getChildren().iterator(); iterator.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[37] 
	import org.eclipse.gmf.runtime.gef.ui.internal.l10n.Cursors;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[53] 
	private final int MODIFIER_NO_SNAPPING;
	                  ^^^^^^^^^^^^^^^^^^^^
The value of the field SelectSeveralLinksEditPartTracker.MODIFIER_NO_SNAPPING is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[115] 
	List editparts = getOperationSet();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[198] 
	return Cursors.CURSOR_SEG_MOVE;
	       ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[198] 
	return Cursors.CURSOR_SEG_MOVE;
	               ^^^^^^^^^^^^^^^
Discouraged access: The field 'Cursors.CURSOR_SEG_MOVE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[239] 
	protected List createOperationSet() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[240] 
	List list = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[240] 
	List list = new ArrayList();
	                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[241] 
	list.add(getConnectionEditPart());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[251] 
	List editParts = getOperationSet();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[274] 
	List editParts = getOperationSet();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[341] 
	List editparts = getOperationSet();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[420] 
	List editparts = getOperationSet();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[442] 
	protected List getOperationSet() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[446] 
	ArrayList result = new ArrayList<>();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[447] 
	result.add(getSourceEditPart());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/RefreshTextAlignmentEditPolicy.java:[25] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/RefreshTextAlignmentEditPolicy.java:[36] 
	public class RefreshTextAlignmentEditPolicy extends GraphicalEditPolicyEx implements IChangeListener {
	                                                    ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/RefreshTextAlignmentEditPolicy.java:[42] 
	protected IObservableValue styleObservable;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[47] 
	ValueDiff diff = new ValueDiff() {
	^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[47] 
	ValueDiff diff = new ValueDiff() {
	                     ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[59] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[102] 
	final ValueDiff diff = new ValueDiff() {
	      ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[102] 
	final ValueDiff diff = new ValueDiff() {
	                           ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[114] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[119] 
	final ValueDiff diff = new ValueDiff() {
	      ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[119] 
	final ValueDiff diff = new ValueDiff() {
	                           ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[131] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/UnitsConverterUtils.java:[55] 
	Double value = new Double(0.125);
	                   ^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/UnitsConverterUtils.java:[106] 
	return new Double(number.doubleValue());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/UMLDiagramEditorUtil.java:[26] 
	public static Map getSaveOptions() {
	              ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/UMLDiagramEditorUtil.java:[27] 
	Map saveOptions = new HashMap();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/UMLDiagramEditorUtil.java:[27] 
	Map saveOptions = new HashMap();
	                      ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/UMLDiagramEditorUtil.java:[28] 
	saveOptions.put(XMLResource.OPTION_ENCODING, "UTF-8"); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/UMLDiagramEditorUtil.java:[29] 
	saveOptions.put(Resource.OPTION_SAVE_ONLY_IF_CHANGED, Resource.OPTION_SAVE_ONLY_IF_CHANGED_MEMORY_BUFFER);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/DiagramReloadContextProvider.java:[24] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/DiagramReloadContextProvider.java:[79] 
	IReloadContextProvider pageProvider = AdapterUtils.adapt(page, IReloadContextProvider.class, null);
	                                      ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/DiagramReloadContextProvider.java:[79] 
	IReloadContextProvider pageProvider = AdapterUtils.adapt(page, IReloadContextProvider.class, null);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IReloadContextProvider>, IReloadContextProvider) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/DiagramReloadContextProvider.java:[113] 
	IReloadContextProvider pageProvider = AdapterUtils.adapt(page, IReloadContextProvider.class, null);
	                                      ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/DiagramReloadContextProvider.java:[113] 
	IReloadContextProvider pageProvider = AdapterUtils.adapt(page, IReloadContextProvider.class, null);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IReloadContextProvider>, IReloadContextProvider) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/SelectEditPartTracker.java:[226] 
	List selectedObjects = viewer.getSelectedEditParts();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultCopyCommand.java:[51] 
	public DefaultCopyCommand(EditingDomain domain, PapyrusClipboard papyrusClipboard, Collection<EObject> pObjectsToPutInClipboard) {
	                                                ^^^^^^^^^^^^^^^^
PapyrusClipboard is a raw type. References to generic type PapyrusClipboard<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultCopyCommand.java:[58] 
	papyrusClipboard.addAllInternalCopyInClipboard(copier);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAllInternalCopyInClipboard(Map) belongs to the raw type PapyrusClipboard. References to generic type PapyrusClipboard<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[100] 
	Map internalClipboardToTargetCopy = papyrusClipboard.getInternalClipboardToTargetCopy();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[106] 
	Collection<Diagram> duplicateDiagrams = diagramClipboardAdditionnalData.getDuplicatedDiagrams(internalClipboardToTargetCopy);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Diagram>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[106] 
	Collection<Diagram> duplicateDiagrams = diagramClipboardAdditionnalData.getDuplicatedDiagrams(internalClipboardToTargetCopy);
	                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[122] 
	Collection<Diagram> diagrams = diagramClipboardAdditionalData.getDuplicatedDiagrams(internalClipboardToTargetCopy);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Diagram>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[122] 
	Collection<Diagram> diagrams = diagramClipboardAdditionalData.getDuplicatedDiagrams(internalClipboardToTargetCopy);
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[158] 
	Map sourceToInternalClipboard = papyrusClipboard.getSourceToInternalClipboard();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[161] 
	DiagramClipboardAdditionalData diagramAdditionnalData = new DiagramClipboardAdditionalData(extractSelectedWithoutOwner, sourceToInternalClipboard);
	                                                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[170] 
	DiagramClipboardAdditionalData diagramAdditionnalData = new DiagramClipboardAdditionalData(associatedDiagrams, sourceToInternalClipboard);
	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/PaletteViewerReloadContextProvider.java:[23] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/PaletteViewerReloadContextProvider.java:[48] 
	IReloadContextProvider result = AdapterUtils.adapt(palette, IReloadContextProvider.class, null);
	                                ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/PaletteViewerReloadContextProvider.java:[48] 
	IReloadContextProvider result = AdapterUtils.adapt(palette, IReloadContextProvider.class, null);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IReloadContextProvider>, IReloadContextProvider) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/ElementTypeIconProvider.java:[28] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/ElementTypeIconProvider.java:[54] 
	IElementType elementType = AdapterUtils.adapt(hint, IElementType.class, null);
	                           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/ElementTypeIconProvider.java:[54] 
	IElementType elementType = AdapterUtils.adapt(hint, IElementType.class, null);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IElementType>, IElementType) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/OverlayVisibilityIcon.java:[57] 
	drawImage(initialImage.getImageData(), 0, 0);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/OverlayVisibilityIcon.java:[58] 
	ImageData imageData = visDesc.getImageData();
	                              ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/OverlayVisibilityIcon.java:[59] 
	drawImage(imageData, size.x - imageData.width, size.y - imageData.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[200] 
	private List operationSet;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[376] 
	protected List createOperationSet() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[377] 
	return new ArrayList(getCurrentViewer().getSelectedEditParts());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[377] 
	return new ArrayList(getCurrentViewer().getSelectedEditParts());
	           ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[623] 
	protected List getOperationSet() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[937] 
	private boolean isCurrentViewerMirrored() {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^
The method isCurrentViewerMirrored() from the type AbstractTool is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[1494] 
	public void setProperties(Map properties) {
	                          ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[1498] 
	Iterator entries = properties.entrySet().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[1500] 
	Entry entry = (Entry) entries.next();
	^^^^^
Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[1500] 
	Entry entry = (Entry) entries.next();
	               ^^^^^
Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/GMFDiagramViewTypeHelper.java:[68] 
	command = creationCommandClass.newInstance();
	                               ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#3-of ? extends AbstractPapyrusGmfCreateDiagramCommandHandler> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/FollowSVGSymbolEditPolicy.java:[40] 
	protected IObservableValue styleObservable;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/NameDisplayEditPolicy.java:[39] 
	protected IObservableValue styleObservable;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[51] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.properties.Properties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[144] 
	final View dest = domain2NotationMap.getFirstView(destination);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFirstView(Object) from the type Domain2Notation is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[146] 
	final View source = domain2NotationMap.getFirstView(source2);
	                                       ^^^^^^^^^^^^^^^^^^^^^
The method getFirstView(Object) from the type Domain2Notation is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[155] 
	View linkView = domain2NotationMap.getFirstView(link);
	                                   ^^^^^^^^^^^^^^^^^^
The method getFirstView(Object) from the type Domain2Notation is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[482] 
	final View view = domain2NotationMap.getFirstView(linkToHide);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^
The method getFirstView(Object) from the type Domain2Notation is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[549] 
	final View view = domain2NotationMap.getFirstView(linkToShow);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^
The method getFirstView(Object) from the type Domain2Notation is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[551] 
	return new SetPropertyCommand(domain, "Restore related linksCommand show view", new EObjectAdapter(view), Properties.ID_ISVISIBLE, Boolean.TRUE);//$NON-NLS-1$
	                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[551] 
	return new SetPropertyCommand(domain, "Restore related linksCommand show view", new EObjectAdapter(view), Properties.ID_ISVISIBLE, Boolean.TRUE);//$NON-NLS-1$
	                                                                                                                     ^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_ISVISIBLE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[638] 
	View view = domain2NotationMap.getFirstView(element);
	                               ^^^^^^^^^^^^^^^^^^^^^
The method getFirstView(Object) from the type Domain2Notation is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/DefaultCreationEditPolicy.java:[130] 
	Map parameters = moveRequest.getParameters();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/DefaultCreationEditPolicy.java:[133] 
	parameters.put(RequestParameterConstants.TYPE_MOVING, RequestParameterConstants.TYPE_MOVING_DIAGRAM);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/DefaultCreationEditPolicy.java:[134] 
	parameters.put(RequestParameterConstants.AFFECTED_VIEW, view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
520 problems (520 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
[INFO] 0 component(s) where generated, 2 where kept.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/target/org.eclipse.papyrus.infra.gmfdiag.common-4.3.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/target/org.eclipse.papyrus.infra.gmfdiag.common-4.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/target/org.eclipse.papyrus.infra.gmfdiag.common-4.3.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common/4.3.300-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common-4.3.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common/4.3.300-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common-4.3.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/target/org.eclipse.papyrus.infra.gmfdiag.common-4.3.300-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common/4.3.300-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common-4.3.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common/4.3.300-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common-4.3.300-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common/4.3.300-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common-4.3.300-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.common ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors 2.0.0-SNAPSHOT [156/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/src/org/eclipse/papyrus/infra/gmfdiag/extensionpoints/editors/definition/DirectEditorRegistry.java:[54] 
	priority = new Integer(0);
	               ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/src/org/eclipse/papyrus/infra/gmfdiag/extensionpoints/editors/definition/DirectEditorExtensionPoint.java:[312] 
	return new Integer(0);
	           ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/src/org/eclipse/papyrus/infra/gmfdiag/extensionpoints/editors/definition/DirectEditorExtensionPoint.java:[315] 
	return new Integer(1);
	           ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/src/org/eclipse/papyrus/infra/gmfdiag/extensionpoints/editors/definition/DirectEditorExtensionPoint.java:[318] 
	return new Integer(2);
	           ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/src/org/eclipse/papyrus/infra/gmfdiag/extensionpoints/editors/definition/DirectEditorExtensionPoint.java:[321] 
	return new Integer(3);
	           ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/src/org/eclipse/papyrus/infra/gmfdiag/extensionpoints/editors/definition/DirectEditorExtensionPoint.java:[324] 
	return new Integer(4);
	           ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/src/org/eclipse/papyrus/infra/gmfdiag/extensionpoints/editors/definition/DirectEditorExtensionPoint.java:[330] 
	return new Integer(3); // PRIORITY_LOW
	           ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 140 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/target/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/target/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/target/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/target/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.views-modelexplorer >-----
[INFO] Building Papyrus Model Explorer View 0.0.1-SNAPSHOT            [157/487]
[INFO]   from ../../plugins/views/modelexplorer/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views-modelexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views-modelexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views-modelexplorer ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.views-modelexplorer ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views-modelexplorer/0.0.1-SNAPSHOT/org.eclipse.papyrus.views-modelexplorer-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer >-----
[INFO] Building org.eclipse.papyrus.views.modelexplorer 5.1.0-SNAPSHOT [158/487]
[INFO]   from ../../plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] The project's OSGi version is 5.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] Resolving class path of org.eclipse.papyrus.views.modelexplorer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] Compiling 92 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[34] 
	import org.eclipse.papyrus.views.modelexplorer.factory.IActionHandlerFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[53] 
	protected Map<IActionHandlerFactory, ActionProperties> actionsFactoriesMap;
	              ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[63] 
	this.actionsFactoriesMap = new HashMap<IActionHandlerFactory, ActionProperties>();
	                                       ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[64] 
	TransactionalEditingDomain editingDomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[74] 
	IActionHandlerFactory factory = (IActionHandlerFactory) createExtension(elt, elt.getAttribute("actionHandler"));
	^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[74] 
	IActionHandlerFactory factory = (IActionHandlerFactory) createExtension(elt, elt.getAttribute("actionHandler"));
	                                 ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[76] 
	factory.createActions(editingDomain);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createActions(EditingDomain) from the type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[91] 
	for (IActionHandlerFactory factory : actionsFactoriesMap.keySet()) {
	     ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[92] 
	factory.fillActionBars(actionBars);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method fillActionBars(IActionBars) from the type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[112] 
	Object obj = clazz.newInstance();
	                   ^^^^^^^^^^^^^
The method newInstance() from the type Class is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[127] 
	List<IActionHandlerFactory> sortedFactories = sortFactories(actionsFactoriesMap);
	     ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[130] 
	for (IActionHandlerFactory factory : sortedFactories) {
	     ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[135] 
	for (Action action : factory.getActions()) {
	                             ^^^^^^^^^^^^
The method getActions() from the type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[152] 
	for (IActionHandlerFactory factory : actionsFactoriesMap.keySet()) {
	     ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[153] 
	factory.update(structuredSelection);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method update(IStructuredSelection) from the type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[161] 
	for (IActionHandlerFactory factory : actionsFactoriesMap.keySet()) {
	     ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[162] 
	factory.activate(activeViewPart);
	        ^^^^^^^^^^^^^^^^^^^^^^^^
The method activate(CommonNavigator) from the type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[172] 
	for (IActionHandlerFactory factory : actionsFactoriesMap.keySet()) {
	     ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[173] 
	factory.deactivate(activeViewPart);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method deactivate(CommonNavigator) from the type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[195] 
	private List<IActionHandlerFactory> sortFactories(final Map<IActionHandlerFactory, ActionProperties> actionsFactoriesMap) {
	             ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[195] 
	private List<IActionHandlerFactory> sortFactories(final Map<IActionHandlerFactory, ActionProperties> actionsFactoriesMap) {
	                                                            ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[197] 
	List<IActionHandlerFactory> factories = new ArrayList<IActionHandlerFactory>(actionsFactoriesMap.keySet());
	     ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[197] 
	List<IActionHandlerFactory> factories = new ArrayList<IActionHandlerFactory>(actionsFactoriesMap.keySet());
	                                                      ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[199] 
	Collections.sort(factories, new Comparator<IActionHandlerFactory>() {
	                                           ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[201] 
	public int compare(IActionHandlerFactory factory1, IActionHandlerFactory factory2) {
	                   ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/actionprovider/EditingDomainActionProvider.java:[201] 
	public int compare(IActionHandlerFactory factory1, IActionHandlerFactory factory2) {
	                                                   ^^^^^^^^^^^^^^^^^^^^^
The type IActionHandlerFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/commands/MoveOpenableCommand.java:[54] 
	getAffectedFiles().addAll(notations);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/commands/MoveOpenableCommand.java:[55] 
	getAffectedFiles().add(WorkspaceSynchronizer.getFile(newContainingRessource));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/core/ui/pagebookview/ViewPartPage.java:[137] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ViewPartPage needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/core/ui/pagebookview/ViewPartPage.java:[140] 
	return ((IAdaptable) modelExplorer).getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/core/ui/pagebookview/ViewPartPage.java:[140] 
	return ((IAdaptable) modelExplorer).getAdapter(adapter);
	                                               ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/SearchElementHandler.java:[60] 
	Object site = context.getVariable("activeSite");
	       ^^^^
The value of the local variable site is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerView.java:[1125] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ModelExplorerView needs unchecked conversion to conform to T from the type CommonNavigator
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerView.java:[1152] 
	return super.getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type CommonNavigator
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerView.java:[1152] 
	return super.getAdapter(adapter);
	                        ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerView.java:[1236] 
	reveal(Lists.newArrayList(structured.iterator()), viewer);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation newArrayList(Iterator) of the generic method newArrayList(Iterator<? extends E>) of type Lists
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerView.java:[1236] 
	reveal(Lists.newArrayList(structured.iterator()), viewer);
	                          ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerPageBookView.java:[137] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ModelExplorerPageBookView needs unchecked conversion to conform to T from the type PageBookView
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerPageBookView.java:[163] 
	return super.getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type PageBookView
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerPageBookView.java:[163] 
	return super.getAdapter(adapter);
	                        ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/LinkNodeAdapterFactory.java:[29] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type LinkNodeAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/LinkNodeAdapterFactory.java:[29] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	                                                 ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/LinkNodeAdapterFactory.java:[38] 
	public Class[] getAdapterList() {
	       ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/LinkNodeAdapterFactory.java:[38] 
	public Class[] getAdapterList() {
	       ^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type LinkNodeAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/ResetAppliedCustomizationsHandler.java:[21] 
	import org.eclipse.papyrus.infra.ui.internal.emf.Activator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/ResetAppliedCustomizationsHandler.java:[30] 
	Activator.getDefault().resetToDefaultCustomizations();
	^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/ResetAppliedCustomizationsHandler.java:[30] 
	Activator.getDefault().resetToDefaultCustomizations();
	          ^^^^^^^^^^
Discouraged access: The method 'Activator.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/ResetAppliedCustomizationsHandler.java:[30] 
	Activator.getDefault().resetToDefaultCustomizations();
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.resetToDefaultCustomizations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/dialog/NavigatorSearchDialog.java:[181] 
	ModelExplorerView.reveal(Iterables.transform(Lists.newArrayList(structured.iterator()), new Function<Object, EObject>() {
					public EObject apply(Object arg0) {
						return EMFHelper.getEObject(arg0);
					}
				}), (CommonViewer) viewer);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation transform(ArrayList, new Function<Object,EObject>(){}) of the generic method transform(Iterable<F>, Function<? super F,? extends T>) of type Iterables
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/dialog/NavigatorSearchDialog.java:[181] 
	ModelExplorerView.reveal(Iterables.transform(Lists.newArrayList(structured.iterator()), new Function<Object, EObject>() {
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation newArrayList(Iterator) of the generic method newArrayList(Iterator<? extends E>) of type Lists
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/dialog/NavigatorSearchDialog.java:[181] 
	ModelExplorerView.reveal(Iterables.transform(Lists.newArrayList(structured.iterator()), new Function<Object, EObject>() {
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ArrayList needs unchecked conversion to conform to Iterable<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/dialog/NavigatorSearchDialog.java:[181] 
	ModelExplorerView.reveal(Iterables.transform(Lists.newArrayList(structured.iterator()), new Function<Object, EObject>() {
	                                                                ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/dialog/NavigatorSearchDialog.java:[415] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/core/ui/pagebookview/ViewPageSite.java:[21] 
	import org.eclipse.ui.IKeyBindingService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/LoadBrowserCustomization.java:[93] 
	ILoadCustomizationsDialog dialog = ILoadCustomizationsDialogFactory.DEFAULT.createLoadCustomizationDialog(shell, registeredCustomizations, customizationManager.getManagedCustomizations(), dialogCallBack);
	^^^^^^^^^^^^^^^^^^^^^^^^^
ILoadCustomizationsDialog is a raw type. References to generic type ILoadCustomizationsDialog<D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/LoadBrowserCustomization.java:[99] 
	customizationManager.getManagedCustomizations().addAll(dialog.getSelectedCustomizations());
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Customization>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/LoadBrowserCustomization.java:[101] 
	org.eclipse.papyrus.infra.ui.internal.emf.Activator.getDefault().saveCustomizationManagerState();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/LoadBrowserCustomization.java:[101] 
	org.eclipse.papyrus.infra.ui.internal.emf.Activator.getDefault().saveCustomizationManagerState();
	                                                    ^^^^^^^^^^
Discouraged access: The method 'Activator.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/LoadBrowserCustomization.java:[101] 
	org.eclipse.papyrus.infra.ui.internal.emf.Activator.getDefault().saveCustomizationManagerState();
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.saveCustomizationManagerState()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/DeleteCommandHandler.java:[114] 
	Map parameters = new HashMap();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/DeleteCommandHandler.java:[114] 
	Map parameters = new HashMap();
	                     ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/DeleteCommandHandler.java:[132] 
	request.getParameters().putAll(parameters);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method putAll(Map) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/DeleteCommandHandler.java:[141] 
	parameters.putAll(request.getParameters());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method putAll(Map) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/dialog/PapyrusLoadBrowserCustomizationDialog.java:[31] 
	@SuppressWarnings({ "deprecation", "restriction" })
	                                   ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("restriction")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/CloseHandler.java:[116] 
	this.parameter = (String) ((Hashtable) data).get(this.parameterID);
	                            ^^^^^^^^^
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/dnd/CommonDropAdapterAssistant.java:[270] 
	tmp.addAll((Collection<EObject>) targetOwner.eGet(eStructuralFeature));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/dnd/CommonDropAdapterAssistant.java:[593] 
	targetStructuralFeatureNewList.addAll(getNewFeatureList(dropTarget, (EList<EObject>) targetStructuralFeatureOld, subSelection, before));
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to EList<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerPropertySheetPage.java:[29] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerPropertySheetPage.java:[87] 
	return AdapterUtils.adapt(modelExplorer, IUndoContext.class, null);
	       ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerPropertySheetPage.java:[87] 
	return AdapterUtils.adapt(modelExplorer, IUndoContext.class, null);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IUndoContext>, IUndoContext) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/DecoratingLabelProviderWTooltips.java:[23] 
	import java.util.Observable;
	       ^^^^^^^^^^^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/DecoratingLabelProviderWTooltips.java:[24] 
	import java.util.Observer;
	       ^^^^^^^^^^^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/DecoratingLabelProviderWTooltips.java:[40] 
	import org.eclipse.ui.internal.navigator.NavigatorDecoratingLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NavigatorDecoratingLabelProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/DecoratingLabelProviderWTooltips.java:[45] 
	public class DecoratingLabelProviderWTooltips extends NavigatorDecoratingLabelProvider implements Observer {
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NavigatorDecoratingLabelProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/DecoratingLabelProviderWTooltips.java:[45] 
	public class DecoratingLabelProviderWTooltips extends NavigatorDecoratingLabelProvider implements Observer {
	                                                                                                  ^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/DecoratingLabelProviderWTooltips.java:[50] 
	super(labelProvider);
	^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'NavigatorDecoratingLabelProvider(ILabelProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/DecoratingLabelProviderWTooltips.java:[66] 
	super.dispose();
	      ^^^^^^^
Discouraged access: The method 'NavigatorDecoratingLabelProvider.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/DecoratingLabelProviderWTooltips.java:[70] 
	public void update(Observable o, Object arg) {
	                   ^^^^^^^^^^
The type Observable is deprecated since version 9
78 problems (78 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.modelexplorer ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 181 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/target/org.eclipse.papyrus.views.modelexplorer-5.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/target/org.eclipse.papyrus.views.modelexplorer-5.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/target/org.eclipse.papyrus.views.modelexplorer-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer/5.1.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer-5.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer/5.1.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer-5.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/target/org.eclipse.papyrus.views.modelexplorer-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer/5.1.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer-5.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer/5.1.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer-5.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer/5.1.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer-5.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.modelexplorer ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.modelexplorer >--
[INFO] Building org.eclipse.papyrus.infra.textedit.modelexplorer 1.0.0-SNAPSHOT [159/487]
[INFO]   from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.modelexplorer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.modelexplorer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 181 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/target/org.eclipse.papyrus.infra.textedit.modelexplorer-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/target/org.eclipse.papyrus.infra.textedit.modelexplorer-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/target/org.eclipse.papyrus.infra.textedit.modelexplorer-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.modelexplorer/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.modelexplorer-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.modelexplorer/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.modelexplorer-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/target/org.eclipse.papyrus.infra.textedit.modelexplorer-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.modelexplorer/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.modelexplorer-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.modelexplorer/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.modelexplorer-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.modelexplorer/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.modelexplorer-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit.modelexplorer ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.properties >--
[INFO] Building org.eclipse.papyrus.infra.textedit.properties 1.0.0-SNAPSHOT [160/487]
[INFO]   from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.properties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 148 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/target/org.eclipse.papyrus.infra.textedit.properties-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/target/org.eclipse.papyrus.infra.textedit.properties-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/target/org.eclipse.papyrus.infra.textedit.properties-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.properties-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.properties-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/target/org.eclipse.papyrus.infra.textedit.properties-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.properties-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.properties-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.properties-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit.properties ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation >--
[INFO] Building org.eclipse.papyrus.infra.textedit.representation 1.0.0-SNAPSHOT [161/487]
[INFO]   from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.representation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/src-gen/org/eclipse/papyrus/infra/textedit/representation/impl/TextDocumentRepresentationImpl.java:[136] 
	if (false) {
			if (chain != null) {
				chain.add(new BasicDiagnostic(Diagnostic.ERROR,
						RepresentationValidator.DIAGNOSTIC_SOURCE,
						RepresentationValidator.TEXT_DOCUMENT_REPRESENTATION__IS_VALID_CLASS,
						EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "isValidClass", EObjectValidator.getObjectLabel(this, context) }), //$NON-NLS-1$ //$NON-NLS-2$
						new Object[] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.representation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 148 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/target/org.eclipse.papyrus.infra.textedit.representation-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/target/org.eclipse.papyrus.infra.textedit.representation-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/target/org.eclipse.papyrus.infra.textedit.representation-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/target/org.eclipse.papyrus.infra.textedit.representation-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit.representation ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.ui >------
[INFO] Building org.eclipse.papyrus.infra.textedit.ui 1.0.0-SNAPSHOT  [162/487]
[INFO]   from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 149 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/target/org.eclipse.papyrus.infra.textedit.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/target/org.eclipse.papyrus.infra.textedit.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/target/org.eclipse.papyrus.infra.textedit.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/target/org.eclipse.papyrus.infra.textedit.ui-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.architecture >--
[INFO] Building org.eclipse.papyrus.infra.textedit.representation.architecture 1.0.0-SNAPSHOT [163/487]
[INFO]   from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.representation.architecture
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 149 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/target/org.eclipse.papyrus.infra.textedit.representation.architecture-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/target/org.eclipse.papyrus.infra.textedit.representation.architecture-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/target/org.eclipse.papyrus.infra.textedit.representation.architecture-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation.architecture-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation.architecture-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/target/org.eclipse.papyrus.infra.textedit.representation.architecture-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation.architecture-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation.architecture-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation.architecture-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit.representation.architecture ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.edit >--
[INFO] Building org.eclipse.papyrus.infra.textedit.representation.edit 1.0.0-SNAPSHOT [164/487]
[INFO]   from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.representation.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 148 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/target/org.eclipse.papyrus.infra.textedit.representation.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/target/org.eclipse.papyrus.infra.textedit.representation.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/target/org.eclipse.papyrus.infra.textedit.representation.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/target/org.eclipse.papyrus.infra.textedit.representation.edit-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.representation.edit/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.representation.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit.representation.edit ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.types >----
[INFO] Building org.eclipse.papyrus.infra.textedit.types 1.0.0-SNAPSHOT [165/487]
[INFO]   from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.types:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.types
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.types ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 120 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/target/org.eclipse.papyrus.infra.textedit.types-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/target/org.eclipse.papyrus.infra.textedit.types-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/target/org.eclipse.papyrus.infra.textedit.types-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.types/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.types-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.types/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.types-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/target/org.eclipse.papyrus.infra.textedit.types-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.types/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.types-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.types/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.types-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.types/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.types-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit.types ---
[INFO] 
[INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus.uml >-------------
[INFO] Building Papyrus UML 0.0.1-SNAPSHOT                            [166/487]
[INFO]   from ../../plugins/uml/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.uml-xtext >----------
[INFO] Building Papyrus UML Xtext Integration 0.0.1-SNAPSHOT          [167/487]
[INFO]   from ../../plugins/uml/xtext/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-xtext ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-xtext/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-xtext-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.core >--
[INFO] Building org.eclipse.papyrus.uml.xtext.integration.core 3.0.0-SNAPSHOT [168/487]
[INFO]   from ../../plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.xtext.integration.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 18 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/target/org.eclipse.papyrus.uml.xtext.integration.core-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/target/org.eclipse.papyrus.uml.xtext.integration.core-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/target/org.eclipse.papyrus.uml.xtext.integration.core-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.core-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.core-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/target/org.eclipse.papyrus.uml.xtext.integration.core-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.core-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.core-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.core/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.core-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.xtext.integration.core ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.extensionpoints.editors >---
[INFO] Building org.eclipse.papyrus.extensionpoints.editors 4.0.0-SNAPSHOT [169/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.extensionpoints.editors:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] Resolving class path of org.eclipse.papyrus.extensionpoints.editors
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.extensionpoints.editors ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 140 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/target/org.eclipse.papyrus.extensionpoints.editors-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/target/org.eclipse.papyrus.extensionpoints.editors-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/target/org.eclipse.papyrus.extensionpoints.editors-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.extensionpoints.editors/4.0.0-SNAPSHOT/org.eclipse.papyrus.extensionpoints.editors-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.extensionpoints.editors/4.0.0-SNAPSHOT/org.eclipse.papyrus.extensionpoints.editors-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/target/org.eclipse.papyrus.extensionpoints.editors-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.extensionpoints.editors/4.0.0-SNAPSHOT/org.eclipse.papyrus.extensionpoints.editors-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.extensionpoints.editors/4.0.0-SNAPSHOT/org.eclipse.papyrus.extensionpoints.editors-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.extensionpoints.editors/4.0.0-SNAPSHOT/org.eclipse.papyrus.extensionpoints.editors-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.extensionpoints.editors ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.xtext >----
[INFO] Building org.eclipse.papyrus.infra.textedit.xtext 1.1.100-SNAPSHOT [170/487]
[INFO]   from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.xtext:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] The project's OSGi version is 1.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.xtext
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 171 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/target/org.eclipse.papyrus.infra.textedit.xtext-1.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/target/org.eclipse.papyrus.infra.textedit.xtext-1.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/target/org.eclipse.papyrus.infra.textedit.xtext-1.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.xtext/1.1.100-SNAPSHOT/org.eclipse.papyrus.infra.textedit.xtext-1.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.xtext/1.1.100-SNAPSHOT/org.eclipse.papyrus.infra.textedit.xtext-1.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/target/org.eclipse.papyrus.infra.textedit.xtext-1.1.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.xtext/1.1.100-SNAPSHOT/org.eclipse.papyrus.infra.textedit.xtext-1.1.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.xtext/1.1.100-SNAPSHOT/org.eclipse.papyrus.infra.textedit.xtext-1.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.xtext/1.1.100-SNAPSHOT/org.eclipse.papyrus.infra.textedit.xtext-1.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit.xtext ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.editor >-----
[INFO] Building org.eclipse.papyrus.infra.types.editor 4.0.0-SNAPSHOT [171/487]
[INFO]   from ../../plugins/infra/types/org.eclipse.papyrus.infra.types.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.types.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/src-gen/org/eclipse/papyrus/infra/types/presentation/ElementTypesConfigurationsEditor.java:[1375] 
	@SuppressWarnings("rawtypes")
	                  ^^^^^^^^^^
Unnecessary @SuppressWarnings("rawtypes")
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 112 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/target/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/target/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/target/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/target/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.editor/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.types.editor ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.ui >-------
[INFO] Building org.eclipse.papyrus.infra.types.ui 4.0.0-SNAPSHOT     [172/487]
[INFO]   from ../../plugins/infra/types/org.eclipse.papyrus.infra.types.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.types.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/DeployElementTypeSetConfigurationHandler.java:[69] 
	ListSelectionDialog dialog = new ListSelectionDialog(activeShell, ClientContextManager.getInstance().getClientContexts(), new ClientContextContentProvider(), new LabelProvider(),
						"Select the clientContext you want to register the elementtypesconfiguration to");
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/UndeployElementTypeSetConfigurationHandler.java:[71] 
	ListSelectionDialog dialog = new ListSelectionDialog(activeShell, ClientContextManager.getInstance().getClientContexts(), new ClientContextContentProvider(), new LabelProvider(),
						"Select the clientContext you want to register the elementtypesconfiguration to");
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/target/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/target/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/target/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/target/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.types.ui ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable >-------
[INFO] Building org.eclipse.papyrus.infra.nattable 7.1.100-SNAPSHOT   [173/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable:7.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable ---
[INFO] The project's OSGi version is 7.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable ---
[INFO] Compiling 487 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/layerstack/RowHeaderHierarchicalLayerStack.java:[49] 
	private Object rowSortModel;// TODO
	               ^^^^^^^^^^^^
The value of the field RowHeaderHierarchicalLayerStack.rowSortModel is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/cell/CellManagerFactory.java:[88] 
	final Integer order = new Integer(iConfigurationElement.getAttribute(ORDER));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/fillhandle/command/PapyrusFillHandlePasteCommandHandler.java:[484] 
	diff = new Integer(Integer.parseInt(((String) c1.getDataValue()).replace(templateString, "")) - Integer.parseInt(((String) c2.getDataValue()).replace(templateString, ""))); //$NON-NLS-1$ //$NON-NLS-2$
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/ComparatorChain.java:[30] 
	this.comparators = comparators.toArray(new Comparator[comparators.size()]);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Comparator[] needs unchecked conversion to conform to Comparator<T>[]
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/ComparatorChain.java:[60] 
	final ComparatorChain that = (ComparatorChain) o;
	      ^^^^^^^^^^^^^^^
ComparatorChain is a raw type. References to generic type ComparatorChain<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/ComparatorChain.java:[60] 
	final ComparatorChain that = (ComparatorChain) o;
	                              ^^^^^^^^^^^^^^^
ComparatorChain is a raw type. References to generic type ComparatorChain<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[50] 
	public static final MatchOperation GREATER_THAN = new MatchOperation(1, false);
	                    ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[50] 
	public static final MatchOperation GREATER_THAN = new MatchOperation(1, false);
	                                                      ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[51] 
	public static final MatchOperation GREATER_THAN_OR_EQUAL = new MatchOperation(1, true);
	                    ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[51] 
	public static final MatchOperation GREATER_THAN_OR_EQUAL = new MatchOperation(1, true);
	                                                               ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[52] 
	public static final MatchOperation LESS_THAN = new MatchOperation(-1, false);
	                    ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[52] 
	public static final MatchOperation LESS_THAN = new MatchOperation(-1, false);
	                                                   ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[53] 
	public static final MatchOperation LESS_THAN_OR_EQUAL = new MatchOperation(-1, true);
	                    ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[53] 
	public static final MatchOperation LESS_THAN_OR_EQUAL = new MatchOperation(-1, true);
	                                                            ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[54] 
	public static final MatchOperation EQUAL = new MatchOperation(0, true);
	                    ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[54] 
	public static final MatchOperation EQUAL = new MatchOperation(0, true);
	                                               ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[55] 
	public static final MatchOperation NOT_EQUAL = new MatchOperation(0, false);
	                    ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[55] 
	public static final MatchOperation NOT_EQUAL = new MatchOperation(0, false);
	                                                   ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[57] 
	private MatchOperation currentMatcher;
	        ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[60] 
	private MatchOperation operation;
	        ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[111] 
	public PapyrusThresholdMatcherEditor(T threshold, MatchOperation operation) {
	                                                  ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[128] 
	public PapyrusThresholdMatcherEditor(T threshold, MatchOperation operation, Comparator<T> comparator) {
	                                                  ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[150] 
	public PapyrusThresholdMatcherEditor(T threshold, MatchOperation operation, Comparator<T> comparator, FunctionList.Function<E, T> function) {
	                                                  ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[178] 
	public PapyrusThresholdMatcherEditor(final T threshold, final MatchOperation operation, final Comparator<T> comparator, final FunctionList.Function<E, T> function, final int columnIndex, final Object objectToMatch) {
	                                                              ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[179] 
	MatchOperation modifiedOperation = operation;
	^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[186] 
	modifiedComparator = (Comparator<T>) GlazedLists.comparableComparator();
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Comparator<Comparable> to Comparator<T>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[191] 
	modifiedFunction = (FunctionList.Function<E, T>) GlazedListsImpl.identityFunction();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from FunctionList.Function<Object,Object> to FunctionList.Function<E,T>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[203] 
	currentMatcher = modifiedOperation.instance(modifiedComparator, threshold, modifiedFunction);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method instance(Comparator, Object, FunctionList.Function) belongs to the raw type PapyrusThresholdMatcherEditor.MatchOperation. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[204] 
	fireChanged(currentMatcher);
	            ^^^^^^^^^^^^^^
Type safety: The expression of type PapyrusThresholdMatcherEditor.MatchOperation needs unchecked conversion to conform to Matcher<E>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[259] 
	public void setMatchOperation(MatchOperation operation) {
	                              ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[270] 
	public MatchOperation getMatchOperation() {
	       ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[280] 
	comparator = (Comparator<T>) GlazedLists.comparableComparator();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Comparator<Comparable> to Comparator<T>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[292] 
	final MatchOperation newMatcher = operation.instance(comparator, threshold, function);
	      ^^^^^^^^^^^^^^
PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[292] 
	final MatchOperation newMatcher = operation.instance(comparator, threshold, function);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method instance(Comparator, Object, FunctionList.Function) belongs to the raw type PapyrusThresholdMatcherEditor.MatchOperation. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[295] 
	final boolean moreStrict = newMatcher.isMoreStrict(currentMatcher);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method isMoreStrict(PapyrusThresholdMatcherEditor.MatchOperation) belongs to the raw type PapyrusThresholdMatcherEditor.MatchOperation. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[296] 
	final boolean lessStrict = currentMatcher.isMoreStrict(newMatcher);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method isMoreStrict(PapyrusThresholdMatcherEditor.MatchOperation) belongs to the raw type PapyrusThresholdMatcherEditor.MatchOperation. References to generic type PapyrusThresholdMatcherEditor.MatchOperation<E,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[305] 
	fireChanged(currentMatcher);
	            ^^^^^^^^^^^^^^
Type safety: The expression of type PapyrusThresholdMatcherEditor.MatchOperation needs unchecked conversion to conform to Matcher<E>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[307] 
	fireConstrained(currentMatcher);
	                ^^^^^^^^^^^^^^
Type safety: The expression of type PapyrusThresholdMatcherEditor.MatchOperation needs unchecked conversion to conform to Matcher<E>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[309] 
	fireRelaxed(currentMatcher);
	            ^^^^^^^^^^^^^^
Type safety: The expression of type PapyrusThresholdMatcherEditor.MatchOperation needs unchecked conversion to conform to Matcher<E>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[338] 
	this(null, null, polarity, inclusive, (FunctionList.Function<E, T>) GlazedListsImpl.identityFunction());
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from FunctionList.Function<Object,Object> to FunctionList.Function<E,T>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[387] 
	final int compareResult = comparator.compare((T) object, threshold);
	                                             ^^^^^^^^^^
Type safety: Unchecked cast from Object to T
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/command/TableCommands.java:[324] 
	private static final ICommand getRegisterLocalHeaderAxisConfigurationCommand(final Table table, final LocalTableHeaderAxisConfiguration localHeaderAxisConfiguration, final boolean workOnColumn) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRegisterLocalHeaderAxisConfigurationCommand(Table, LocalTableHeaderAxisConfiguration, boolean) from the type TableCommands is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/AbstractTableComparatorChooser.java:[138] 
	final Comparator<E> rebuiltComparator = sortingState.buildComparator();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<E>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/AbstractTableComparatorChooser.java:[167] 
	public List<Comparator> getComparatorsForColumn(int column) {
	            ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/AbstractTableComparatorChooser.java:[261] 
	public Comparator createComparatorForElement(Comparator<E> comparatorForColumn, int column) {
	       ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/celleditor/config/CellEditorConfigurationFactory.java:[68] 
	final Integer order = new Integer(iConfigurationElement.getAttribute(ORDER_ATTRIBUTE));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[27] 
	import java.util.Observable;
	       ^^^^^^^^^^^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[28] 
	import java.util.Observer;
	       ^^^^^^^^^^^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[202] 
	private Observer decoractionServiceObserver;
	        ^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[217] 
	private final AdapterImpl changeAxisProviderHistory;
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field NattableModelManager.changeAxisProviderHistory is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[800] 
	final ICompositeAxisManager newRowManager = this.columnManager;
	                            ^^^^^^^^^^^^^
The value of the local variable newRowManager is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[2003] 
	final Object feature = notification.getFeature();
	             ^^^^^^^
The value of the local variable feature is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[2006] 
	final int type = notification.getEventType();
	          ^^^^
The value of the local variable type is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[2247] 
	private Observer getOrCreateDecorationServiceObserver() {
	        ^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[2249] 
	this.decoractionServiceObserver = new Observer() {
	                                      ^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[2258] 
	public void update(Observable o, Object arg) {
	                   ^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/helper/advice/TableContentsAdviceHelper.java:[74] 
	Set<EObject> elementsToDestroy = adapter.getInverseReferencers(eobject, NattableaxisPackage.eINSTANCE.getEObjectAxis_Element(), NattableaxisPackage.eINSTANCE.getEObjectAxis());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Set<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/helper/advice/TableContentsAdviceHelper.java:[75] 
	elementsToDestroy.addAll(adapter.getInverseReferencers(eobject, NattablecellPackage.eINSTANCE.getEObjectAxisWrapper_Element(), NattablecellPackage.eINSTANCE.getEObjectAxisWrapper()));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Collection<? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/helper/advice/TableContentsAdviceHelper.java:[77] 
	elementsToDestroy.addAll(adapter.getInverseReferencers(eobject, NattablewrapperPackage.eINSTANCE.getEObjectWrapper_Element(), NattablewrapperPackage.eINSTANCE.getEObjectWrapper()));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Collection<? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/helper/advice/TableContentsAdviceHelper.java:[80] 
	elementsToDestroy.addAll(adapter.getInverseReferencers(eobject, NattablecellPackage.eINSTANCE.getCell_RowWrapper(), NattablecellPackage.eINSTANCE.getCell()));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Collection<? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/helper/advice/TableContentsAdviceHelper.java:[81] 
	elementsToDestroy.addAll(adapter.getInverseReferencers(eobject, NattablecellPackage.eINSTANCE.getCell_ColumnWrapper(), NattablecellPackage.eINSTANCE.getCell()));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Collection<? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/wizard/ImportTableWizard.java:[190] 
	IStatus status = pasteManager.doAction();
	        ^^^^^^
The value of the local variable status is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/layer/PapyrusSpanningDataLayer.java:[39] 
	private INattableModelManager manager;
	                              ^^^^^^^
The value of the field PapyrusSpanningDataLayer.manager is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/configuration/PapyrusRowResizeBindingsConfiguration.java:[64] 
	configRegistry.registerConfigAttribute(NattableConfigAttributes.REINITIALISE_ROW_HEIGHT, new Boolean(false));
	                                                                                             ^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dataprovider/FilterRowDataProvider.java:[485] 
	private String getFilterStringRepresentation(Object filterValue, IDisplayConverter converter) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFilterStringRepresentation(Object, IDisplayConverter) from the type FilterRowDataProvider<T> is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dataprovider/FilterRowDataProvider.java:[525] 
	private Object getFilterFromString(String filterText, IDisplayConverter converter) throws InstantiationException, IllegalAccessException, ClassNotFoundException {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFilterFromString(String, IDisplayConverter) from the type FilterRowDataProvider<T> is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dataprovider/FilterRowDataProvider.java:[530] 
	Collection filterCollection = (Collection) Class.forName(collectionSpec).newInstance();
	                                                                         ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#7-of ?> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/configuration/CellEditorAxisConfiguration.java:[57] 
	private Collection<String> messagesAlreadyDisplayed = new ArrayList<String>();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field CellEditorAxisConfiguration.messagesAlreadyDisplayed is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/validator/StringFilterDataValidator.java:[66] 
	String num = value.replaceFirst(PapyrusTextMatchingMode.NUM.getMode(), ""); //$NON-NLS-1$
	       ^^^
The value of the local variable num is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/sort/PapyrusGlazedListsSortModel.java:[130] 
	public List<Comparator> getComparatorsForColumnIndex(int columnIndex) {
	            ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/Activator.java:[92] 
	this.papyrusPreferenceStore = new PapyrusTablePreferenceStore(new InstanceScope(), getBundle().getSymbolicName());
	                                                                  ^^^^^^^^^^^^^^^
The constructor InstanceScope() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[56] 
	private final AbstractTableComparatorChooser tableComparatorChooser;
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AbstractTableComparatorChooser is a raw type. References to generic type AbstractTableComparatorChooser<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[61] 
	public SortingState(AbstractTableComparatorChooser tableComparatorChooser) {
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AbstractTableComparatorChooser is a raw type. References to generic type AbstractTableComparatorChooser<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[65] 
	public AbstractTableComparatorChooser getTableComparatorChooser() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AbstractTableComparatorChooser is a raw type. References to generic type AbstractTableComparatorChooser<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[81] 
	public Comparator buildComparator() {
	       ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[89] 
	Comparator comparator = sortingColumn.getComparator();
	^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[92] 
	comparators.add(comparator);
	                ^^^^^^^^^^
Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[107] 
	sortingColumns.add(new Integer(clickedColumn.getColumn()));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[129] 
	public void detectStateFromComparator(Comparator foreignComparator) {
	                                      ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[134] 
	final List<Comparator> comparatorsList;
	           ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[138] 
	ComparatorChain chain = (ComparatorChain) foreignComparator;
	^^^^^^^^^^^^^^^
ComparatorChain is a raw type. References to generic type ComparatorChain<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[138] 
	ComparatorChain chain = (ComparatorChain) foreignComparator;
	                         ^^^^^^^^^^^^^^^
ComparatorChain is a raw type. References to generic type ComparatorChain<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[145] 
	for (Iterator<Comparator> i = comparatorsList.iterator(); i.hasNext();) {
	              ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[147] 
	Comparator comparator = i.next();
	^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[151] 
	comparator = ((ReverseComparator) comparator).getSourceComparator();
	               ^^^^^^^^^^^^^^^^^
ReverseComparator is a raw type. References to generic type ReverseComparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[183] 
	public void rebuildColumns(TableFormat tableFormat) {
	                           ^^^^^^^^^^^
TableFormat is a raw type. References to generic type TableFormat<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[195] 
	protected SortingColumn createSortingColumn(TableFormat tableFormat, int columnIndex) {
	                                            ^^^^^^^^^^^
TableFormat is a raw type. References to generic type TableFormat<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[273] 
	private final List<Comparator> comparators = new ArrayList<Comparator>(1);
	                   ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[273] 
	private final List<Comparator> comparators = new ArrayList<Comparator>(1);
	                                                           ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[280] 
	public SortingColumn(TableFormat tableFormat, int column) {
	                     ^^^^^^^^^^^
TableFormat is a raw type. References to generic type TableFormat<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[285] 
	AdvancedTableFormat advancedTableFormat = (AdvancedTableFormat) tableFormat;
	^^^^^^^^^^^^^^^^^^^
AdvancedTableFormat is a raw type. References to generic type AdvancedTableFormat<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[285] 
	AdvancedTableFormat advancedTableFormat = (AdvancedTableFormat) tableFormat;
	                                           ^^^^^^^^^^^^^^^^^^^
AdvancedTableFormat is a raw type. References to generic type AdvancedTableFormat<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[286] 
	Comparator columnComparator = advancedTableFormat.getColumnComparator(column);
	^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[288] 
	comparators.add(new TableColumnComparator(tableFormat, column, columnComparator));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor TableColumnComparator(TableFormat, int, Comparator) belongs to the raw type TableColumnComparator. References to generic type TableColumnComparator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[288] 
	comparators.add(new TableColumnComparator(tableFormat, column, columnComparator));
	                    ^^^^^^^^^^^^^^^^^^^^^
TableColumnComparator is a raw type. References to generic type TableColumnComparator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[291] 
	comparators.add(new TableColumnComparator(tableFormat, column));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor TableColumnComparator(TableFormat, int) belongs to the raw type TableColumnComparator. References to generic type TableColumnComparator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[291] 
	comparators.add(new TableColumnComparator(tableFormat, column));
	                    ^^^^^^^^^^^^^^^^^^^^^
TableColumnComparator is a raw type. References to generic type TableColumnComparator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[319] 
	public List<Comparator> getComparators() {
	            ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[326] 
	public Comparator getComparator() {
	       ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[329] 
	Comparator comparator = comparators.get(getComparatorIndex());
	^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[331] 
	comparator = GlazedLists.reverseComparator(comparator);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation reverseComparator(Comparator) of the generic method reverseComparator(Comparator<T>) of type GlazedLists
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[331] 
	comparator = GlazedLists.reverseComparator(comparator);
	                                           ^^^^^^^^^^
Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dialog/LoadCurrentAxisProvidersDialog.java:[58] 
	private IConfigRegistry registry;
	                        ^^^^^^^^
The value of the field LoadCurrentAxisProvidersDialog.registry is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/PapyrusSortingState.java:[54] 
	protected SortingColumn createSortingColumn(TableFormat tableFormat, int columnIndex) {
	                                            ^^^^^^^^^^^
TableFormat is a raw type. References to generic type TableFormat<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/PapyrusSortingState.java:[76] 
	public PapyrusSortingColumn(TableFormat tableFormat, int column, INattableModelManager manager) {
	                            ^^^^^^^^^^^
TableFormat is a raw type. References to generic type TableFormat<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/axis/AbstractAxisManager.java:[745] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type AbstractAxisManager needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/configuration/AbstractDoubleEditorFilterConfiguration.java:[109] 
	values.add(new Double(object.toString()).toString());
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/configuration/AbstractDoubleEditorFilterConfiguration.java:[119] 
	values.add(new Double(canonicalValue.toString()).toString());
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/TableColumnComparator.java:[23] 
	private Comparator comparator = null;
	        ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/TableColumnComparator.java:[37] 
	public TableColumnComparator(TableFormat<? super E> tableFormat, int column, Comparator comparator) {
	                                                                             ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/TableColumnComparator.java:[50] 
	return comparator.compare(alphaField, betaField);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/TableColumnComparator.java:[75] 
	final TableColumnComparator that = (TableColumnComparator) o;
	      ^^^^^^^^^^^^^^^^^^^^^
TableColumnComparator is a raw type. References to generic type TableColumnComparator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/TableColumnComparator.java:[75] 
	final TableColumnComparator that = (TableColumnComparator) o;
	                                    ^^^^^^^^^^^^^^^^^^^^^
TableColumnComparator is a raw type. References to generic type TableColumnComparator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/layer/PapyrusSelectionLayer.java:[64] 
	super(underlyingLayer, selectionModel, useDefaultConfiguration, registerDefaultEventHandler);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SelectionLayer(IUniqueIndexLayer, ISelectionModel, boolean, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/ITreeNattableModelManager.java:[114] 
	public TreeList getTreeList();
	       ^^^^^^^^
TreeList is a raw type. References to generic type TreeList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/TreeNattableModelManager.java:[132] 
	protected TreeList treeList;
	          ^^^^^^^^
TreeList is a raw type. References to generic type TreeList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/TreeNattableModelManager.java:[235] 
	this.treeList = new TreeList(this.horizontalFilterList, treeFormat, expansionModel);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor TreeList(EventList, TreeList.Format, TreeList.ExpansionModel) belongs to the raw type TreeList. References to generic type TreeList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/TreeNattableModelManager.java:[235] 
	this.treeList = new TreeList(this.horizontalFilterList, treeFormat, expansionModel);
	                    ^^^^^^^^
TreeList is a raw type. References to generic type TreeList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/TreeNattableModelManager.java:[237] 
	return this.treeList;
	       ^^^^^^^^^^^^^
Type safety: The expression of type TreeList needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/TreeNattableModelManager.java:[241] 
	public TreeList getTreeList() {
	       ^^^^^^^^
TreeList is a raw type. References to generic type TreeList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/sort/PapyrusCompositeGlazedListSortModel.java:[161] 
	public List<Comparator> getComparatorsForColumnIndex(int columnIndex) {
	            ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/MatrixTableWidgetModelManager.java:[25] 
	import org.eclipse.emf.common.command.UnexecutableCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.common.command.UnexecutableCommand is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/celleditor/config/CellAxisConfigurationRegistry.java:[68] 
	final Integer order = new Integer(iConfigurationElement.getAttribute(ORDER_ATTRIBUTE));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/utils/TableSelectionWrapper2.java:[112] 
	super(manager, Collections.emptyList(), Collections.emptyMap(), Collections.emptyMap());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TableSelectionWrapper(INattableModelManager, Collection<PositionCoordinate>, Map<Integer,Object>, Map<Integer,Object>) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/wizard/ConfigureTableCategoriesWizard.java:[502] 
	IAxis axis = IAxisFactory.createAxisForFeature(categoryItem.getElement(), representation, categoryItem.getAlias());
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createAxisForFeature(Object, AxisManagerRepresentation, String) from the type IAxisFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/provider/PasteEObjectAxisInTableCommandProvider.java:[81] 
	private static final int MIN_AXIS_FOR_PROGRESS_MONITOR = 5;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field PasteEObjectAxisInTableCommandProvider.MIN_AXIS_FOR_PROGRESS_MONITOR is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/provider/PasteEObjectAxisInTableCommandProvider.java:[420] 
	final List<Cell> cells = (List<Cell>) sharedMap.get(Constants.CELLS_TO_ADD_KEY);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<Cell>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/provider/PasteEObjectAxisInTableCommandProvider.java:[421] 
	final List<IValueSetter> valueToSet = (List<IValueSetter>) sharedMap.get(Constants.REFERENCES_TO_SET_KEY);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<IValueSetter>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/provider/PasteEObjectAxisInTableCommandProvider.java:[654] 
	private Boolean mustInitializeName() {
	                ^^^^^^^^^^^^^^^^^^^^
The method mustInitializeName() from the type PasteEObjectAxisInTableCommandProvider is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/wizard/pages/ConfigurePastePage.java:[371] 
	treeContentProvider = new ProviderBasedBrowseStrategy(new EncapsulatedContentProvider(containmentFeatureContentProvider));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1171] 
	BooleanValueStyle fillColumnsSize = (BooleanValueStyle) getTable().getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE);
	                                                                                                                                                            ^^^^^^^^^^^^^^^^^
The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1174] 
	fillColumnsSize = (BooleanValueStyle) config.getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE);
	                                                                                                                                      ^^^^^^^^^^^^^^^^^
The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1949] 
	BooleanValueStyle fillColumnsSize = (BooleanValueStyle) getTable().getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE);
	                                                                                                                                                            ^^^^^^^^^^^^^^^^^
The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1952] 
	fillColumnsSize = (BooleanValueStyle) config.getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE);
	                                                                                                                                      ^^^^^^^^^^^^^^^^^
The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[2311] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type AbstractNattableWidgetManager needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/command/ErrorTransactionalCommand.java:[53] 
	final String label, final List affectedFiles, final IStatus errorStatus) {
	                          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/command/ErrorTransactionalCommand.java:[73] 
	final String label, final Map options, final List affectedFiles, final IStatus errorStatus) {
	                          ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/command/ErrorTransactionalCommand.java:[73] 
	final String label, final Map options, final List affectedFiles, final IStatus errorStatus) {
	                                             ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/ReverseComparator.java:[49] 
	final ReverseComparator that = (ReverseComparator) o;
	      ^^^^^^^^^^^^^^^^^
ReverseComparator is a raw type. References to generic type ReverseComparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/ReverseComparator.java:[49] 
	final ReverseComparator that = (ReverseComparator) o;
	                                ^^^^^^^^^^^^^^^^^
ReverseComparator is a raw type. References to generic type ReverseComparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/axis/AxisManagerFactory.java:[97] 
	axisManager = managerClass.newInstance();
	                           ^^^^^^^^^^^^^
The method newInstance() from the type Class<IAxisManager> is deprecated since version 9
141 problems (141 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 151 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/target/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/target/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/target/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable/7.1.100-SNAPSHOT/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable/7.1.100-SNAPSHOT/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/target/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable/7.1.100-SNAPSHOT/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable/7.1.100-SNAPSHOT/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable/7.1.100-SNAPSHOT/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable >-----
[INFO] Building org.eclipse.papyrus.infra.emf.nattable 6.0.0-SNAPSHOT [174/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] The project's OSGi version is 6.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.nattable
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/org/eclipse/papyrus/infra/emf/nattable/validator/IntegerDataValidator.java:[40] 
	new Integer(newValue.toString());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/org/eclipse/papyrus/infra/emf/nattable/manager/axis/EObjectColumnMatrixAxisManager.java:[506] 
	final Collection<EObject> collection = (Collection<EObject>) ((EObject) notification.getNotifier()).eGet((EStructuralFeature) notification.getFeature());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/org/eclipse/papyrus/infra/emf/nattable/manager/axis/AbstractSynchronizedOnEStructuralFeatureAxisManager.java:[388] 
	final Collection<EObject> collection = (Collection<EObject>) ((EObject)notification.getNotifier()).eGet((EStructuralFeature) notification.getFeature());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<EObject>
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.nattable ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 151 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/target/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/target/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/target/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.nattable/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.nattable/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/target/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.nattable/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.nattable/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.nattable/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.nattable ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common >----
[INFO] Building org.eclipse.papyrus.infra.nattable.common 6.1.0-SNAPSHOT [175/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] The project's OSGi version is 6.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.common
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/utils/TableEditorInput.java:[78] 
	public Object getAdapter(@SuppressWarnings("rawtypes") final Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type TableEditorInput needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/AbstractEMFNattableEditor.java:[267] 
	public Object getAdapter(@SuppressWarnings("rawtypes") final Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type AbstractEMFNattableEditor needs unchecked conversion to conform to T from the type WorkbenchPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/AbstractEMFNattableEditor.java:[291] 
	return super.getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type WorkbenchPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/AbstractEMFNattableEditor.java:[291] 
	return super.getAdapter(adapter);
	                        ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/NattableReloadContextProvider.java:[22] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/NattableReloadContextProvider.java:[57] 
	INattableModelManager mgr = AdapterUtils.adapt(editor, INattableModelManager.class, null);
	                            ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/NattableReloadContextProvider.java:[57] 
	INattableModelManager mgr = AdapterUtils.adapt(editor, INattableModelManager.class, null);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<INattableModelManager>, INattableModelManager) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/internal/common/commands/CreateAndOpenTableEditorCommand.java:[220] 
	final Table table = TableHelper.createTable(configuration, null, this.name, this.description); // context null here, see bug 410357
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[73] 
	Set<Object> duplicatedObjects = ((Set<Object>) additional);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Set<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[152] 
	List<Object> elementsToBeDuplicated = request.getElementsToBeDuplicated();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[200] 
	public DuplicateTableCommand(TransactionalEditingDomain editingDomain, String label, Table Table, Map allDuplicatedObjectsMap) {
	                                                                                                  ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[220] 
	public DuplicateTableCommand(TransactionalEditingDomain editingDomain, String label, Table Table, Map allDuplicatedObjectsMap, EObject targetContainer) {
	                                                                                                  ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[234] 
	EcoreUtil.Copier copier = new TableCopier(getAllDuplicatedObjectsMap());
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<EObject,EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[248] 
	pageManager.addPage(duplicateTable);
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method addPage(Object) from the type IPageManager is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[264] 
	pageManager.addPage(duplicateTable);
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method addPage(Object) from the type IPageManager is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/TableCommandHelper.java:[78] 
	command = creationCommandClass.newInstance();
	                               ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#3-of ? extends ITableCreationCommand> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorDeleteHelper.java:[80] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/adapter/NattableAdapterFactory.java:[25] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type NattableAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/adapter/NattableAdapterFactory.java:[36] 
	public Class[] getAdapterList() {
	       ^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type NattableAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
19 problems (19 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.common ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 151 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/target/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/target/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/target/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.common/6.1.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.common/6.1.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/target/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.common/6.1.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.common/6.1.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.common/6.1.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.common ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode >--
[INFO] Building org.eclipse.papyrus.infra.nattable.controlmode 3.1.0-SNAPSHOT [176/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.controlmode
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 151 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/target/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/target/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/target/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.controlmode/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.controlmode/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/target/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.controlmode/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.controlmode/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.controlmode/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.controlmode ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit >--
[INFO] Building org.eclipse.papyrus.infra.nattable.model.edit 5.0.0-SNAPSHOT [177/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] Compiling 80 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 109 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/target/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/target/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/target/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/target/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.model.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor >--
[INFO] Building org.eclipse.papyrus.infra.nattable.model.editor 6.0.0-SNAPSHOT [178/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] The project's OSGi version is 6.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 133 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/target/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/target/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/target/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model.editor/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model.editor/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/target/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model.editor/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model.editor/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.model.editor/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.model.editor ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer >--
[INFO] Building org.eclipse.papyrus.infra.nattable.modelexplorer 5.0.0-SNAPSHOT [179/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.codec,1.6.0.v201305230611.
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.modelexplorer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/src/org/eclipse/papyrus/infra/nattable/modelexplorer/providers/TablePropertyTester.java:[54] 
	return new Boolean(answer).equals(expectedValue);
	           ^^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 185 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/target/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/target/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/target/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/target/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties >--
[INFO] Building org.eclipse.papyrus.infra.nattable.properties 3.0.0-SNAPSHOT [180/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] Compiling 82 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/org/eclipse/papyrus/infra/nattable/properties/observable/AbstractConfigurationElementObservableValue.java:[32] 
	public abstract class AbstractConfigurationElementObservableValue extends AbstractObservableValue implements Listener {
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/org/eclipse/papyrus/infra/nattable/properties/observable/AbstractConfigurationElementObservableValue.java:[110] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return localOldValue;
				}
				@Override
				public Object getNewValue() {
					return newValue;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/org/eclipse/papyrus/infra/nattable/properties/observable/AbstractConfigurationElementObservableValue.java:[110] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/org/eclipse/papyrus/infra/nattable/properties/observable/AbstractPasteObjectPostActionsObservableValue.java:[73] 
	final List<?> list = EMFProperties.list(NattableaxisconfigurationPackage.eINSTANCE.getIPasteConfiguration_PostActions()).observe(getEditedEObject());
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/org/eclipse/papyrus/infra/nattable/properties/observable/AbstractPasteObjectPostActionsObservableValue.java:[74] 
	this.wrappedList = new LinkedList<Object>(list);
	     ^^^^^^^^^^^
Type safety: The field wrappedList from the raw type ObservableList is assigned a value of type LinkedList<Object>. References to generic type ObservableList<E> should be parameterized
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 151 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/target/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/target/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/target/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.properties/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.properties/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/target/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.properties/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.properties/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.properties/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.properties ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config >--
[INFO] Building org.eclipse.papyrus.infra.nattable.views.config 6.0.0-SNAPSHOT [181/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] The project's OSGi version is 6.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.views.config
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[18] 
	import org.eclipse.papyrus.infra.emf.nattable.celleditor.config.EStructuralFeatureEditorConfig;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EStructuralFeatureEditorConfig is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[30] 
	public class ModelViewsCellEditorConfiguration extends EStructuralFeatureEditorConfig {
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EStructuralFeatureEditorConfig is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[46] 
	return SINGLE_EMF_REFERENCE;
	       ^^^^^^^^^^^^^^^^^^^^
The field EStructuralFeatureEditorConfig.SINGLE_EMF_REFERENCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[48] 
	return SINGLE_BOOLEAN;
	       ^^^^^^^^^^^^^^
The field EStructuralFeatureEditorConfig.SINGLE_BOOLEAN is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[50] 
	return SINGLE_STRING;
	       ^^^^^^^^^^^^^
The field EStructuralFeatureEditorConfig.SINGLE_STRING is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[52] 
	return SINGLE_STRING;
	       ^^^^^^^^^^^^^
The field EStructuralFeatureEditorConfig.SINGLE_STRING is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[54] 
	return UNKNOWN_TYPE;
	       ^^^^^^^^^^^^
The field EStructuralFeatureEditorConfig.UNKNOWN_TYPE is deprecated
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.views.config ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 151 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/target/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/target/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/target/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.views.config/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.views.config/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/target/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.views.config/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.views.config/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.views.config/6.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.views.config ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor >--
[INFO] Building org.eclipse.papyrus.infra.nattable.views.editor 2.0.0-SNAPSHOT [182/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.views.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/target/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/target/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/target/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.views.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.views.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/target/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.views.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.views.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.views.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.views.editor ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit >--
[INFO] Building org.eclipse.papyrus.infra.nattable.representation.edit 3.0.0-SNAPSHOT [183/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.representation.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 119 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/target/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/target/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/target/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/target/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag >---
[INFO] Building org.eclipse.papyrus.infra.nattable.gmfdiag 2.0.0-SNAPSHOT [184/487]
[INFO]   from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.gmfdiag
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[101] 
	Map internalClipboardToTargetCopy = papyrusClipboard.getInternalClipboardToTargetCopy();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[108] 
	Collection<Table> duplicateTables = tableAdditionalData.getDuplicatedTables(internalClipboardToTargetCopy);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Table>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[108] 
	Collection<Table> duplicateTables = tableAdditionalData.getDuplicatedTables(internalClipboardToTargetCopy);
	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[125] 
	Collection<Table> duplicateTables = tableAdditionalData.getDuplicatedTables(internalClipboardToTargetCopy);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Table>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[125] 
	Collection<Table> duplicateTables = tableAdditionalData.getDuplicatedTables(internalClipboardToTargetCopy);
	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[160] 
	Map sourceToInternalClipboard = papyrusClipboard.getSourceToInternalClipboard();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[165] 
	TableClipboardAdditionalData diagramAdditionnalData = new TableClipboardAdditionalData(extractSelectedWithoutOwner, sourceToInternalClipboard);
	                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[174] 
	TableClipboardAdditionalData tabledAdditionalData = new TableClipboardAdditionalData(associatedTables, sourceToInternalClipboard);
	                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
8 problems (8 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 180 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/target/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/target/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/target/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/target/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts >-------
[INFO] Building org.eclipse.papyrus.infra.ui.fonts 2.0.0-SNAPSHOT     [185/487]
[INFO]   from ../../plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.ui.fonts
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.fonts ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 62 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/target/org.eclipse.papyrus.infra.ui.fonts-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/target/org.eclipse.papyrus.infra.ui.fonts-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/target/org.eclipse.papyrus.infra.ui.fonts-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.fonts/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.fonts-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.fonts/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.fonts-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/target/org.eclipse.papyrus.infra.ui.fonts-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.fonts/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.fonts-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.fonts/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.fonts-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.fonts/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.fonts-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.ui.fonts ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.architecture >----
[INFO] Building org.eclipse.papyrus.infra.ui.architecture 3.0.0-SNAPSHOT [186/487]
[INFO]   from ../../plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.ui.architecture
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/src/org/eclipse/papyrus/infra/ui/architecture/providers/MergedArchitectureItemProvider.java:[72] 
	@SuppressWarnings("deprecation")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("deprecation")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/src/org/eclipse/papyrus/infra/ui/architecture/providers/MergedArchitectureItemProvider.java:[73] 
	ADElement imageObject = ((MergedADElement) object).getImageObject();
	                                                   ^^^^^^^^^^^^^^^^
The method getImageObject() from the type MergedADElement has been deprecated since version 3.1 and marked for removal
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.architecture ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 191 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/target/org.eclipse.papyrus.infra.ui.architecture-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/target/org.eclipse.papyrus.infra.ui.architecture-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/target/org.eclipse.papyrus.infra.ui.architecture-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.architecture/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.architecture-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.architecture/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.architecture-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/target/org.eclipse.papyrus.infra.ui.architecture-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.architecture/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.architecture-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.architecture/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.architecture-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.architecture/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.architecture-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.ui.architecture ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.resources >-----
[INFO] Building org.eclipse.papyrus.infra.ui.resources 2.1.0-SNAPSHOT [187/487]
[INFO]   from ../../plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.resources:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.ui.resources
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/org/eclipse/papyrus/infra/ui/resources/refactoring/RenameModelChange.java:[42] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/org/eclipse/papyrus/infra/ui/resources/refactoring/RenameModelChange.java:[211] 
	resourceSet.loadModels(oldFile);
	            ^^^^^^^^^^^^^^^^^^^
The method loadModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/org/eclipse/papyrus/infra/ui/resources/refactoring/RenameModelChange.java:[266] 
	newFile.move(oldFile.getFullPath(), true, new SubProgressMonitor(pm, 1));
	                                              ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/org/eclipse/papyrus/infra/ui/resources/refactoring/RenameModelChange.java:[266] 
	newFile.move(oldFile.getFullPath(), true, new SubProgressMonitor(pm, 1));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/org/eclipse/papyrus/infra/ui/resources/refactoring/RenameModelChange.java:[295] 
	resourceSet.loadModels(newFile);
	            ^^^^^^^^^^^^^^^^^^^
The method loadModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/org/eclipse/papyrus/infra/ui/resources/refactoring/RenameModelChange.java:[322] 
	IFile newDiFile = DiModelUtils.getRelatedDiFile(newFile);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRelatedDiFile(IFile) from the type DiModelUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/org/eclipse/papyrus/infra/ui/resources/refactoring/RenameModelChange.java:[327] 
	diRes.saveAs(newFile.getFullPath());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method saveAs(IPath) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/org/eclipse/papyrus/infra/ui/resources/refactoring/RenameModelChange.java:[329] 
	editor.setEditorInput(new FileEditorInput(newDiFile));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setEditorInput(IEditorInput) from the type IMultiDiagramEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/org/eclipse/papyrus/infra/ui/resources/refactoring/RenameModelChange.java:[360] 
	newFile.move(oldFile.getFullPath(), true, new SubProgressMonitor(pm, 1));
	                                              ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/org/eclipse/papyrus/infra/ui/resources/refactoring/RenameModelChange.java:[360] 
	newFile.move(oldFile.getFullPath(), true, new SubProgressMonitor(pm, 1));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
10 problems (10 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.resources ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 128 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/target/org.eclipse.papyrus.infra.ui.resources-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/target/org.eclipse.papyrus.infra.ui.resources-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/target/org.eclipse.papyrus.infra.ui.resources-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.resources/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.resources-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.resources/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.resources-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/target/org.eclipse.papyrus.infra.ui.resources-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.resources/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.resources-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.resources/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.resources-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.resources/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.ui.resources-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.ui.resources ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile.ui >------
[INFO] Building org.eclipse.papyrus.infra.onefile.ui 2.0.100-SNAPSHOT [188/487]
[INFO]   from ../../plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile.ui:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] The project's OSGi version is 2.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.onefile.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PasteAction.java:[31] 
	import org.eclipse.ui.internal.navigator.resources.plugin.WorkbenchNavigatorMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchNavigatorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.9.300.v20240424-0956/org.eclipse.ui.navigator.resources-3.9.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PasteAction.java:[68] 
	super(WorkbenchNavigatorMessages.PasteAction_Past_);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchNavigatorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.9.300.v20240424-0956/org.eclipse.ui.navigator.resources-3.9.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PasteAction.java:[68] 
	super(WorkbenchNavigatorMessages.PasteAction_Past_);
	                                 ^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchNavigatorMessages.PasteAction_Past_' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.9.300.v20240424-0956/org.eclipse.ui.navigator.resources-3.9.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PasteAction.java:[73] 
	setToolTipText(WorkbenchNavigatorMessages.PasteAction_Paste_selected_resource_s_);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchNavigatorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.9.300.v20240424-0956/org.eclipse.ui.navigator.resources-3.9.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PasteAction.java:[73] 
	setToolTipText(WorkbenchNavigatorMessages.PasteAction_Paste_selected_resource_s_);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchNavigatorMessages.PasteAction_Paste_selected_resource_s_' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.9.300.v20240424-0956/org.eclipse.ui.navigator.resources-3.9.300.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/testers/PapyrusClipboardTester.java:[40] 
	return new Boolean(answer).equals(expectedValue);
	           ^^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[42] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[53] 
	import org.eclipse.ui.internal.ide.IDEWorkbenchMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[54] 
	import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[102] 
	CopyResourcesOperation op = new CopyResourcesOperation(resources, destinationPaths, IDEWorkbenchMessages.CopyFilesAndFoldersOperation_copyTitle);
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[102] 
	CopyResourcesOperation op = new CopyResourcesOperation(resources, destinationPaths, IDEWorkbenchMessages.CopyFilesAndFoldersOperation_copyTitle);
	                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_copyTitle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[109] 
	IDEWorkbenchPlugin.log(e.getMessage(), e);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[109] 
	IDEWorkbenchPlugin.log(e.getMessage(), e);
	                   ^^^
Discouraged access: The method 'IDEWorkbenchPlugin.log(String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[198] 
	ModelSet modelSet = new DiResourceSet();
	                        ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[198] 
	ModelSet modelSet = new DiResourceSet();
	                        ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[199] 
	modelSet.loadModels((IFile) iResource);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method loadModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[266] 
	ModelSet tempModelSet = new DiResourceSet();
	                            ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/PapyrusCopyFilesAndFoldersOperation.java:[266] 
	ModelSet tempModelSet = new DiResourceSet();
	                            ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/providers/PapyrusEditActionProvider.java:[96] 
	protected List getSelectedResources() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/providers/PapyrusEditActionProvider.java:[96] 
	protected List getSelectedResources() {
	          ^^^^
Type safety: The return type List for getSelectedResources() from the type new PapyrusModelPasteAction(){} needs unchecked conversion to conform to List<? extends IResource> from the type SelectionListenerAction
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/providers/PapyrusEditActionProvider.java:[98] 
	List selectedResources = getSelectedResources(context);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/providers/PapyrusEditActionProvider.java:[102] 
	protected List getSelectedResources(ActionContext context) {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/ui/utils/OneFileUIUtils.java:[151] 
	editorDescriptor = IDE.getEditorDescriptor(((IFileEditorInput) input).getFile());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEditorDescriptor(IFile) from the type IDE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/ui/utils/OneFileUIUtils.java:[153] 
	editorDescriptor = IDE.getEditorDescriptor(input.getName());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEditorDescriptor(String) from the type IDE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/ui/providers/PapyrusViewerSorter.java:[19] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/ui/providers/PapyrusViewerSorter.java:[28] 
	public class PapyrusViewerSorter extends ViewerSorter {
	                                         ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/ui/providers/PapyrusViewerSorter.java:[36] 
	super();
	^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/ui/providers/PapyrusViewerSorter.java:[40] 
	super(collator);
	^^^^^^^^^^^^^^^^
The constructor ViewerSorter(Collator) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/providers/PapyrusModelActionProvider.java:[267] 
	private Shell getShell() {
	              ^^^^^^^^^^
The method PapyrusModelActionProvider.OneFileRenameAction.getShell() does not override the inherited method from WorkspaceAction since it is private to a different package
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/model/adapters/PapyrusCommonDropAdapterAssistant.java:[66] 
	for (Iterator<Object> i = struc.iterator(); i.hasNext();) {
	                          ^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[49] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[70] 
	import org.eclipse.ui.internal.ide.IDEInternalPreferences;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEInternalPreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[71] 
	import org.eclipse.ui.internal.ide.IDEWorkbenchMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[72] 
	import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[73] 
	import org.eclipse.ui.internal.ide.StatusUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StatusUtil' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[74] 
	import org.eclipse.ui.internal.ide.dialogs.IDEResourceInfoUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEResourceInfoUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[199] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_deepCopyQuestion,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[199] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_deepCopyQuestion,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_deepCopyQuestion' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[218] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_resourceDeleted,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[218] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_resourceDeleted,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_resourceDeleted' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[245] 
	IFileInfo info = IDEResourceInfoUtils.getFileInfo(location);
	                 ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEResourceInfoUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[245] 
	IFileInfo info = IDEResourceInfoUtils.getFileInfo(location);
	                                      ^^^^^^^^^^^
Discouraged access: The method 'IDEResourceInfoUtils.getFileInfo(URI)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[250] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_missingLinkTarget,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[250] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_missingLinkTarget,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_missingLinkTarget' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[255] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_resourceDeleted,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[255] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_resourceDeleted,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_resourceDeleted' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[303] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteMergeQuestion,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[303] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteMergeQuestion,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteMergeQuestion' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[310] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteNoMergeLinkQuestion,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[310] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteNoMergeLinkQuestion,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteNoMergeLinkQuestion' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[316] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteNoMergeNoLinkQuestion,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[316] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteNoMergeNoLinkQuestion,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteNoMergeNoLinkQuestion' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[329] 
	IDEResourceInfoUtils.getLocationText(destination),
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEResourceInfoUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[329] 
	IDEResourceInfoUtils.getLocationText(destination),
	                     ^^^^^^^^^^^^^^^
Discouraged access: The method 'IDEResourceInfoUtils.getLocationText(IResource)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[330] 
	IDEResourceInfoUtils
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEResourceInfoUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[331] 
	.getDateStringValue(destination),
	 ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IDEResourceInfoUtils.getDateStringValue(IResource)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[332] 
	IDEResourceInfoUtils.getLocationText(source),
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEResourceInfoUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[332] 
	IDEResourceInfoUtils.getLocationText(source),
	                     ^^^^^^^^^^^^^^^
Discouraged access: The method 'IDEResourceInfoUtils.getLocationText(IResource)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[333] 
	IDEResourceInfoUtils.getDateStringValue(source) };
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEResourceInfoUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[333] 
	IDEResourceInfoUtils.getDateStringValue(source) };
	                     ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IDEResourceInfoUtils.getDateStringValue(IResource)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[336] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteWithDetailsQuestion,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[336] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteWithDetailsQuestion,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteWithDetailsQuestion' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[341] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_resourceExists,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[341] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_resourceExists,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_resourceExists' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[373] 
	IResource[] copyResources, ArrayList existing) {
	                           ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[403] 
	existing.add(file);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[408] 
	existing.add(sourceFile);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[436] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_CopyResourcesTask,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[436] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_CopyResourcesTask,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_CopyResourcesTask' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[556] 
	IResource.KEEP_HISTORY, new SubProgressMonitor(
								subMonitor, 0));
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[556] 
	IResource.KEEP_HISTORY, new SubProgressMonitor(
	                            ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[671] 
	IDEWorkbenchPlugin.getDefault().getLog().log(
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[671] 
	IDEWorkbenchPlugin.getDefault().getLog().log(
	                   ^^^^^^^^^^
Discouraged access: The method 'IDEWorkbenchPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[672] 
	StatusUtil.newStatus(IStatus.ERROR, format, null));
	^^^^^^^^^^
Discouraged access: The type 'StatusUtil' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[672] 
	StatusUtil.newStatus(IStatus.ERROR, format, null));
	           ^^^^^^^^^
Discouraged access: The method 'StatusUtil.newStatus(int, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[675] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_internalError,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[675] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_internalError,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_internalError' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[742] 
	StatusManager.getManager().handle(e, IDEWorkbenchPlugin.IDE_WORKBENCH);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[742] 
	StatusManager.getManager().handle(e, IDEWorkbenchPlugin.IDE_WORKBENCH);
	                                                        ^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchPlugin.IDE_WORKBENCH' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[774] 
	IPreferenceStore store = IDEWorkbenchPlugin.getDefault().getPreferenceStore();
	                         ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[774] 
	IPreferenceStore store = IDEWorkbenchPlugin.getDefault().getPreferenceStore();
	                                            ^^^^^^^^^^
Discouraged access: The method 'IDEWorkbenchPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[776] 
	String dndPreference = store.getString(targetIsVirtual ? IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_VIRTUAL_FOLDER_MODE : IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE);
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEInternalPreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[776] 
	String dndPreference = store.getString(targetIsVirtual ? IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_VIRTUAL_FOLDER_MODE : IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE);
	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_VIRTUAL_FOLDER_MODE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[776] 
	String dndPreference = store.getString(targetIsVirtual ? IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_VIRTUAL_FOLDER_MODE : IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE);
	                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEInternalPreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[776] 
	String dndPreference = store.getString(targetIsVirtual ? IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_VIRTUAL_FOLDER_MODE : IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE);
	                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[782] 
	if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
	                                ^^^^^^^^^^^^^^^^^^^^^^
The method getPluginPreferences() from the type Plugin is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[782] 
	if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getBoolean(String) from the type Preferences is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[785] 
	if (dndPreference.equals(IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_PROMPT)) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEInternalPreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[785] 
	if (dndPreference.equals(IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_PROMPT)) {
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_PROMPT' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[792] 
	} else if (dndPreference.equals(IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_MOVE_COPY)) {
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEInternalPreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[792] 
	} else if (dndPreference.equals(IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_MOVE_COPY)) {
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_MOVE_COPY' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[794] 
	} else if (dndPreference.equals(IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_LINK)) {
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEInternalPreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[794] 
	} else if (dndPreference.equals(IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_LINK)) {
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_LINK' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[796] 
	} else if (dndPreference.equals(IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_LINK_AND_VIRTUAL_FOLDER)) {
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEInternalPreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[796] 
	} else if (dndPreference.equals(IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_LINK_AND_VIRTUAL_FOLDER)) {
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEInternalPreferences.IMPORT_FILES_AND_FOLDERS_MODE_LINK_AND_VIRTUAL_FOLDER' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[881] 
	IFileStore store = IDEResourceInfoUtils.getFileStore(fileNames[i]);
	                   ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEResourceInfoUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[881] 
	IFileStore store = IDEResourceInfoUtils.getFileStore(fileNames[i]);
	                                        ^^^^^^^^^^^^
Discouraged access: The method 'IDEResourceInfoUtils.getFileStore(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[906] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_infoNotFound,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[906] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_infoNotFound,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_infoNotFound' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1127] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_nameMustBeDifferent;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1127] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_nameMustBeDifferent;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_nameMustBeDifferent' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1135] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_nameExists;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1135] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_nameExists;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_nameExists' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1143] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_inputDialogTitle,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1143] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_inputDialogTitle,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_inputDialogTitle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1146] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_inputDialogMessage,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1146] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_inputDialogMessage,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_inputDialogMessage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1173] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_operationTitle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1173] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_operationTitle;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_operationTitle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1182] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_problemMessage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1182] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_problemMessage;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_problemMessage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1191] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_copyFailedTitle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1191] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_copyFailedTitle;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_copyFailedTitle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1316] 
	IDEWorkbenchPlugin.log(e.getMessage(), e);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1316] 
	IDEWorkbenchPlugin.log(e.getMessage(), e);
	                   ^^^
Discouraged access: The method 'IDEWorkbenchPlugin.log(String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1355] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_copyTitle);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1355] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_copyTitle);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_copyTitle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1364] 
	IDEWorkbenchPlugin.log(e.getMessage(), e);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1364] 
	IDEWorkbenchPlugin.log(e.getMessage(), e);
	                   ^^^
Discouraged access: The method 'IDEWorkbenchPlugin.log(String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1394] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteQuestion,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1394] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteQuestion,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_overwriteQuestion' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1404] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_question,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1404] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_question,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_question' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1491] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_destinationAccessError;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1491] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_destinationAccessError;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_destinationAccessError' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1501] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_parentNotEqual;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1501] 
	return IDEWorkbenchMessages.CopyFilesAndFoldersOperation_parentNotEqual;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_parentNotEqual' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1511] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_sourceCannotBeCopiedIntoAVirtualFolder,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1511] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_sourceCannotBeCopiedIntoAVirtualFolder,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_sourceCannotBeCopiedIntoAVirtualFolder' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/org/eclipse/papyrus/infra/onefile/internal/ui/action/CopyFilesAndFoldersOperation.java:[1522] 
	IDEWorkbenchMessages.CopyFilesAndFoldersOperation_missingPathVariable,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchMessages.CopyFilesAndFoldersOperation_missingPathVariable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar')
130 problems (130 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.onefile.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 134 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/target/org.eclipse.papyrus.infra.onefile.ui-2.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/target/org.eclipse.papyrus.infra.onefile.ui-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/target/org.eclipse.papyrus.infra.onefile.ui-2.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.onefile.ui/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.onefile.ui-2.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.onefile.ui/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.onefile.ui-2.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/target/org.eclipse.papyrus.infra.onefile.ui-2.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.onefile.ui/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.onefile.ui-2.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.onefile.ui/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.onefile.ui-2.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.onefile.ui/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.onefile.ui-2.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.onefile.ui ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.ui >------
[INFO] Building org.eclipse.papyrus.infra.newchild.ui 3.0.0-SNAPSHOT  [189/487]
[INFO]   from ../../plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.newchild.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/target/org.eclipse.papyrus.infra.newchild.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/target/org.eclipse.papyrus.infra.newchild.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/target/org.eclipse.papyrus.infra.newchild.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/target/org.eclipse.papyrus.infra.newchild.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.newchild.ui ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.hyperlink >-------
[INFO] Building org.eclipse.papyrus.infra.hyperlink 4.0.0-SNAPSHOT    [190/487]
[INFO]   from ../../plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.hyperlink
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/src/org/eclipse/papyrus/infra/hyperlink/ui/AbstractLookForEditorShell.java:[239] 
	diagramfilteredTree = new FilteredTree(diagramListcomposite, SWT.BORDER, new PatternFilter(), true);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/src/org/eclipse/papyrus/infra/hyperlink/ui/AbstractLookForEditorShell.java:[253] 
	modeFilteredTree = new FilteredTree(treeViewcomposite, SWT.BORDER, new PatternFilter(), true);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.hyperlink ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 135 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/target/org.eclipse.papyrus.infra.hyperlink-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/target/org.eclipse.papyrus.infra.hyperlink-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/target/org.eclipse.papyrus.infra.hyperlink-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.hyperlink/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.hyperlink-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.hyperlink/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.hyperlink-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/target/org.eclipse.papyrus.infra.hyperlink-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.hyperlink/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.hyperlink-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.hyperlink/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.hyperlink-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.hyperlink/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.hyperlink-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.hyperlink ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.psf >----------
[INFO] Building org.eclipse.papyrus.infra.psf 2.0.0-SNAPSHOT          [191/487]
[INFO]   from ../../plugins/infra/misc/org.eclipse.papyrus.infra.psf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.psf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.psf ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.psf ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.psf
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.psf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.psf ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.psf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.psf ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 88 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.psf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/target/org.eclipse.papyrus.infra.psf-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.psf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/target/org.eclipse.papyrus.infra.psf-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.psf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/target/org.eclipse.papyrus.infra.psf-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.psf/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.psf-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.psf/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.psf-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/target/org.eclipse.papyrus.infra.psf-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.psf/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.psf-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.psf/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.psf-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/misc/org.eclipse.papyrus.infra.psf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.psf/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.psf-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.psf ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.edit >--
[INFO] Building org.eclipse.papyrus.infra.internationalization.edit 2.0.0-SNAPSHOT [192/487]
[INFO]   from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 128 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/target/org.eclipse.papyrus.infra.internationalization.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/target/org.eclipse.papyrus.infra.internationalization.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/target/org.eclipse.papyrus.infra.internationalization.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/target/org.eclipse.papyrus.infra.internationalization.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.internationalization.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.ui >--
[INFO] Building org.eclipse.papyrus.infra.internationalization.ui 2.0.0-SNAPSHOT [193/487]
[INFO]   from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/target/org.eclipse.papyrus.infra.internationalization.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/target/org.eclipse.papyrus.infra.internationalization.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/target/org.eclipse.papyrus.infra.internationalization.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.ui-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.ui-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/target/org.eclipse.papyrus.infra.internationalization.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.ui-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.ui-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.internationalization.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.controlmode >--
[INFO] Building org.eclipse.papyrus.infra.internationalization.controlmode 2.0.0-SNAPSHOT [194/487]
[INFO]   from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.controlmode
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/target/org.eclipse.papyrus.infra.internationalization.controlmode-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/target/org.eclipse.papyrus.infra.internationalization.controlmode-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/target/org.eclipse.papyrus.infra.internationalization.controlmode-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.controlmode-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.controlmode-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/target/org.eclipse.papyrus.infra.internationalization.controlmode-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.controlmode-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.controlmode-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.controlmode-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.internationalization.controlmode ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.readonly >--
[INFO] Building org.eclipse.papyrus.infra.internationalization.readonly 2.1.0-SNAPSHOT [195/487]
[INFO]   from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.readonly:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.readonly
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/target/org.eclipse.papyrus.infra.internationalization.readonly-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/target/org.eclipse.papyrus.infra.internationalization.readonly-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/target/org.eclipse.papyrus.infra.internationalization.readonly-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.readonly/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.readonly-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.readonly/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.readonly-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/target/org.eclipse.papyrus.infra.internationalization.readonly-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.readonly/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.readonly-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.readonly/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.readonly-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.readonly/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.readonly-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.internationalization.readonly ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.internationalization >--
[INFO] Building org.eclipse.papyrus.infra.editor.welcome.internationalization 3.0.0-SNAPSHOT [196/487]
[INFO]   from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.internationalization:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.editor.welcome.internationalization
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/target/org.eclipse.papyrus.infra.editor.welcome.internationalization-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/target/org.eclipse.papyrus.infra.editor.welcome.internationalization-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/target/org.eclipse.papyrus.infra.editor.welcome.internationalization-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome.internationalization-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome.internationalization-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/target/org.eclipse.papyrus.infra.editor.welcome.internationalization-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome.internationalization-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome.internationalization-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome.internationalization-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.editor.welcome.internationalization ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.canonical >---
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.canonical 3.1.100-SNAPSHOT [197/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.canonical:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] The project's OSGi version is 3.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.canonical
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/src/org/eclipse/papyrus/infra/gmfdiag/canonical/editpolicy/PapyrusCanonicalEditPolicy.java:[58] 
	import org.eclipse.papyrus.commands.util.CommandTreeIterator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CommandTreeIterator<C> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/src/org/eclipse/papyrus/infra/gmfdiag/canonical/editpolicy/PapyrusCanonicalEditPolicy.java:[98] 
	private static final Set<View> createdByCanonical = Sets.newSetFromMap(new WeakHashMap<View, Boolean>());
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method newSetFromMap(Map<View,Boolean>) from the type Sets is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/src/org/eclipse/papyrus/infra/gmfdiag/canonical/editpolicy/PapyrusCanonicalEditPolicy.java:[973] 
	for (Iterator<ICommand> iter = CommandTreeIterator.iterateGMF(command); iter.hasNext();) {
	                               ^^^^^^^^^^^^^^^^^^^
The type CommandTreeIterator<C> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/src/org/eclipse/papyrus/infra/gmfdiag/canonical/editpolicy/PapyrusCanonicalEditPolicy.java:[973] 
	for (Iterator<ICommand> iter = CommandTreeIterator.iterateGMF(command); iter.hasNext();) {
	                                                   ^^^^^^^^^^^^^^^^^^^
The method iterateGMF(Object) from the type CommandTreeIterator is deprecated
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/target/org.eclipse.papyrus.infra.gmfdiag.canonical-3.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/target/org.eclipse.papyrus.infra.gmfdiag.canonical-3.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/target/org.eclipse.papyrus.infra.gmfdiag.canonical-3.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.canonical-3.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.canonical-3.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/target/org.eclipse.papyrus.infra.gmfdiag.canonical-3.1.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.canonical-3.1.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.canonical-3.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.canonical-3.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.canonical ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.controlmode >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.controlmode 2.0.0-SNAPSHOT [198/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.controlmode
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/target/org.eclipse.papyrus.infra.gmfdiag.controlmode-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/target/org.eclipse.papyrus.infra.gmfdiag.controlmode-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/target/org.eclipse.papyrus.infra.gmfdiag.controlmode-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.controlmode-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.controlmode-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/target/org.eclipse.papyrus.infra.gmfdiag.controlmode-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.controlmode-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.controlmode-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.controlmode-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.controlmode ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model >---
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.model 2.0.0-SNAPSHOT [199/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.model
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 61 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/target/org.eclipse.papyrus.infra.gmfdiag.css.model-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/target/org.eclipse.papyrus.infra.gmfdiag.css.model-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/target/org.eclipse.papyrus.infra.gmfdiag.css.model-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.model-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.model-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/target/org.eclipse.papyrus.infra.gmfdiag.css.model-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.model-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.model-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.model-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css.model ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model.edit >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.model.edit 2.0.0-SNAPSHOT [200/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.model.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 65 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/target/org.eclipse.papyrus.infra.gmfdiag.css.model.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/target/org.eclipse.papyrus.infra.gmfdiag.css.model.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/target/org.eclipse.papyrus.infra.gmfdiag.css.model.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.model.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.model.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/target/org.eclipse.papyrus.infra.gmfdiag.css.model.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.model.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.model.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.model.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css.model.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag-expansion >---
[INFO] Building Papyrus Diagram Expansion 0.0.1-SNAPSHOT              [201/487]
[INFO]   from ../../plugins/infra/gmfdiag/expansion/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag-expansion ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag-expansion ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag-expansion ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag-expansion ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag-expansion/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag-expansion-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion >---
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion 4.0.0-SNAPSHOT [202/487]
[INFO]   from ../../plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.expansion
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] Copying 5 resources from src/main/resources to bin
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandViewProvider.java:[49] 
	private static final String DEBUG_PREFIX = "[EXPANSION_DIAGRAM]";
	                            ^^^^^^^^^^^^
The value of the field ExpandViewProvider.DEBUG_PREFIX is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomGMFT_BasedRepresentationImpl.java:[21] 
	import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.GMFT_BasedRepresentationImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.GMFT_BasedRepresentationImpl is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomGMFT_BasedRepresentationImpl.java:[39] 
	public boolean validate(DiagnosticChain diagnostic, Map context) {
	                                                    ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomRepresentationKindImpl.java:[28] 
	public boolean validate(DiagnosticChain diagnostic, Map context) {
	                                                    ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/rendering/CreateInducedRepresentationViewCommand.java:[34] 
	private boolean isVisible;
	                ^^^^^^^^^
The value of the field CreateInducedRepresentationViewCommand.isVisible is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomExpansionmodelFactoryImpl.java:[22] 
	import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.ExpansionModelFactoryImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.ExpansionModelFactoryImpl is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomExpansionmodelFactoryImpl.java:[23] 
	import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.GMFT_BasedRepresentationImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.GMFT_BasedRepresentationImpl is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomExpansionmodelFactoryImpl.java:[24] 
	import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.InducedRepresentationImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.InducedRepresentationImpl is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomExpansionmodelFactoryImpl.java:[25] 
	import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.RepresentationImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.RepresentationImpl is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomExpansionmodelFactoryImpl.java:[26] 
	import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.RepresentationKindImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.RepresentationKindImpl is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/AbstractRepresentation.java:[178] 
	boolean validate(DiagnosticChain diagnostic, Map context);
	                                             ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomRepresentationImpl.java:[21] 
	import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.RepresentationImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.RepresentationImpl is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomRepresentationImpl.java:[38] 
	public boolean validate(DiagnosticChain diagnostic, Map context) {
	                                                    ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandEditPartProvider.java:[27] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandEditPartProvider.java:[53] 
	private static final String DEBUG_PREFIX = "[EXPANSION_DIAGRAM]";
	                            ^^^^^^^^^^^^
The value of the field ExpandEditPartProvider.DEBUG_PREFIX is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandEditPartProvider.java:[133] 
	Class editpartClass=null;
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandEditPartProvider.java:[167] 
	private Constructor getCreationConstructor(Class editpartClass) {
	        ^^^^^^^^^^^
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandEditPartProvider.java:[167] 
	private Constructor getCreationConstructor(Class editpartClass) {
	                                           ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandEditPartProvider.java:[170] 
	Constructor[] consts = editpartClass.getConstructors();
	^^^^^^^^^^^
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandEditPartProvider.java:[180] 
	private IGraphicalEditPart createNewGraphicEditPart(Class editpartClass, Object[] constructorParams) {
	                                                    ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandEditPartProvider.java:[182] 
	Constructor constructor = getCreationConstructor(editpartClass);
	^^^^^^^^^^^
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandEditPartProvider.java:[189] 
	Log.warning(DiagramUIPlugin.getInstance(), IStatus.WARNING, eMsg, e);
	            ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/providers/ExpandEditPartProvider.java:[189] 
	Log.warning(DiagramUIPlugin.getInstance(), IStatus.WARNING, eMsg, e);
	                            ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/AbstractRepresentationImpl.java:[298] 
	public boolean validate(DiagnosticChain diagnostic, Map context) {
	                                                    ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/AbstractRepresentationImpl.java:[303] 
	if (false) {
			if (diagnostic != null) {
				diagnostic.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 ExpansionModelValidator.DIAGNOSTIC_SOURCE,
						 ExpansionModelValidator.ABSTRACT_REPRESENTATION__VALIDATE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "validate", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/AbstractRepresentationImpl.java:[310] 
	EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "validate", EObjectValidator.getObjectLabel(this, context) }),
	                                                                                                                                   ^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<Object,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/AbstractRepresentationImpl.java:[426] 
	return validate((DiagnosticChain)arguments.get(0), (Map)arguments.get(1));
	                                                    ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomInducedRepresentationImpl.java:[21] 
	import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.InducedRepresentationImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.InducedRepresentationImpl is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/main/java/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/impl/CustomInducedRepresentationImpl.java:[38] 
	public boolean validate(DiagnosticChain diagnostic, Map context) {
	                                                    ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
29 problems (29 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/target/org.eclipse.papyrus.infra.gmfdiag.expansion-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/target/org.eclipse.papyrus.infra.gmfdiag.expansion-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/target/org.eclipse.papyrus.infra.gmfdiag.expansion-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/target/org.eclipse.papyrus.infra.gmfdiag.expansion-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.expansion ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.dnd >------
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.dnd 2.0.100-SNAPSHOT [203/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.dnd:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] The project's OSGi version is 2.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.dnd
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/policy/DropStrategyManager.java:[143] 
	preferences.setDefault(getPriorityKey(strategy), strategy.getPriority());
	                                                          ^^^^^^^^^^^^^
The method getPriority() from the type DropStrategy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/policy/DropStrategyManager.java:[264] 
	return strategy.getPriority(); // Default
	                ^^^^^^^^^^^^^
The method getPriority() from the type DropStrategy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/strategy/MoveDropStrategy.java:[97] 
	values.addAll((List) objectsToDrop);
	              ^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends capture#3-of ? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/strategy/MoveDropStrategy.java:[97] 
	values.addAll((List) objectsToDrop);
	               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/strategy/AbstractDropStrategy.java:[76] 
	List objects = ((DropObjectsRequest) request).getObjects();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/strategy/AbstractDropStrategy.java:[78] 
	result.addAll(objects);
	              ^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/strategy/AbstractDropStrategy.java:[81] 
	List editParts = ((ChangeBoundsRequest) request).getEditParts();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/strategy/AbstractDropStrategy.java:[83] 
	result.addAll(editParts);
	              ^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/strategy/AbstractDropStrategy.java:[130] 
	Iterator<EditPart> editParts = ToolUtilities.getSelectionWithoutDependants(changeBoundsRequest.getEditParts()).stream().filter(EditPart.class::isInstance).map(EditPart.class::cast).toList().iterator();
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method filter(Predicate) belongs to the raw type Stream. References to generic type Stream<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/strategy/AbstractDropStrategy.java:[130] 
	Iterator<EditPart> editParts = ToolUtilities.getSelectionWithoutDependants(changeBoundsRequest.getEditParts()).stream().filter(EditPart.class::isInstance).map(EditPart.class::cast).toList().iterator();
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method map(Function) belongs to the raw type Stream. References to generic type Stream<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/strategy/AbstractDropStrategy.java:[130] 
	Iterator<EditPart> editParts = ToolUtilities.getSelectionWithoutDependants(changeBoundsRequest.getEditParts()).stream().filter(EditPart.class::isInstance).map(EditPart.class::cast).toList().iterator();
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/preferences/DropStrategyEditor.java:[251] 
	private class DropStrategyObservableList extends WritableList {
	                                                 ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/org/eclipse/papyrus/infra/gmfdiag/dnd/preferences/DropStrategyEditor.java:[255] 
	addAll(values);
	^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
13 problems (13 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/target/org.eclipse.papyrus.infra.gmfdiag.dnd-2.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/target/org.eclipse.papyrus.infra.gmfdiag.dnd-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/target/org.eclipse.papyrus.infra.gmfdiag.dnd-2.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.dnd-2.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.dnd-2.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/target/org.eclipse.papyrus.infra.gmfdiag.dnd-2.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.dnd-2.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.dnd-2.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.dnd-2.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.dnd ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra-gmfdiag-css >------
[INFO] Building Papyrus Diagram CSS Support 0.0.1-SNAPSHOT            [204/487]
[INFO]   from ../../plugins/infra/gmfdiag/css/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-gmfdiag-css ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-gmfdiag-css ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-gmfdiag-css ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-gmfdiag-css ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-gmfdiag-css/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-gmfdiag-css-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css >------
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css 3.0.100-SNAPSHOT [205/487]
[INFO]   from ../../plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] Compiling 165 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[18] 
	import org.eclipse.e4.ui.css.core.dom.properties.css2.AbstractCSSPropertyBackgroundHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCSSPropertyBackgroundHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[19] 
	import org.eclipse.e4.ui.css.core.dom.properties.css2.ICSSPropertyBackgroundHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyBackgroundHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[20] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[30] 
	AbstractCSSPropertyBackgroundHandler {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCSSPropertyBackgroundHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[32] 
	public final static ICSSPropertyBackgroundHandler INSTANCE = new CSSPropertyBackgroundXMLHandler();
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyBackgroundHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[36] 
	CSSValue value, String pseudo, CSSEngine engine) throws Exception {
	                               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[38] 
	super.applyCSSProperty(node, property, value, pseudo,
	      ^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCSSPropertyBackgroundHandler.applyCSSProperty(Object, String, CSSValue, String, CSSEngine)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[47] 
	String pseudo, CSSEngine engine) throws Exception {
	               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[54] 
	String pseudo, CSSEngine engine) throws Exception {
	               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[61] 
	String pseudo, CSSEngine engine) throws Exception {
	               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[68] 
	String pseudo, CSSEngine engine) throws Exception {
	               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyBackgroundXMLHandler.java:[75] 
	String pseudo, CSSEngine engine) throws Exception {
	               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/CSSFilteringStyle.java:[23] 
	public java.util.List getCSSFilteringKeys();
	       ^^^^^^^^^^^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/dom/GMFElementAdapter.java:[236] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type GMFElementAdapter needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSViewDelegate.java:[142] 
	stringListStyle.getStringListValue().addAll(Arrays.asList(values));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSFilteringStyleDelegate.java:[49] 
	public java.util.List getCSSFilteringKeys() {
	       ^^^^^^^^^^^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSFilteringStyleDelegate.java:[53] 
	return (java.util.List) defaultValue;
	        ^^^^^^^^^^^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[17] 
	import org.eclipse.e4.ui.css.core.dom.properties.css2.ICSSPropertyBackgroundHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyBackgroundHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[18] 
	import org.eclipse.e4.ui.css.core.dom.properties.css2.ICSSPropertyFontHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyFontHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[19] 
	import org.eclipse.e4.ui.css.core.dom.properties.css2.ICSSPropertyTextHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyTextHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[20] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[21] 
	import org.eclipse.e4.ui.css.core.impl.engine.CSSEngineImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngineImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[24] 
	* {@link CSSEngine} implementation to apply style sheet to XML DOM.
	         ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[29] 
	public class CSSXMLEngineImpl extends CSSEngineImpl {
	                                      ^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngineImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[33] 
	super.registerCSSPropertyHandler(ICSSPropertyBackgroundHandler.class,
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CSSEngineImpl.registerCSSPropertyHandler(Class<?>, ICSSPropertyHandler)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[33] 
	super.registerCSSPropertyHandler(ICSSPropertyBackgroundHandler.class,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyBackgroundHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[36] 
	super.registerCSSPropertyHandler(ICSSPropertyTextHandler.class,
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CSSEngineImpl.registerCSSPropertyHandler(Class<?>, ICSSPropertyHandler)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[36] 
	super.registerCSSPropertyHandler(ICSSPropertyTextHandler.class,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyTextHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[39] 
	super.registerCSSPropertyHandler(ICSSPropertyFontHandler.class,
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CSSEngineImpl.registerCSSPropertyHandler(Class<?>, ICSSPropertyHandler)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSXMLEngineImpl.java:[39] 
	super.registerCSSPropertyHandler(ICSSPropertyFontHandler.class,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyFontHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/provider/IPapyrusElementProvider.java:[18] 
	import org.eclipse.e4.ui.css.core.dom.IElementProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/provider/IPapyrusElementProvider.java:[26] 
	public interface IPapyrusElementProvider extends IElementProvider {
	                                                 ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSSortingStyleImpl.java:[79] 
	public java.util.Map getCSSSortingKeys() {
	       ^^^^^^^^^^^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSSortingStyleImpl.java:[80] 
	java.util.Map value = super.getSortingKeys();
	^^^^^^^^^^^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSSortingStyleImpl.java:[96] 
	public java.util.Map getSortingKeys() {
	       ^^^^^^^^^^^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSSortingStyleImpl.java:[115] 
	public void setSortingKeys(java.util.Map value) {
	                           ^^^^^^^^^^^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/WorkspaceCSSEngine.java:[21] 
	import org.eclipse.e4.ui.css.core.dom.IElementProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/WorkspaceCSSEngine.java:[22] 
	import org.eclipse.e4.ui.css.core.engine.CSSElementContext;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSElementContext' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/WorkspaceCSSEngine.java:[85] 
	public IElementProvider getElementProvider() {
	       ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/WorkspaceCSSEngine.java:[90] 
	public void setElementProvider(IElementProvider elementProvider) {
	                               ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/WorkspaceCSSEngine.java:[95] 
	public CSSElementContext getCSSElementContext(Object node) {
	       ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSElementContext' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/ICSSElementProviderFactory.java:[20] 
	@SuppressWarnings("restriction")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("restriction")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/CSSSortingStyle.java:[23] 
	public java.util.Map getCSSSortingKeys();
	       ^^^^^^^^^^^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[18] 
	import org.eclipse.e4.ui.css.core.dom.properties.css2.AbstractCSSPropertyFontHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCSSPropertyFontHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[19] 
	import org.eclipse.e4.ui.css.core.dom.properties.css2.ICSSPropertyFontHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyFontHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[20] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[32] 
	public class CSSPropertyFontXMLHandler extends AbstractCSSPropertyFontHandler {
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCSSPropertyFontHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[34] 
	public final static ICSSPropertyFontHandler INSTANCE = new CSSPropertyFontXMLHandler();
	                    ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyFontHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[38] 
	CSSValue value, String pseudo, CSSEngine engine) throws Exception {
	                               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[40] 
	super.applyCSSProperty(node, property, value, pseudo,
	      ^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCSSPropertyFontHandler.applyCSSProperty(Object, String, CSSValue, String, CSSEngine)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[49] 
	String pseudo, CSSEngine engine) throws Exception {
	               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[61] 
	String pseudo, CSSEngine engine) throws Exception {
	               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[73] 
	String pseudo, CSSEngine engine) throws Exception {
	               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[85] 
	CSSEngine engine) throws Exception {
	^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[92] 
	CSSEngine engine) throws Exception {
	^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[99] 
	CSSEngine engine) throws Exception {
	^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[106] 
	CSSEngine engine) throws Exception {
	^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[113] 
	CSSEngine engine) throws Exception {
	^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[120] 
	CSSEngine engine) throws Exception {
	^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyFontXMLHandler.java:[127] 
	CSSEngine engine) throws Exception {
	^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSDiagramLinkStyleDelegate.java:[22] 
	private DiagramLinkStyle diagramLinkStyle;
	                         ^^^^^^^^^^^^^^^^
The value of the field CSSDiagramLinkStyleDelegate.diagramLinkStyle is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSDiagramLinkStyleDelegate.java:[24] 
	private ExtendedCSSEngine engine;
	                          ^^^^^^
The value of the field CSSDiagramLinkStyleDelegate.engine is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSListCompartmentImpl.java:[171] 
	public void setSortingKeys(java.util.Map value) {
	                           ^^^^^^^^^^^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSListCompartmentImpl.java:[187] 
	public void setFilteringKeys(java.util.List value) {
	                             ^^^^^^^^^^^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/ExtendedCSSEngineImpl.java:[40] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/ExtendedCSSEngineImpl.java:[373] 
	Diagram diagram = AdapterUtils.adapt(elementAdapter, Diagram.class, null);
	                  ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/ExtendedCSSEngineImpl.java:[373] 
	Diagram diagram = AdapterUtils.adapt(elementAdapter, Diagram.class, null);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<Diagram>, Diagram) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/resource/CSSNotationResourceFactory.java:[37] 
	resource.getDefaultLoadOptions().putAll(GMFResourceFactory.getDefaultLoadOptions());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends Object,? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/resource/CSSNotationResourceFactory.java:[38] 
	resource.getDefaultSaveOptions().putAll(GMFResourceFactory.getDefaultSaveOptions());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends Object,? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/BaseCSSEngine.java:[23] 
	import org.eclipse.e4.ui.css.core.dom.IElementProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/BaseCSSEngine.java:[24] 
	import org.eclipse.e4.ui.css.core.engine.CSSElementContext;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSElementContext' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/BaseCSSEngine.java:[79] 
	public IElementProvider getElementProvider() {
	       ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/BaseCSSEngine.java:[84] 
	public void setElementProvider(IElementProvider elementProvider) {
	                               ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/engine/BaseCSSEngine.java:[89] 
	public CSSElementContext getCSSElementContext(Object node) {
	       ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSElementContext' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSSemanticListCompartmentImpl.java:[144] 
	public void setSortingKeys(java.util.Map value) {
	                           ^^^^^^^^^^^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSSemanticListCompartmentImpl.java:[160] 
	public void setFilteringKeys(java.util.List value) {
	                             ^^^^^^^^^^^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyTextXMLHandler.java:[18] 
	import org.eclipse.e4.ui.css.core.dom.properties.css2.AbstractCSSPropertyTextHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCSSPropertyTextHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyTextXMLHandler.java:[19] 
	import org.eclipse.e4.ui.css.core.dom.properties.css2.ICSSPropertyTextHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyTextHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyTextXMLHandler.java:[20] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyTextXMLHandler.java:[30] 
	public class CSSPropertyTextXMLHandler extends AbstractCSSPropertyTextHandler {
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCSSPropertyTextHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyTextXMLHandler.java:[32] 
	public final static ICSSPropertyTextHandler INSTANCE = new CSSPropertyTextXMLHandler();
	                    ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICSSPropertyTextHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyTextXMLHandler.java:[36] 
	CSSValue value, String pseudo, CSSEngine engine) throws Exception {
	                               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyTextXMLHandler.java:[38] 
	super.applyCSSProperty(node, property, value, pseudo,
	      ^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCSSPropertyTextHandler.applyCSSProperty(Object, String, CSSValue, String, CSSEngine)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyTextXMLHandler.java:[47] 
	String pseudo, CSSEngine engine) throws Exception {
	               ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/internal/infra/gmfdiag/css/xml/engine/CSSPropertyTextXMLHandler.java:[56] 
	public String retrieveCSSPropertyColor(Object node, CSSEngine engine)
	                                                    ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSFilteringStyleImpl.java:[79] 
	public java.util.List getCSSFilteringKeys() {
	       ^^^^^^^^^^^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSFilteringStyleImpl.java:[80] 
	java.util.List value = super.getFilteringKeys();
	^^^^^^^^^^^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSFilteringStyleImpl.java:[96] 
	public java.util.List getFilteringKeys() {
	       ^^^^^^^^^^^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/CSSFilteringStyleImpl.java:[115] 
	public void setFilteringKeys(java.util.List value) {
	                             ^^^^^^^^^^^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSSortingStyleDelegate.java:[49] 
	public java.util.Map getCSSSortingKeys() {
	       ^^^^^^^^^^^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSSortingStyleDelegate.java:[53] 
	return (java.util.Map) defaultValue;
	        ^^^^^^^^^^^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/notation/ForceValueHelper.java:[114] 
	details.remove(annotationKey);
	               ^^^^^^^^^^^^^
Unlikely argument type String for remove(Object) on a Collection<Map.Entry<String,String>>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSMultiDiagramLinkStyleDelegate.java:[22] 
	private MultiDiagramLinkStyle multiDiagramLinkStyle;
	                              ^^^^^^^^^^^^^^^^^^^^^
The value of the field CSSMultiDiagramLinkStyleDelegate.multiDiagramLinkStyle is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSMultiDiagramLinkStyleDelegate.java:[24] 
	private ExtendedCSSEngine engine;
	                          ^^^^^^
The value of the field CSSMultiDiagramLinkStyleDelegate.engine is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSGuideStyleDelegate.java:[22] 
	private GuideStyle guideStyle;
	                   ^^^^^^^^^^
The value of the field CSSGuideStyleDelegate.guideStyle is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/style/impl/CSSGuideStyleDelegate.java:[24] 
	private ExtendedCSSEngine engine;
	                          ^^^^^^
The value of the field CSSGuideStyleDelegate.engine is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/command/ResetStyleCommand.java:[47] 
	papyrusStyleAnnotations.add(VisualInformationPapyrusConstants.CUSTOM_APPEARENCE_ANNOTATION);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field VisualInformationPapyrusConstants.CUSTOM_APPEARENCE_ANNOTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/command/ResetStyleCommand.java:[51] 
	private TransactionalEditingDomain domain;
	                                   ^^^^^^
The value of the field ResetStyleCommand.domain is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/org/eclipse/papyrus/infra/gmfdiag/css/dom/StyleListener.java:[153] 
	private String getEventType(Notification notification) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEventType(Notification) from the type StyleListener is never used locally
99 problems (99 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/target/org.eclipse.papyrus.infra.gmfdiag.css-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/target/org.eclipse.papyrus.infra.gmfdiag.css-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/target/org.eclipse.papyrus.infra.gmfdiag.css-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css/3.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css/3.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/target/org.eclipse.papyrus.infra.gmfdiag.css-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css/3.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css/3.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css/3.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.export >----
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.export 3.0.0-SNAPSHOT [206/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.export:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.export
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/engine/ExportAllDiagramsEngine.java:[36] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/engine/ExportAllDiagramsEngine.java:[98] 
	private boolean hasDuplicates = false;
	                ^^^^^^^^^^^^^
The value of the field ExportAllDiagramsEngine.hasDuplicates is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/engine/ExportAllDiagramsEngine.java:[235] 
	export(new SubProgressMonitor(newMonitor, 9), diagrams);
	           ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/engine/ExportAllDiagramsEngine.java:[235] 
	export(new SubProgressMonitor(newMonitor, 9), diagrams);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/engine/ExportAllDiagramsEngine.java:[426] 
	createDiagramFiles(new SubProgressMonitor(newMonitor, 9), diagrams);
	                       ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/engine/ExportAllDiagramsEngine.java:[426] 
	createDiagramFiles(new SubProgressMonitor(newMonitor, 9), diagrams);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/engine/ExportAllDiagramsEngine.java:[430] 
	unloadResources(new SubProgressMonitor(newMonitor, 1), diagrams);
	                    ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/engine/ExportAllDiagramsEngine.java:[430] 
	unloadResources(new SubProgressMonitor(newMonitor, 1), diagrams);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/engine/ExportAllDiagramsEngine.java:[554] 
	copyImageUtil.copyToImage(diagram, imagePath, exportParameter.getExportFormat(), new SubProgressMonitor(newMonitor, 1), PreferencesHint.USE_DEFAULTS);
	                                                                                     ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/engine/ExportAllDiagramsEngine.java:[554] 
	copyImageUtil.copyToImage(diagram, imagePath, exportParameter.getExportFormat(), new SubProgressMonitor(newMonitor, 1), PreferencesHint.USE_DEFAULTS);
	                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/org/eclipse/papyrus/infra/gmfdiag/export/DialogDisplayUtils.java:[65] 
	IWorkbench workBench = Activator.getDefault().getWorkbench();
	                                              ^^^^^^^^^^^^^^
The method getWorkbench() from the type AbstractUIPlugin is deprecated
11 problems (11 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 177 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/target/org.eclipse.papyrus.infra.gmfdiag.export-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/target/org.eclipse.papyrus.infra.gmfdiag.export-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/target/org.eclipse.papyrus.infra.gmfdiag.export-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.export/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.export-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.export/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.export-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/target/org.eclipse.papyrus.infra.gmfdiag.export-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.export/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.export-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.export/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.export-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.export/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.export-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.export ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gef >------
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.gef 2.0.0-SNAPSHOT  [207/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gef:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.gef
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/target/org.eclipse.papyrus.infra.gmfdiag.gef-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/target/org.eclipse.papyrus.infra.gmfdiag.gef-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/target/org.eclipse.papyrus.infra.gmfdiag.gef-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.gef-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.gef-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/target/org.eclipse.papyrus.infra.gmfdiag.gef-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.gef-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.gef-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.gef-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.gef ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter 2.0.0-SNAPSHOT [208/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 145 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/target/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/target/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/target/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/target/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.preferences >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.preferences 4.0.0-SNAPSHOT [209/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.preferences:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.preferences
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/BackgroundColor.java:[79] 
	Composite useGradientFillEditorCompo = getEncapsulatedCompo(useGradientCompo);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEncapsulatedCompo(Composite) from the type AbstractGroup is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/BackgroundColor.java:[85] 
	Composite gradientFillEditorCompo = getEncapsulatedCompo(fillColorGroup);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEncapsulatedCompo(Composite) from the type AbstractGroup is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/ColorFieldEditor.java:[198] 
	drawImage(colorBar, 0, height - height / 5);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/ColorFieldEditor.java:[202] 
	drawImage(basicImgData, 0, 0);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/RulersAndGridGroup.java:[312] 
	return new Double(number.doubleValue());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/Activator.java:[68] 
	papyrusPreferenceStore = new PapyrusPreferenceStore(new InstanceScope(), getBundle().getSymbolicName());
	                                                        ^^^^^^^^^^^^^^^
The constructor InstanceScope() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/pages/internal/PapyrusPrintingPreferencePage.java:[67] 
	store = new ScopedPreferenceStore(new InstanceScope(), getBundleId());
	                                      ^^^^^^^^^^^^^^^
The constructor InstanceScope() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[18] 
	import org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n.DiagramUIPropertiesImages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[78] 
	Composite fontColorEditorCompo = getEncapsulatedCompo(toolbar);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEncapsulatedCompo(Composite) from the type AbstractGroup is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[79] 
	fontColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_FONT), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_FONT_COLOR), fontColorEditorCompo);
	                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[79] 
	fontColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_FONT), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_FONT_COLOR), fontColorEditorCompo);
	                                                                                                                               ^^^
Discouraged access: The method 'DiagramUIPropertiesImages.get(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[79] 
	fontColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_FONT), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_FONT_COLOR), fontColorEditorCompo);
	                                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[79] 
	fontColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_FONT), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_FONT_COLOR), fontColorEditorCompo);
	                                                                                                                                                             ^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIPropertiesImages.IMG_FONT_COLOR' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[84] 
	Composite lineColorEditorCompo = getEncapsulatedCompo(toolbar);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEncapsulatedCompo(Composite) from the type AbstractGroup is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[85] 
	lineColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_LINE), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_LINE_COLOR), lineColorEditorCompo);
	                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[85] 
	lineColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_LINE), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_LINE_COLOR), lineColorEditorCompo);
	                                                                                                                               ^^^
Discouraged access: The method 'DiagramUIPropertiesImages.get(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[85] 
	lineColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_LINE), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_LINE_COLOR), lineColorEditorCompo);
	                                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/LinkColorGroup.java:[85] 
	lineColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_LINE), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_LINE_COLOR), lineColorEditorCompo);
	                                                                                                                                                             ^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIPropertiesImages.IMG_LINE_COLOR' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[19] 
	import org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n.DiagramUIPropertiesImages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[20] 
	import org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n.DiagramUIPropertiesMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[57] 
	static protected String VALUE_CHANGED_STRING = DiagramUIPropertiesMessages.AbstractPropertySection_UndoIntervalPropertyString;
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[57] 
	static protected String VALUE_CHANGED_STRING = DiagramUIPropertiesMessages.AbstractPropertySection_UndoIntervalPropertyString;
	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIPropertiesMessages.AbstractPropertySection_UndoIntervalPropertyString' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[61] 
	protected static final String FONT_COMMAND_NAME = DiagramUIPropertiesMessages.Font_commandText + StringStatics.SPACE + VALUE_CHANGED_STRING;
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[61] 
	protected static final String FONT_COMMAND_NAME = DiagramUIPropertiesMessages.Font_commandText + StringStatics.SPACE + VALUE_CHANGED_STRING;
	                                                                              ^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIPropertiesMessages.Font_commandText' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[64] 
	protected static final String FONTS_AND_COLORS_LABEL = DiagramUIPropertiesMessages.FontAndColor_nameLabel;
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[64] 
	protected static final String FONTS_AND_COLORS_LABEL = DiagramUIPropertiesMessages.FontAndColor_nameLabel;
	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIPropertiesMessages.FontAndColor_nameLabel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[189] 
	fontBoldButton.setImage(DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_BOLD));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[189] 
	fontBoldButton.setImage(DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_BOLD));
	                                                  ^^^
Discouraged access: The method 'DiagramUIPropertiesImages.get(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[189] 
	fontBoldButton.setImage(DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_BOLD));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[189] 
	fontBoldButton.setImage(DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_BOLD));
	                                                                                ^^^^^^^^
Discouraged access: The field 'DiagramUIPropertiesImages.IMG_BOLD' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[192] 
	fontItalicButton.setImage(DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_ITALIC));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[192] 
	fontItalicButton.setImage(DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_ITALIC));
	                                                    ^^^
Discouraged access: The method 'DiagramUIPropertiesImages.get(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[192] 
	fontItalicButton.setImage(DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_ITALIC));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/jface/preference/FontFieldEditor.java:[192] 
	fontItalicButton.setImage(DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_ITALIC));
	                                                                                  ^^^^^^^^^^
Discouraged access: The field 'DiagramUIPropertiesImages.IMG_ITALIC' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/NodeColorGroup.java:[18] 
	import org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n.DiagramUIPropertiesImages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/NodeColorGroup.java:[59] 
	Composite fillColorEditorCompo = getEncapsulatedCompo(getToolbar());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEncapsulatedCompo(Composite) from the type AbstractGroup is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/NodeColorGroup.java:[60] 
	fillColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_FILL), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_FILL_COLOR), fillColorEditorCompo);
	                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/NodeColorGroup.java:[60] 
	fillColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_FILL), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_FILL_COLOR), fillColorEditorCompo);
	                                                                                                                               ^^^
Discouraged access: The method 'DiagramUIPropertiesImages.get(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/NodeColorGroup.java:[60] 
	fillColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_FILL), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_FILL_COLOR), fillColorEditorCompo);
	                                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPropertiesImages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/ui/NodeColorGroup.java:[60] 
	fillColorEditor = new ColorFieldEditor(getPreferenceConstant(PreferencesConstantsHelper.COLOR_FILL), DiagramUIPropertiesImages.get(DiagramUIPropertiesImages.IMG_FILL_COLOR), fillColorEditorCompo);
	                                                                                                                                                             ^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIPropertiesImages.IMG_FILL_COLOR' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.properties/1.9.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/org/eclipse/papyrus/infra/gmfdiag/preferences/pages/internal/PapyrusPathmapsPreferencePage.java:[67] 
	store = new ScopedPreferenceStore(new InstanceScope(), getBundleId());
	                                      ^^^^^^^^^^^^^^^
The constructor InstanceScope() is deprecated
41 problems (41 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/target/org.eclipse.papyrus.infra.gmfdiag.preferences-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/target/org.eclipse.papyrus.infra.gmfdiag.preferences-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/target/org.eclipse.papyrus.infra.gmfdiag.preferences-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.preferences-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.preferences-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/target/org.eclipse.papyrus.infra.gmfdiag.preferences-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.preferences-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.preferences-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.preferences-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.preferences ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.navigation >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.navigation 3.0.0-SNAPSHOT [210/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.navigation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/org/eclipse/papyrus/infra/gmfdiag/navigation/menu/listener/SelectionMenuMouseTrackListener.java:[109] 
	dynamicSelectionMenu.addSelectionChangedListener(new SelectionMenuSelectionChangedListener(navigationMenu, dynamicSelectionMenu, ((NavigationSubMenuButton) hoveredItem).getSubMenuElements(), umlElement, subMenus));
	                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/org/eclipse/papyrus/infra/gmfdiag/navigation/menu/button/NavigationSubMenuButton.java:[32] 
	private List subMenuElements; // View or NavigableElement
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/org/eclipse/papyrus/infra/gmfdiag/navigation/menu/button/NavigationSubMenuButton.java:[34] 
	public NavigationSubMenuButton(String label, Image icon, String tooltip, List subMenuElements) {
	                                                                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/org/eclipse/papyrus/infra/gmfdiag/navigation/menu/button/NavigationSubMenuButton.java:[39] 
	public List getSubMenuElements() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/org/eclipse/papyrus/infra/gmfdiag/navigation/menu/button/NavigationSubMenuButton.java:[43] 
	public void setSubMenuElements(List subMenuElements) {
	                               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/org/eclipse/papyrus/infra/gmfdiag/navigation/Activator.java:[94] 
	IWorkbench workBench = getDefault().getWorkbench();
	                                    ^^^^^^^^^^^^^^
The method getWorkbench() from the type AbstractUIPlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/org/eclipse/papyrus/infra/gmfdiag/navigation/menu/listener/SubSelectionMenuSelectionChangedListener.java:[18] 
	import java.util.LinkedList;
	       ^^^^^^^^^^^^^^^^^^^^
The import java.util.LinkedList is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/org/eclipse/papyrus/infra/gmfdiag/navigation/menu/listener/SubSelectionMenuSelectionChangedListener.java:[24] 
	import org.eclipse.papyrus.infra.gmfdiag.navigation.menu.button.MoreButton;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.navigation.menu.button.MoreButton is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/org/eclipse/papyrus/infra/gmfdiag/navigation/menuContributor/OwnedDiagramsButton.java:[62] 
	View currentView = NotationHelper.findView(fromElement); // May be null (e.g. Selection from the ModelExplorer)
	     ^^^^^^^^^^^
The value of the local variable currentView is not used
9 problems (9 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/target/org.eclipse.papyrus.infra.gmfdiag.navigation-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/target/org.eclipse.papyrus.infra.gmfdiag.navigation-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/target/org.eclipse.papyrus.infra.gmfdiag.navigation-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.navigation-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.navigation-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/target/org.eclipse.papyrus.infra.gmfdiag.navigation-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.navigation-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.navigation-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.navigation-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.navigation ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.hyperlink >---
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.hyperlink 4.0.0-SNAPSHOT [211/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.hyperlink
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/src/org/eclipse/papyrus/infra/gmfdiag/hyperlink/ui/LocalDefaultLinkDiagramTab.java:[197] 
	List<NavigableElement> possibleElements = (List<NavigableElement>) tableItem.getData(CREATION_ENTRY_KEY);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<NavigableElement>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/src/org/eclipse/papyrus/infra/gmfdiag/hyperlink/editpolicies/HyperlinkNavigationMenuEditPolicy.java:[44] 
	import org.eclipse.papyrus.infra.architecture.representation.PapyrusRepresentationKind;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.architecture.representation.PapyrusRepresentationKind is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/src/org/eclipse/papyrus/infra/gmfdiag/hyperlink/handler/ManageHyperLinksHandler.java:[91] 
	final List<HyperLinkObject> hyperLinkObjectList = (ArrayList<HyperLinkObject>) hyperlinkHelperFactory.getAllreferenced(gep.getNotationView());
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ArrayList<capture#1-of ?> to ArrayList<HyperLinkObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/src/org/eclipse/papyrus/infra/gmfdiag/hyperlink/editpolicies/NavigationEditPolicy.java:[135] 
	hyperLinkObjectList = (ArrayList<HyperLinkObject>) hyperlinkHelperFactory.getAllreferenced(gep.getNotationView());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ArrayList<capture#1-of ?> to ArrayList<HyperLinkObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/src/org/eclipse/papyrus/infra/gmfdiag/hyperlink/ui/AdvancedHLManager.java:[81] 
	diagrams.addAll((Collection<Diagram>) value);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<Diagram>
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/target/org.eclipse.papyrus.infra.gmfdiag.hyperlink-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/target/org.eclipse.papyrus.infra.gmfdiag.hyperlink-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/target/org.eclipse.papyrus.infra.gmfdiag.hyperlink-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.hyperlink-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.hyperlink-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/target/org.eclipse.papyrus.infra.gmfdiag.hyperlink-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.hyperlink-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.hyperlink-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.hyperlink-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.hyperlink ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.menu >-----
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.menu 2.1.0-SNAPSHOT [212/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.menu:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.menu
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/CutInDiagramHandler.java:[102] 
	if (DeleteActionUtil.isSemanticDeletion(editPart)) {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/DeleteFromModelCommandHandler.java:[99] 
	enable = enable && !(editPart instanceof DiagramEditPart) && DeleteActionUtil.isSemanticDeletion(editPart);
	                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/CopyInDiagramHandler.java:[36] 
	import org.eclipse.gmf.runtime.diagram.ui.render.internal.commands.CopyImageCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CopyImageCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/CopyInDiagramHandler.java:[39] 
	import org.eclipse.papyrus.commands.INonDirtying;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INonDirtying is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/CopyInDiagramHandler.java:[40] 
	import org.eclipse.papyrus.commands.util.NonDirtyingUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type NonDirtyingUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/CopyInDiagramHandler.java:[103] 
	result = NonDirtyingUtils.chain(result, gmFtoGEFCommandWrapper);
	         ^^^^^^^^^^^^^^^^
The type NonDirtyingUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/CopyInDiagramHandler.java:[103] 
	result = NonDirtyingUtils.chain(result, gmFtoGEFCommandWrapper);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method chain(Command, Command) from the type NonDirtyingUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/CopyInDiagramHandler.java:[188] 
	static class PapyrusCopyImageCommand extends org.eclipse.gmf.runtime.diagram.ui.render.internal.commands.CopyImageCommand implements INonDirtying {
	                                                                                                                                     ^^^^^^^^^^^^
The type INonDirtying is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/CanonicalState.java:[25] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/CanonicalState.java:[76] 
	IGraphicalEditPart editPart = AdapterUtils.adapt(((IStructuredSelection) selection).getFirstElement(), IGraphicalEditPart.class, null);
	                              ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/CanonicalState.java:[76] 
	IGraphicalEditPart editPart = AdapterUtils.adapt(((IStructuredSelection) selection).getFirstElement(), IGraphicalEditPart.class, null);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IGraphicalEditPart>, IGraphicalEditPart) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/HeterogeneousDeleteCommandHandler.java:[70] 
	if (DeleteActionUtil.isSemanticDeletion(editPart)) {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
12 problems (12 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/target/org.eclipse.papyrus.infra.gmfdiag.menu-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/target/org.eclipse.papyrus.infra.gmfdiag.menu-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/target/org.eclipse.papyrus.infra.gmfdiag.menu-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.menu-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.menu-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/target/org.eclipse.papyrus.infra.gmfdiag.menu-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.menu-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.menu-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.menu-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.menu ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.modelexplorer >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.modelexplorer 2.0.100-SNAPSHOT [213/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.modelexplorer:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] The project's OSGi version is 2.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.modelexplorer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/src/org/eclipse/papyrus/infra/gmfdiag/modelexplorer/providers/DiagramPropertyTester.java:[55] 
	return new Boolean(answer).equals(expectedValue);
	           ^^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 182 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/target/org.eclipse.papyrus.infra.gmfdiag.modelexplorer-2.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/target/org.eclipse.papyrus.infra.gmfdiag.modelexplorer-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/target/org.eclipse.papyrus.infra.gmfdiag.modelexplorer-2.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.modelexplorer-2.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.modelexplorer-2.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/target/org.eclipse.papyrus.infra.gmfdiag.modelexplorer-2.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.modelexplorer-2.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.modelexplorer-2.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.modelexplorer-2.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.modelexplorer ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.outline >----
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.outline 3.0.0-SNAPSHOT [214/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.outline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.outline
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/src/org/eclipse/papyrus/infra/gmfdiag/outline/DiagramOutline.java:[479] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type DiagramOutline needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/src/org/eclipse/papyrus/infra/gmfdiag/outline/DiagramOutline.java:[493] 
	return Platform.getAdapterManager().getAdapter(this, adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(DiagramOutline, Class) of the generic method getAdapter(Object, Class<T>) of type IAdapterManager
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/src/org/eclipse/papyrus/infra/gmfdiag/outline/DiagramOutline.java:[493] 
	return Platform.getAdapterManager().getAdapter(this, adapter);
	                                                     ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/src/org/eclipse/papyrus/infra/gmfdiag/outline/DiagramNavigator.java:[160] 
	ILabelProvider fullLabelProvider = new DecoratingLabelProvider(labelProvider, Activator.getDefault().getWorkbench().getDecoratorManager().getLabelDecorator());
	                                                                                                     ^^^^^^^^^^^^^^
The method getWorkbench() from the type AbstractUIPlugin is deprecated
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/target/org.eclipse.papyrus.infra.gmfdiag.outline-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/target/org.eclipse.papyrus.infra.gmfdiag.outline-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/target/org.eclipse.papyrus.infra.gmfdiag.outline-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.outline-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.outline-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/target/org.eclipse.papyrus.infra.gmfdiag.outline-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.outline-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.outline-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.outline-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.outline ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.properties >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.properties 5.1.0-SNAPSHOT [215/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.properties:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] The project's OSGi version is 5.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/GradientDataObservableValue.java:[25] 
	public class GradientDataObservableValue extends AbstractObservableValue {
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/modelelement/SynchronizationModelElementFactory.java:[18] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/modelelement/SynchronizationModelElementFactory.java:[30] 
	IGraphicalEditPart editPart = AdapterUtils.adapt(sourceElement, IGraphicalEditPart.class, null);
	                              ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/modelelement/SynchronizationModelElementFactory.java:[30] 
	IGraphicalEditPart editPart = AdapterUtils.adapt(sourceElement, IGraphicalEditPart.class, null);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IGraphicalEditPart>, IGraphicalEditPart) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/modelelement/SynchronizationModelElementFactory.java:[43] 
	IGraphicalEditPart editPart = AdapterUtils.adapt(newSourceElement, IGraphicalEditPart.class, null);
	                              ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/modelelement/SynchronizationModelElementFactory.java:[43] 
	IGraphicalEditPart editPart = AdapterUtils.adapt(newSourceElement, IGraphicalEditPart.class, null);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IGraphicalEditPart>, IGraphicalEditPart) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/ObservableGradientData.java:[38] 
	private IObservableValue source;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/ObservableGradientData.java:[54] 
	public ObservableGradientData(IObservableValue source, GradientData encapsulated) {
	                              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/ObservableGradientData.java:[81] 
	source.setValue(new GradientData(encapsulated));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/ObservableGradientData.java:[83] 
	source.setValue(null);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/DoubleDiagramViewObservaleValue.java:[79] 
	final ValueDiff diff = new ValueDiff() {
	      ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/DoubleDiagramViewObservaleValue.java:[79] 
	final ValueDiff diff = new ValueDiff() {
	                           ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/DoubleDiagramViewObservaleValue.java:[91] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/AbstractDiagramPreferencesObservableValue.java:[30] 
	public abstract class AbstractDiagramPreferencesObservableValue extends AbstractObservableValue {
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/AbstractDiagramPreferencesObservableValue.java:[63] 
	ValueDiff diff = new ValueDiff() {
	^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/AbstractDiagramPreferencesObservableValue.java:[63] 
	ValueDiff diff = new ValueDiff() {
	                     ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/AbstractDiagramPreferencesObservableValue.java:[75] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/CanonicalObservableValue.java:[41] 
	public class CanonicalObservableValue extends ReferenceCountedObservable.Value implements CommandBasedObservableValue, AggregatedObservable, IObserving {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/databinding/CanonicalObservableValue.java:[59] 
	fireValueChange(Diffs.createValueDiff(oldValue, doGetValue()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/modelelement/GMFModelElement.java:[136] 
	IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new GMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature);
	^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/modelelement/GMFModelElement.java:[136] 
	IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new GMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/modelelement/GMFModelElement.java:[136] 
	IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new GMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature);
	                                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/modelelement/GMFModelElement.java:[140] 
	IObservableValue value = domain == null ? EMFProperties.value(featurePath).observe(source) : new GMFObservableValue(getSource(featurePath), feature, domain);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/modelelement/GMFModelElement.java:[140] 
	IObservableValue value = domain == null ? EMFProperties.value(featurePath).observe(source) : new GMFObservableValue(getSource(featurePath), feature, domain);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/util/LegacyOwnerObservable.java:[42] 
	public class LegacyOwnerObservable extends AbstractObservableValue {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/util/LegacyOwnerObservable.java:[108] 
	fireValueChange(new ValueDiff() {
					@Override
					public Object getOldValue() {
						return null;
					}
					@Override
					public Object getNewValue() {
						return DiagramUtils.getOwner(diagram);
					}
				});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/org/eclipse/papyrus/infra/gmfdiag/properties/util/LegacyOwnerObservable.java:[108] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
27 problems (27 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/target/org.eclipse.papyrus.infra.gmfdiag.properties-5.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/target/org.eclipse.papyrus.infra.gmfdiag.properties-5.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/target/org.eclipse.papyrus.infra.gmfdiag.properties-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.properties-5.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.properties-5.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/target/org.eclipse.papyrus.infra.gmfdiag.properties-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.properties-5.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.properties-5.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.properties-5.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.properties ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.viewersearcher >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.viewersearcher 2.0.0-SNAPSHOT [216/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.viewersearcher:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.viewersearcher
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 178 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/target/org.eclipse.papyrus.infra.gmfdiag.viewersearcher-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/target/org.eclipse.papyrus.infra.gmfdiag.viewersearcher-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/target/org.eclipse.papyrus.infra.gmfdiag.viewersearcher-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.viewersearcher-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.viewersearcher-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/target/org.eclipse.papyrus.infra.gmfdiag.viewersearcher-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.viewersearcher-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.viewersearcher-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.viewersearcher-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.viewersearcher ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.welcome >----
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.welcome 2.1.0-SNAPSHOT [217/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.welcome:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.welcome
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 151 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/target/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/target/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/target/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/target/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.welcome ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.widgets >----
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.widgets 2.0.0-SNAPSHOT [218/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.widgets
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/src/org/eclipse/papyrus/infra/gmfdiag/widgets/editors/ColorPickerEditor.java:[127] 
	modelProperty.setValue(colorValue);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/src/org/eclipse/papyrus/infra/gmfdiag/widgets/editors/StringColorPickerEditor.java:[19] 
	import org.eclipse.e4.ui.css.core.css2.CSS2ColorHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSS2ColorHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/src/org/eclipse/papyrus/infra/gmfdiag/widgets/editors/StringColorPickerEditor.java:[166] 
	modelProperty.setValue(colorValue);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/src/org/eclipse/papyrus/infra/gmfdiag/widgets/editors/StringColorPickerEditor.java:[191] 
	RGBColor rgbColor = CSS2ColorHelper.getRGBColor(color);
	                    ^^^^^^^^^^^^^^^
Discouraged access: The type 'CSS2ColorHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/src/org/eclipse/papyrus/infra/gmfdiag/widgets/editors/StringColorPickerEditor.java:[191] 
	RGBColor rgbColor = CSS2ColorHelper.getRGBColor(color);
	                                    ^^^^^^^^^^^
Discouraged access: The method 'CSS2ColorHelper.getRGBColor(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 150 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/target/org.eclipse.papyrus.infra.gmfdiag.widgets-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/target/org.eclipse.papyrus.infra.gmfdiag.widgets-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/target/org.eclipse.papyrus.infra.gmfdiag.widgets-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.widgets-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.widgets-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/target/org.eclipse.papyrus.infra.gmfdiag.widgets-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.widgets-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.widgets-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.widgets-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.widgets ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit 5.0.0-SNAPSHOT [219/487]
[INFO]   from ../../plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation.edit >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.representation.edit 3.0.0-SNAPSHOT [220/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.representation.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/target/org.eclipse.papyrus.infra.gmfdiag.representation.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/target/org.eclipse.papyrus.infra.gmfdiag.representation.edit-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/target/org.eclipse.papyrus.infra.gmfdiag.representation.edit-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.representation.edit-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.representation.edit-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/target/org.eclipse.papyrus.infra.gmfdiag.representation.edit-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.representation.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.representation.edit-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.representation.edit-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.representation.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style.edit >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.style.edit 3.0.0-SNAPSHOT [221/487]
[INFO]   from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.style.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 19 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/target/org.eclipse.papyrus.infra.gmfdiag.style.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/target/org.eclipse.papyrus.infra.gmfdiag.style.edit-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/target/org.eclipse.papyrus.infra.gmfdiag.style.edit-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.style.edit-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.style.edit-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/target/org.eclipse.papyrus.infra.gmfdiag.style.edit-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.style.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.style.edit-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.style.edit-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.style.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra-gmfdiag-assistant >---
[INFO] Building Papyrus Diagram Assistants 0.0.1-SNAPSHOT             [222/487]
[INFO]   from ../../plugins/infra/gmfdiag/assistant/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-gmfdiag-assistant ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-gmfdiag-assistant ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-gmfdiag-assistant ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.infra-gmfdiag-assistant ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra-gmfdiag-assistant/0.0.1-SNAPSHOT/org.eclipse.papyrus.infra-gmfdiag-assistant-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant >---
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant 2.1.100-SNAPSHOT [223/487]
[INFO]   from ../../plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] The project's OSGi version is 2.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.assistant
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src/org/eclipse/papyrus/infra/gmfdiag/assistant/core/util/ModelingAssistantUtil.java:[38] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src/org/eclipse/papyrus/infra/gmfdiag/assistant/core/util/ModelingAssistantUtil.java:[97] 
	EObject object = AdapterUtils.adapt(input, EObject.class, null);
	                 ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src/org/eclipse/papyrus/infra/gmfdiag/assistant/core/util/ModelingAssistantUtil.java:[97] 
	EObject object = AdapterUtils.adapt(input, EObject.class, null);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<EObject>, EObject) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src/org/eclipse/papyrus/infra/gmfdiag/assistant/core/util/ModelingAssistantUtil.java:[113] 
	View view = AdapterUtils.adapt(input, View.class, null);
	            ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src/org/eclipse/papyrus/infra/gmfdiag/assistant/core/util/ModelingAssistantUtil.java:[113] 
	View view = AdapterUtils.adapt(input, View.class, null);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<View>, View) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src/org/eclipse/papyrus/infra/gmfdiag/assistant/core/util/ModelingAssistantUtil.java:[316] 
	final View endView = AdapterUtils.adapt(connectionEnd, View.class, null);
	                     ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src/org/eclipse/papyrus/infra/gmfdiag/assistant/core/util/ModelingAssistantUtil.java:[316] 
	final View endView = AdapterUtils.adapt(connectionEnd, View.class, null);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<View>, View) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src/org/eclipse/papyrus/infra/gmfdiag/assistant/core/util/ModelingAssistantUtil.java:[350] 
	if (!Strings.isNullOrEmpty(hint) && CharMatcher.digit().matchesAllOf(hint)) {
	                                                ^^^^^^^
The method digit() from the type CharMatcher is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src-gen/org/eclipse/papyrus/infra/gmfdiag/assistant/internal/operations/ModelingAssistantProviderOperations.java:[45] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src-gen/org/eclipse/papyrus/infra/gmfdiag/assistant/internal/operations/ModelingAssistantProviderOperations.java:[455] 
	return AdapterUtils.adapt(context, View.class).isPresent();
	       ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src-gen/org/eclipse/papyrus/infra/gmfdiag/assistant/internal/operations/ModelingAssistantProviderOperations.java:[455] 
	return AdapterUtils.adapt(context, View.class).isPresent();
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<View>) from the type AdapterUtils is deprecated
11 problems (11 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/target/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/target/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/target/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/target/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.assistant ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.edit >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.edit 2.0.0-SNAPSHOT [224/487]
[INFO]   from ../../plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.assistant.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/target/org.eclipse.papyrus.infra.gmfdiag.assistant.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/target/org.eclipse.papyrus.infra.gmfdiag.assistant.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/target/org.eclipse.papyrus.infra.gmfdiag.assistant.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/target/org.eclipse.papyrus.infra.gmfdiag.assistant.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.assistant.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.editor >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.editor 2.0.0-SNAPSHOT [225/487]
[INFO]   from ../../plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.assistant.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/assistant/presentation/AssistantEditor.java:[1235] 
	public Object getAdapter(Class key) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type AssistantEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/assistant/presentation/AssistantEditor.java:[1250] 
	return super.getAdapter(key);
	       ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/assistant/presentation/AssistantEditor.java:[1250] 
	return super.getAdapter(key);
	                        ^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/target/org.eclipse.papyrus.infra.gmfdiag.assistant.editor-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/target/org.eclipse.papyrus.infra.gmfdiag.assistant.editor-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/target/org.eclipse.papyrus.infra.gmfdiag.assistant.editor-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.editor-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.editor-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/target/org.eclipse.papyrus.infra.gmfdiag.assistant.editor-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.editor-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.editor-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.editor-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.assistant.editor ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.ui >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.ui 2.0.0-SNAPSHOT [226/487]
[INFO]   from ../../plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.assistant.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/src/org/eclipse/papyrus/infra/gmfdiag/assistant/internal/ui/handlers/UndeployAssistantModelHandler.java:[25] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/src/org/eclipse/papyrus/infra/gmfdiag/assistant/internal/ui/handlers/UndeployAssistantModelHandler.java:[47] 
	IFile file = AdapterUtils.adapt(next, IFile.class, null);
	             ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/src/org/eclipse/papyrus/infra/gmfdiag/assistant/internal/ui/handlers/UndeployAssistantModelHandler.java:[47] 
	IFile file = AdapterUtils.adapt(next, IFile.class, null);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IFile>, IFile) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/src/org/eclipse/papyrus/infra/gmfdiag/assistant/internal/ui/handlers/DeployAssistantModelHandler.java:[25] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/src/org/eclipse/papyrus/infra/gmfdiag/assistant/internal/ui/handlers/DeployAssistantModelHandler.java:[47] 
	IFile file = AdapterUtils.adapt(next, IFile.class, null);
	             ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/src/org/eclipse/papyrus/infra/gmfdiag/assistant/internal/ui/handlers/DeployAssistantModelHandler.java:[47] 
	IFile file = AdapterUtils.adapt(next, IFile.class, null);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IFile>, IFile) from the type AdapterUtils is deprecated
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/target/org.eclipse.papyrus.infra.gmfdiag.assistant.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/target/org.eclipse.papyrus.infra.gmfdiag.assistant.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/target/org.eclipse.papyrus.infra.gmfdiag.assistant.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.ui-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.ui-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/target/org.eclipse.papyrus.infra.gmfdiag.assistant.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.ui-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant.ui-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.assistant.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css3.xtext 4.0.100-SNAPSHOT [227/487]
[INFO]   from ../../plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext:4.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] The project's OSGi version is 4.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css3.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] Compiling 93 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/src/org/eclipse/papyrus/infra/gmfdiag/css3/formatting2/AbstractCSSFormatter.java:[25] 
	import org.eclipse.xtext.formatting2.regionaccess.internal.TextRegions;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextRegions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.35.0.v20240430-1012/org.eclipse.xtext-2.35.0.v20240430-1012.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/src/org/eclipse/papyrus/infra/gmfdiag/css3/formatting2/AbstractCSSFormatter.java:[61] 
	List<ITextSegment> missing = TextRegions.difference(expected, replacements);
	                             ^^^^^^^^^^^
Discouraged access: The type 'TextRegions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.35.0.v20240430-1012/org.eclipse.xtext-2.35.0.v20240430-1012.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/src/org/eclipse/papyrus/infra/gmfdiag/css3/formatting2/AbstractCSSFormatter.java:[61] 
	List<ITextSegment> missing = TextRegions.difference(expected, replacements);
	                                         ^^^^^^^^^^
Discouraged access: The method 'TextRegions.difference(Iterable<ITextSegment>, Iterable<? extends ITextRegion>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.35.0.v20240430-1012/org.eclipse.xtext-2.35.0.v20240430-1012.jar')
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 39 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/target/org.eclipse.papyrus.infra.gmfdiag.css3.xtext-4.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/target/org.eclipse.papyrus.infra.gmfdiag.css3.xtext-4.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/target/org.eclipse.papyrus.infra.gmfdiag.css3.xtext-4.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css3.xtext-4.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css3.xtext-4.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/target/org.eclipse.papyrus.infra.gmfdiag.css3.xtext-4.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css3.xtext-4.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css3.xtext-4.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css3.xtext-4.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.properties >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.properties 4.0.0-SNAPSHOT [228/487]
[INFO]   from ../../plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dnd/StyleSheetDropStrategy.java:[34] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dnd/StyleSheetDropStrategy.java:[102] 
	IFile file = AdapterUtils.adapt(next, IFile.class, null);
	             ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dnd/StyleSheetDropStrategy.java:[102] 
	IFile file = AdapterUtils.adapt(next, IFile.class, null);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IFile>, IFile) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeEditionDialog.java:[56] 
	import org.eclipse.papyrus.infra.widgets.editors.MultipleValueSelectorDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeEditionDialog.java:[456] 
	menuItem.setData(new Integer(menuId));
	                     ^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeEditionDialog.java:[544] 
	dialog.setInitialSelections(new IFile[] { currentFile });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeEditionDialog.java:[783] 
	MultipleValueSelectorDialog vDialog = new MultipleValueSelectorDialog(getShell(), selector, ADD_DIALOG_TITLE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeEditionDialog.java:[783] 
	MultipleValueSelectorDialog vDialog = new MultipleValueSelectorDialog(getShell(), selector, ADD_DIALOG_TITLE);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeEditionDialog.java:[783] 
	MultipleValueSelectorDialog vDialog = new MultipleValueSelectorDialog(getShell(), selector, ADD_DIALOG_TITLE);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MultipleValueSelectorDialog(Shell, IElementSelector, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeEditionDialog.java:[784] 
	vDialog.setContextElement(currentTheme);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setContextElement(Object) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeEditionDialog.java:[785] 
	vDialog.setLabelProvider(labelProvider);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLabelProvider(ILabelProvider) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeEditionDialog.java:[786] 
	vDialog.setFactory(new EcorePropertyEditorFactory(StylesheetsPackage.Literals.THEME__STYLESHEETS));
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setFactory(ReferenceValueFactory) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeEditionDialog.java:[789] 
	int result = vDialog.open();
	                     ^^^^^^
The method open() from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/databinding/AddCssClassStyleCommand.java:[68] 
	namedStyle.getStringListValue().add(style);			
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/property/StyleSheetsPropertyPage.java:[54] 
	import org.eclipse.papyrus.infra.widgets.editors.MultipleValueSelectorDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/property/StyleSheetsPropertyPage.java:[368] 
	button.setData(new Integer(id));
	                   ^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/property/StyleSheetsPropertyPage.java:[534] 
	MultipleValueSelectorDialog vDialog = new MultipleValueSelectorDialog(getShell(), selector, PREFERENCE_PAGE_TITLE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/property/StyleSheetsPropertyPage.java:[534] 
	MultipleValueSelectorDialog vDialog = new MultipleValueSelectorDialog(getShell(), selector, PREFERENCE_PAGE_TITLE);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/property/StyleSheetsPropertyPage.java:[534] 
	MultipleValueSelectorDialog vDialog = new MultipleValueSelectorDialog(getShell(), selector, PREFERENCE_PAGE_TITLE);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MultipleValueSelectorDialog(Shell, IElementSelector, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/property/StyleSheetsPropertyPage.java:[535] 
	vDialog.setContextElement(modelStyleSheets);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setContextElement(Object) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/property/StyleSheetsPropertyPage.java:[536] 
	vDialog.setLabelProvider(labelProvider);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLabelProvider(ILabelProvider) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/property/StyleSheetsPropertyPage.java:[537] 
	vDialog.setFactory(editorFactory);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^
The method setFactory(ReferenceValueFactory) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/property/StyleSheetsPropertyPage.java:[540] 
	int result = vDialog.open();
	                     ^^^^^^
The method open() from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/databinding/RemoveAllModelStyleSheetValueCommand.java:[40] 
	private Resource resource;
	                 ^^^^^^^^
The value of the field RemoveAllModelStyleSheetValueCommand.resource is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[60] 
	import org.eclipse.papyrus.infra.widgets.editors.MultipleValueSelectorDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[397] 
	menuItem.setData(new Integer(menuId));
	                     ^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[485] 
	dialog.setInitialSelections(new IFile[] { currentFile });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[639] 
	button.setData(new Integer(id));
	                   ^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[654] 
	buttonsMap.put(new Integer(id), button);
	                   ^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[743] 
	MultipleValueSelectorDialog vDialog = new MultipleValueSelectorDialog(getShell(), selector, ADD_DIALOG_TITLE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[743] 
	MultipleValueSelectorDialog vDialog = new MultipleValueSelectorDialog(getShell(), selector, ADD_DIALOG_TITLE);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[743] 
	MultipleValueSelectorDialog vDialog = new MultipleValueSelectorDialog(getShell(), selector, ADD_DIALOG_TITLE);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MultipleValueSelectorDialog(Shell, IElementSelector, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[744] 
	vDialog.setContextElement(currentTheme);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setContextElement(Object) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[745] 
	vDialog.setLabelProvider(labelProvider);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLabelProvider(ILabelProvider) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[746] 
	vDialog.setFactory(new EcorePropertyEditorFactory(StylesheetsPackage.Literals.THEME__STYLESHEETS));
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setFactory(ReferenceValueFactory) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/preferences/ThemePreferencesPage.java:[749] 
	int result = vDialog.open();
	                     ^^^^^^
The method open() from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeCreationDialog.java:[294] 
	menuItem.setData(new Integer(menuId));
	                     ^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/dialog/CSSThemeCreationDialog.java:[383] 
	dialog.setInitialSelections(new IFile[] { currentFile });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/org/eclipse/papyrus/infra/gmfdiag/css/properties/databinding/ModelStyleSheetObservableList.java:[174] 
	EList<EObject> objectsFromDiagram = ((CSSDiagram) objectFromResource).getStyles();
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to EList<EObject>
39 problems (39 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/target/org.eclipse.papyrus.infra.gmfdiag.css.properties-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/target/org.eclipse.papyrus.infra.gmfdiag.css.properties-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/target/org.eclipse.papyrus.infra.gmfdiag.css.properties-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.properties-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.properties-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/target/org.eclipse.papyrus.infra.gmfdiag.css.properties-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.properties-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.properties-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.properties-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css.properties ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.configuration >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.configuration 3.0.0-SNAPSHOT [229/487]
[INFO]   from ../../plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.configuration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.configuration
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/src/org/eclipse/papyrus/infra/gmfdiag/css/configuration/handler/AbstractStyleDialog.java:[25] 
	import org.eclipse.e4.ui.css.core.css2.CSS2ColorHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSS2ColorHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/src/org/eclipse/papyrus/infra/gmfdiag/css/configuration/handler/AbstractStyleDialog.java:[401] 
	RGBColor rgbColor = CSS2ColorHelper.getRGBColor(color.getValue());
	                    ^^^^^^^^^^^^^^^
Discouraged access: The type 'CSS2ColorHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/src/org/eclipse/papyrus/infra/gmfdiag/css/configuration/handler/AbstractStyleDialog.java:[401] 
	RGBColor rgbColor = CSS2ColorHelper.getRGBColor(color.getValue());
	                                    ^^^^^^^^^^^
Discouraged access: The method 'CSS2ColorHelper.getRGBColor(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/src/org/eclipse/papyrus/infra/gmfdiag/css/configuration/handler/ApplyStyleHandler.java:[58] 
	Iterator iterator = ((IStructuredSelection) selection).iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 188 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/target/org.eclipse.papyrus.infra.gmfdiag.css.configuration-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/target/org.eclipse.papyrus.infra.gmfdiag.css.configuration-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/target/org.eclipse.papyrus.infra.gmfdiag.css.configuration-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.configuration-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.configuration-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/target/org.eclipse.papyrus.infra.gmfdiag.css.configuration-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.configuration-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.configuration-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.configuration-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css.configuration ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.theme >---
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.theme 2.0.0-SNAPSHOT [230/487]
[INFO]   from ../../plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.theme:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.theme
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/target/org.eclipse.papyrus.infra.gmfdiag.css.theme-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/target/org.eclipse.papyrus.infra.gmfdiag.css.theme-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/target/org.eclipse.papyrus.infra.gmfdiag.css.theme-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.theme-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.theme-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/target/org.eclipse.papyrus.infra.gmfdiag.css.theme-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.theme-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.theme-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.theme-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css.theme ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui 4.0.0-SNAPSHOT [231/487]
[INFO]   from ../../plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/PartialCSSContentAssistParser.java:[10] 
	import org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPartialContentAssistParser' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui.codetemplates.ui/2.35.0.v20240430-1012/org.eclipse.xtext.ui.codetemplates.ui-2.35.0.v20240430-1012.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/PartialCSSContentAssistParser.java:[18] 
	public class PartialCSSContentAssistParser extends CSSParser implements IPartialContentAssistParser {
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPartialContentAssistParser' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui.codetemplates.ui/2.35.0.v20240430-1012/org.eclipse.xtext.ui.codetemplates.ui-2.35.0.v20240430-1012.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[31] 
	import org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[32] 
	import org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ISemanticHighlightingCalculator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[34] 
	public class CSSHighlightingCalculator implements ISemanticHighlightingCalculator {
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ISemanticHighlightingCalculator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[37] 
	public void provideHighlightingFor(XtextResource resource, IHighlightedPositionAcceptor acceptor) {
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[47] 
	acceptor.addPosition(n.getOffset(), n.getLength(), CSSHighlightingConfiguration.ELEMENT);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[52] 
	acceptor.addPosition(n.getOffset(), n.getLength(), DefaultHighlightingConfiguration.DEFAULT_ID);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[60] 
	acceptor.addPosition(n.getFirstChild().getOffset(), n.getFirstChild().getLength(), CSSHighlightingConfiguration.DECLARATIONNAME);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[67] 
	acceptor.addPosition(n.getOffset(), n.getLength(), CSSHighlightingConfiguration.SELECTOR);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[73] 
	acceptor.addPosition(n.getOffset(), 4, CSSHighlightingConfiguration.FUNCTION);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[74] 
	acceptor.addPosition(n.getOffset() + 4, n.getLength() - 5, CSSHighlightingConfiguration.URL);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[75] 
	acceptor.addPosition(n.getOffset() + n.getLength() - 1, 1, CSSHighlightingConfiguration.FUNCTION);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[82] 
	acceptor.addPosition(n.getOffset(), nameLength + 1, CSSHighlightingConfiguration.FUNCTION);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[89] 
	acceptor.addPosition(colonNode.getOffset(), colonNode.getLength(), CSSHighlightingConfiguration.FUNCTION);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[95] 
	acceptor.addPosition(n.getOffset() + n.getLength() - 1, 1, CSSHighlightingConfiguration.FUNCTION);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/highlighting/CSSHighlightingCalculator.java:[100] 
	acceptor.addPosition(n.getOffset(), n.getLength(), DefaultHighlightingConfiguration.STRING_ID);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/CSSUiModule.java:[12] 
	import org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ISemanticHighlightingCalculator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/org/eclipse/papyrus/infra/gmfdiag/css3/ui/CSSUiModule.java:[27] 
	public Class<? extends ISemanticHighlightingCalculator> bindISemanticHighlightingCalculator() {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ISemanticHighlightingCalculator is deprecated
19 problems (19 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 210 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/target/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/target/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/target/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/target/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.newchild >--
[INFO] Building org.eclipse.papyrus.views.modelexplorer.newchild 2.0.0-SNAPSHOT [232/487]
[INFO]   from ../../plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.newchild:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] Resolving class path of org.eclipse.papyrus.views.modelexplorer.newchild
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/src/org/eclipse/papyrus/views/modelexplorer/newchild/ModelExplorerDynamicNewChild.java:[36] 
	public class ModelExplorerDynamicNewChild extends org.eclipse.papyrus.infra.newchild.ui.DynamicNewChild {
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DynamicNewChild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/src/org/eclipse/papyrus/views/modelexplorer/newchild/ModelExplorerDynamicNewChild.java:[42] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'DynamicNewChild()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/src/org/eclipse/papyrus/views/modelexplorer/newchild/ModelExplorerDynamicNewChild.java:[51] 
	super(id);
	^^^^^^^^^^
Discouraged access: The constructor 'DynamicNewChild(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/src/org/eclipse/papyrus/views/modelexplorer/newchild/ModelExplorerDynamicNewChild.java:[56] 
	EObject eObject = getSelection();
	                  ^^^^^^^^^^^^
Discouraged access: The method 'DynamicNewChild.getSelection()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/src/org/eclipse/papyrus/views/modelexplorer/newchild/ModelExplorerDynamicNewChild.java:[69] 
	CreationMenuFactory creationMenuFactory = new ModelExplorerMenuFactory(editingDomain);
	                                                                       ^^^^^^^^^^^^^
Discouraged access: The field 'DynamicNewChild.editingDomain' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/src/org/eclipse/papyrus/views/modelexplorer/newchild/ModelExplorerDynamicNewChild.java:[70] 
	List<Folder> folders = creationMenuRegistry.getRootFolder();
	                       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DynamicNewChild.creationMenuRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/src/org/eclipse/papyrus/views/modelexplorer/newchild/ModelExplorerDynamicNewChild.java:[80] 
	super.fill(menu, index);
	      ^^^^
Discouraged access: The method 'DynamicNewChild.fill(Menu, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/bin')
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 181 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/target/org.eclipse.papyrus.views.modelexplorer.newchild-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/target/org.eclipse.papyrus.views.modelexplorer.newchild-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/target/org.eclipse.papyrus.views.modelexplorer.newchild-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.newchild-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.newchild-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/target/org.eclipse.papyrus.views.modelexplorer.newchild-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.newchild-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.newchild-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.newchild-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.modelexplorer.newchild ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.resourceloading >--
[INFO] Building org.eclipse.papyrus.views.modelexplorer.resourceloading 3.0.0-SNAPSHOT [233/487]
[INFO]   from ../../plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.resourceloading:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] Resolving class path of org.eclipse.papyrus.views.modelexplorer.resourceloading
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 146 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/target/org.eclipse.papyrus.views.modelexplorer.resourceloading-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/target/org.eclipse.papyrus.views.modelexplorer.resourceloading-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/target/org.eclipse.papyrus.views.modelexplorer.resourceloading-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.resourceloading-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.resourceloading-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/target/org.eclipse.papyrus.views.modelexplorer.resourceloading-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.resourceloading-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.resourceloading-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.resourceloading-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.modelexplorer.resourceloading ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.widgets >--
[INFO] Building org.eclipse.papyrus.views.modelexplorer.widgets 3.0.0-SNAPSHOT [234/487]
[INFO]   from ../../plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] Resolving class path of org.eclipse.papyrus.views.modelexplorer.widgets
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 136 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/target/org.eclipse.papyrus.views.modelexplorer.widgets-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/target/org.eclipse.papyrus.views.modelexplorer.widgets-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/target/org.eclipse.papyrus.views.modelexplorer.widgets-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.widgets-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.widgets-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/target/org.eclipse.papyrus.views.modelexplorer.widgets-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.widgets-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.widgets-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.widgets-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.modelexplorer.widgets ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.views.properties >------
[INFO] Building org.eclipse.papyrus.views.properties 5.0.0-SNAPSHOT   [235/487]
[INFO]   from ../../plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.views.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.properties ---
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 137 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/target/org.eclipse.papyrus.views.properties-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/target/org.eclipse.papyrus.views.properties-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/target/org.eclipse.papyrus.views.properties-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties/5.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties/5.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/target/org.eclipse.papyrus.views.properties-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties/5.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties/5.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties/5.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.properties ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.properties.model.xwt >--
[INFO] Building org.eclipse.papyrus.views.properties.model.xwt 3.0.0-SNAPSHOT [236/487]
[INFO]   from ../../plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.model.xwt:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] Resolving class path of org.eclipse.papyrus.views.properties.model.xwt
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.model.xwt ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 145 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/target/org.eclipse.papyrus.views.properties.model.xwt-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/target/org.eclipse.papyrus.views.properties.model.xwt-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/target/org.eclipse.papyrus.views.properties.model.xwt-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.model.xwt/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.model.xwt-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.model.xwt/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.model.xwt-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/target/org.eclipse.papyrus.views.properties.model.xwt-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.model.xwt/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.model.xwt-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.model.xwt/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.model.xwt-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.model.xwt/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.model.xwt-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.properties.model.xwt ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.views-validation >------
[INFO] Building Papyrus Validation View 0.0.1-SNAPSHOT                [237/487]
[INFO]   from ../../plugins/views/validation/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views-validation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views-validation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views-validation ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.views-validation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views-validation/0.0.1-SNAPSHOT/org.eclipse.papyrus.views-validation-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.views.validation >------
[INFO] Building org.eclipse.papyrus.views.validation 3.1.0-SNAPSHOT   [238/487]
[INFO]   from ../../plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.validation ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.validation ---
[INFO] Resolving class path of org.eclipse.papyrus.views.validation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.validation ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/src/org/eclipse/papyrus/views/validation/internal/providers/LabelProviderSorter.java:[36] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/src/org/eclipse/papyrus/views/validation/internal/handlers/QuickFixHandler.java:[30] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/src/org/eclipse/papyrus/views/validation/internal/handlers/QuickFixHandler.java:[53] 
	IMarker marker = AdapterUtils.adapt(sel.getFirstElement(), IMarker.class, null);
	                 ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/src/org/eclipse/papyrus/views/validation/internal/handlers/QuickFixHandler.java:[53] 
	IMarker marker = AdapterUtils.adapt(sel.getFirstElement(), IMarker.class, null);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IMarker>, IMarker) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/src/org/eclipse/papyrus/views/validation/internal/expressions/PapyrusMarkerPropertyTester.java:[20] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/src/org/eclipse/papyrus/views/validation/internal/expressions/PapyrusMarkerPropertyTester.java:[53] 
	IMarker marker = AdapterUtils.adapt(object, IMarker.class, null);
	                 ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/src/org/eclipse/papyrus/views/validation/internal/expressions/PapyrusMarkerPropertyTester.java:[53] 
	IMarker marker = AdapterUtils.adapt(object, IMarker.class, null);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IMarker>, IMarker) from the type AdapterUtils is deprecated
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.validation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 130 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/target/org.eclipse.papyrus.views.validation-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/target/org.eclipse.papyrus.views.validation-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.validation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/target/org.eclipse.papyrus.views.validation-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.validation/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.validation-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.validation/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.validation-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/target/org.eclipse.papyrus.views.validation-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.validation/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.validation-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.validation/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.validation-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/validation/org.eclipse.papyrus.views.validation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.validation/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.validation-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.validation ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.views.search >--------
[INFO] Building org.eclipse.papyrus.views.search 3.1.0-SNAPSHOT       [239/487]
[INFO]   from ../../plugins/views/org.eclipse.papyrus.views.search/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.search ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.search ---
[INFO] Resolving class path of org.eclipse.papyrus.views.search
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.search ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.search ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.search ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.search ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 137 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.search ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/target/org.eclipse.papyrus.views.search-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.search ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/target/org.eclipse.papyrus.views.search-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.search ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/target/org.eclipse.papyrus.views.search-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.search/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.search-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.search/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.search-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/target/org.eclipse.papyrus.views.search-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.search/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.search-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.search/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.search-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/org.eclipse.papyrus.views.search/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.search/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.search-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.search ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.views-references >------
[INFO] Building Papyrus References View 0.0.1-SNAPSHOT                [240/487]
[INFO]   from ../../plugins/views/references/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views-references ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views-references ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views-references ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.views-references ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views-references/0.0.1-SNAPSHOT/org.eclipse.papyrus.views-references-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.views.references >------
[INFO] Building org.eclipse.papyrus.views.references 3.0.0-SNAPSHOT   [241/487]
[INFO]   from ../../plugins/views/references/org.eclipse.papyrus.views.references/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.references ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.references ---
[INFO] Resolving class path of org.eclipse.papyrus.views.references
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.references ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.references ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.references ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.references ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 126 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.references ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/target/org.eclipse.papyrus.views.references-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.references ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/target/org.eclipse.papyrus.views.references-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.references ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/target/org.eclipse.papyrus.views.references-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.references-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.references-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/target/org.eclipse.papyrus.views.references-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.references-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.references-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/references/org.eclipse.papyrus.views.references/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references/3.0.0-SNAPSHOT/org.eclipse.papyrus.views.references-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.references ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.views-documentation >-----
[INFO] Building Papyrus Documentation View 0.0.1-SNAPSHOT             [242/487]
[INFO]   from ../../plugins/views/documentation/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views-documentation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views-documentation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views-documentation ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.views-documentation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views-documentation/0.0.1-SNAPSHOT/org.eclipse.papyrus.views-documentation-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml-internationalization >--
[INFO] Building Papyrus UML Internationalization 0.0.1-SNAPSHOT       [243/487]
[INFO]   from ../../plugins/uml/internationalization/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-internationalization ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-internationalization ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-internationalization ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-internationalization ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-internationalization/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-internationalization-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.utils >--
[INFO] Building org.eclipse.papyrus.uml.internationalization.utils 2.0.0-SNAPSHOT [244/487]
[INFO]   from ../../plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization.utils
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.utils ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 129 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/target/org.eclipse.papyrus.uml.internationalization.utils-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/target/org.eclipse.papyrus.uml.internationalization.utils-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/target/org.eclipse.papyrus.uml.internationalization.utils-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.utils-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.utils-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/target/org.eclipse.papyrus.uml.internationalization.utils-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.utils-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.utils-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.utils-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.internationalization.utils ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.edit >--
[INFO] Building org.eclipse.papyrus.uml.internationalization.edit 2.0.0-SNAPSHOT [245/487]
[INFO]   from ../../plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 131 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/target/org.eclipse.papyrus.uml.internationalization.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/target/org.eclipse.papyrus.uml.internationalization.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/target/org.eclipse.papyrus.uml.internationalization.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/target/org.eclipse.papyrus.uml.internationalization.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.internationalization.edit ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.extensionpoints >-----
[INFO] Building org.eclipse.papyrus.uml.extensionpoints 2.0.0-SNAPSHOT [246/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.extensionpoints/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.extensionpoints:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.extensionpoints
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/org/eclipse/papyrus/uml/extensionpoints/library/FilteredRegisteredLibrariesSelectionDialog.java:[46] 
	Collection alreadySelected) {
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/org/eclipse/papyrus/uml/extensionpoints/library/FilteredRegisteredLibrariesSelectionDialog.java:[47] 
	super(shell, multi, input, alreadySelected, "Libraries to import: ", "Libraries already imported: ");
	                           ^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/org/eclipse/papyrus/uml/extensionpoints/profile/FilteredRegisteredProfilesAsLibrarySelectionDialog.java:[45] 
	public FilteredRegisteredProfilesAsLibrarySelectionDialog(Shell shell, boolean multi, Object[] input, Collection alreadySelected) {
	                                                                                                      ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/org/eclipse/papyrus/uml/extensionpoints/profile/FilteredRegisteredProfilesAsLibrarySelectionDialog.java:[46] 
	super(shell, multi, input, alreadySelected, "Profiles to import: ", "Profiles already imported: ");
	                           ^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/org/eclipse/papyrus/uml/extensionpoints/metamodel/FilteredRegisteredMetamodelsSelectionDialog.java:[45] 
	public FilteredRegisteredMetamodelsSelectionDialog(Shell shell, boolean multi, Object[] input, Collection alreadySelected) {
	                                                                                               ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/org/eclipse/papyrus/uml/extensionpoints/metamodel/FilteredRegisteredMetamodelsSelectionDialog.java:[46] 
	super(shell, multi, input, alreadySelected, "Metamodels to import: ", "Metamodels already imported: ");
	                           ^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/org/eclipse/papyrus/uml/extensionpoints/Activator.java:[39] 
	private static final String RESOURCE_NAME = PLUGIN_ID + ".ViewPlugin";
	                            ^^^^^^^^^^^^^
The value of the field Activator.RESOURCE_NAME is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/org/eclipse/papyrus/uml/extensionpoints/profile/FilteredRegisteredProfilesSelectionDialog.java:[45] 
	public FilteredRegisteredProfilesSelectionDialog(Shell shell, boolean multi, Object[] input, Collection alreadySelected) {
	                                                                                             ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/org/eclipse/papyrus/uml/extensionpoints/profile/FilteredRegisteredProfilesSelectionDialog.java:[46] 
	super(shell, multi, input, alreadySelected, "Profiles to apply: ", "Profiles already applied: ");
	                           ^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Object>
9 problems (9 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.extensionpoints ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 129 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/target/org.eclipse.papyrus.uml.extensionpoints-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/target/org.eclipse.papyrus.uml.extensionpoints-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/target/org.eclipse.papyrus.uml.extensionpoints-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.extensionpoints/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.extensionpoints-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.extensionpoints/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.extensionpoints-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/target/org.eclipse.papyrus.uml.extensionpoints-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.extensionpoints/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.extensionpoints-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.extensionpoints/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.extensionpoints-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.extensionpoints/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.extensionpoints-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.extensionpoints ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.uml-tools >----------
[INFO] Building Papyrus UML Tools 0.0.1-SNAPSHOT                      [247/487]
[INFO]   from ../../plugins/uml/tools/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-tools ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-tools ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-tools ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-tools ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-tools/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-tools-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.utils >-------
[INFO] Building org.eclipse.papyrus.uml.tools.utils 4.1.0-SNAPSHOT    [248/487]
[INFO]   from ../../plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.utils:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] The project's OSGi version is 4.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.tools.utils
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/StereotypeUtil.java:[534] 
	List<EObject> values = (List<EObject>) umlElement.getValue(stereotype, property.getName());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/StereotypeUtil.java:[570] 
	List<EObject> values = (List<EObject>) umlElement.getValue(stereotype, property.getName());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/StereotypeUtil.java:[628] 
	List<EObject> values = (List<EObject>) umlElement.getValue(stereotype, property.getName());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/StereotypeUtil.java:[672] 
	List<EObject> values = (List<EObject>) umlElement.getValue(stereotype, property.getName());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/CustomElementOperations.java:[29] 
	import org.eclipse.uml2.uml.internal.operations.ElementOperations;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementOperations' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20221116-1811/org.eclipse.uml2.uml-5.5.0.v20221116-1811.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/CustomElementOperations.java:[32] 
	public class CustomElementOperations extends ElementOperations {
	                                             ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementOperations' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20221116-1811/org.eclipse.uml2.uml-5.5.0.v20221116-1811.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/CustomElementOperations.java:[50] 
	if (definition == null || getExtension(element, stereotype) == null || element.getStereotypeApplication(stereotype) != null) {
	                          ^^^^^^^^^^^^
Discouraged access: The method 'ElementOperations.getExtension(Element, Stereotype)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20221116-1811/org.eclipse.uml2.uml-5.5.0.v20221116-1811.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/CustomElementOperations.java:[70] 
	return getDefinition(parentElement, stereotype) != null && getExtension(element, stereotype) != null;
	                                                           ^^^^^^^^^^^^
Discouraged access: The method 'ElementOperations.getExtension(Element, Stereotype)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20221116-1811/org.eclipse.uml2.uml-5.5.0.v20221116-1811.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/CustomElementOperations.java:[142] 
	if (appliedDefinition instanceof EClass && !((EClass) appliedDefinition).isAbstract() && getExtension(element, stereotype) != null) {
	                                                                                         ^^^^^^^^^^^^
Discouraged access: The method 'ElementOperations.getExtension(Element, Stereotype)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20221116-1811/org.eclipse.uml2.uml-5.5.0.v20221116-1811.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/ImageUtil.java:[136] 
	target[j] = (new Byte(strToken.nextToken()).byteValue());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Byte(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/PropertyUtil.java:[190] 
	String multiplicity = MultiplicityElementUtil.getMultiplicityAsString(property);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/PropertyUtil.java:[259] 
	String multiplicity = getNonNullString(MultiplicityElementUtil.getMultiplicityAsString(property));
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/MultiplicityElementUtil.java:[141] 
	return new Integer(lower).toString();
	           ^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/MultiplicityElementUtil.java:[168] 
	return element.getUpper() == -1 ? "" : new Integer(element.getUpper()).toString();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/PortUtil.java:[83] 
	String multiplicity = MultiplicityElementUtil.getMultiplicityAsString(property);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/internal/preferences/NamedElementIndexNamingStrategyEnum.java:[48] 
	private String name;
	               ^^^^
The value of the field NamedElementIndexNamingStrategyEnum.name is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/OperationUtil.java:[110] 
	label.append(MultiplicityElementUtil.getMultiplicityAsString(returnParameter));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/UMLUtil.java:[365] 
	private static Stereotype getSuperstereotype(Stereotype substereotype, String qualifiedName) {
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getSuperstereotype(Stereotype, String) from the type UMLUtil is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/UMLStringValueConverter.java:[216] 
	final List<NamedElement> elements = helper.getNamedElements(str);
	                                           ^^^^^^^^^^^^^^^^^^^^^
The method getNamedElements(String) from the type NameResolutionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/UMLStringValueConverter.java:[228] 
	final List<NamedElement> elements = helper.getNamedElements(valueAsString);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getNamedElements(String) from the type NameResolutionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/NameResolutionUtils.java:[325] 
	private static final List<String> getShortestQualifiedNamesOmittingFullyQualifiedName(final NamedElement element, final Namespace scope) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getShortestQualifiedNamesOmittingFullyQualifiedName(NamedElement, Namespace) from the type NameResolutionUtils is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/NameResolutionHelper.java:[333] 
	public List<?> getMatchingElements(Predicate predicate) {
	                                   ^^^^^^^^^
Predicate is a raw type. References to generic type Predicate<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/NameResolutionHelper.java:[336] 
	.filter(namedElement -> {try {return predicate.test(namedElement);} catch (Exception e){return false;}}).collect(Collectors.toSet());
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method test(Object) belongs to the raw type Predicate. References to generic type Predicate<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/ParameterUtil.java:[117] 
	String multiplicity = MultiplicityElementUtil.getMultiplicityAsString(parameter);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/ParameterUtil.java:[173] 
	String multiplicity = MultiplicityElementUtil.getMultiplicityAsString(parameter);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/ParameterUtil.java:[207] 
	private static String getDefaultAsString(Parameter parameter, boolean equalSign) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getDefaultAsString(Parameter, boolean) from the type ParameterUtil is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/org/eclipse/papyrus/uml/tools/utils/ParameterUtil.java:[208] 
	String defaultString = "";
	       ^^^^^^^^^^^^^
The value of the local variable defaultString is not used
28 problems (0 errors, 27 warnings, 1 info)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools.utils ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 129 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/target/org.eclipse.papyrus.uml.tools.utils-4.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/target/org.eclipse.papyrus.uml.tools.utils-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/target/org.eclipse.papyrus.uml.tools.utils-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools.utils/4.1.0-SNAPSHOT/org.eclipse.papyrus.uml.tools.utils-4.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools.utils/4.1.0-SNAPSHOT/org.eclipse.papyrus.uml.tools.utils-4.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/target/org.eclipse.papyrus.uml.tools.utils-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools.utils/4.1.0-SNAPSHOT/org.eclipse.papyrus.uml.tools.utils-4.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools.utils/4.1.0-SNAPSHOT/org.eclipse.papyrus.uml.tools.utils-4.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools.utils/4.1.0-SNAPSHOT/org.eclipse.papyrus.uml.tools.utils-4.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.tools.utils ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.uml.tools >----------
[INFO] Building org.eclipse.papyrus.uml.tools 5.2.0-SNAPSHOT          [249/487]
[INFO]   from ../../plugins/uml/tools/org.eclipse.papyrus.uml.tools/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools ---
[INFO] The project's OSGi version is 5.2.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.tools ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.tools
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.tools ---
[INFO] Compiling 112 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/providers/FlatTabConstaint.java:[59] 
	Object id = ((Set) selection).toArray()[0];
	              ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/adapters/PapyrusUMLDerivedSubsetAdapter.java:[53] 
	private static final void writeAllSubTypeMethodInConsole(final EClass eClass) {
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method writeAllSubTypeMethodInConsole(EClass) from the type PapyrusUMLDerivedSubsetAdapter is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/RequiredInterfaceObservableList.java:[77] 
	super(EMFProperties.list(UMLPackage.eINSTANCE.getPort_Required()).observe(source), domain, source, UMLPackage.eINSTANCE.getPort_Required());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/OwnerObservableValue.java:[67] 
	public class OwnerObservableValue extends ReferenceCountedObservable.Value implements IChangeListener, AggregatedObservable, CommandBasedObservableValue, IObserving {
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/OwnerObservableValue.java:[75] 
	private final IObservableList navigableEndsObservableList;
	              ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/OwnerObservableValue.java:[98] 
	navigableEndsObservableList = EMFProperties.list(UMLPackage.eINSTANCE.getAssociation_NavigableOwnedEnd()).observe(memberEnd.getAssociation());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/OwnerObservableValue.java:[104] 
	fireValueChange(Diffs.createValueDiff(currentValue, doGetValue()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/OwnedAttributeHelper.java:[125] 
	attributeList.addAll((EList<Property>) ownerType.eGet(ownedAttributeFeature));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to EList<Property>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[44] 
	public class ExtendedMultiplicityObservableValue extends ReferenceCountedObservable.Value implements AggregatedObservable {
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[55] 
	private final List<IObservableValue> observableValues;
	                   ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[113] 
	final Object value = ((IObservableValue) observable).getValue();
	                       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[119] 
	final IObservableValue existingMultiplicityValues = observableValues.get(count);
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[120] 
	final IObservableValue multiplicityValueToAggregate = ((List<IObservableValue>) value).get(count);
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[120] 
	final IObservableValue multiplicityValueToAggregate = ((List<IObservableValue>) value).get(count);
	                                                             ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[122] 
	final IObservableValue aggregatedObservable = (IObservableValue) ((AggregatedObservable) existingMultiplicityValues).aggregate(multiplicityValueToAggregate);
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[122] 
	final IObservableValue aggregatedObservable = (IObservableValue) ((AggregatedObservable) existingMultiplicityValues).aggregate(multiplicityValueToAggregate);
	                                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[123] 
	result.getObservableValues().add((IObservableValue) DelegatingObservable.wrap(aggregatedObservable));
	                                  ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[211] 
	fireValueChange(Diffs.createValueDiff(oldObservables, newObservables));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[220] 
	public List<IObservableValue> getObservableValues() {
	            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtendedMultiplicityObservableValue.java:[231] 
	for (IObservableValue observableValue : observableValues) {
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/AbstractUMLValidator.java:[8] 
	public abstract class AbstractUMLValidator implements IValidator {
	                                                      ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/providers/UMLContentProvider.java:[36] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/providers/UMLContentProvider.java:[179] 
	root = ServiceUtilsForActionHandlers.getInstance().getServiceRegistry().getService(ResourceSet.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/providers/UMLContentProvider.java:[179] 
	root = ServiceUtilsForActionHandlers.getInstance().getServiceRegistry().getService(ResourceSet.class);
	                                     ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/providers/UMLContentProvider.java:[179] 
	root = ServiceUtilsForActionHandlers.getInstance().getServiceRegistry().getService(ResourceSet.class);
	                                                   ^^^^^^^^^^^^^^^^^^^^
The method getServiceRegistry() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/AbstractUMLAggregatedObservableValue.java:[35] 
	public abstract class AbstractUMLAggregatedObservableValue extends ReferenceCountedObservable.Value implements AggregatedObservable, CommandBasedObservableValue {
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/providers/ServiceEditContentProvider.java:[24] 
	import org.eclipse.papyrus.uml.tools.providers.SemanticUMLContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.uml.tools.providers.SemanticUMLContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/util/UMLProviderHelper.java:[68] 
	TreeBrowseStrategy browseStrategy = new ProviderBasedBrowseStrategy(provider);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/NavigationObservableValue.java:[61] 
	public class NavigationObservableValue extends ReferenceCountedObservable.Value implements IChangeListener, CommandBasedObservableValue, AggregatedObservable, IObserving {
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/NavigationObservableValue.java:[67] 
	private final IObservableList ownerObservableList;
	              ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/NavigationObservableValue.java:[83] 
	ownerObservableList = EMFProperties.list(UMLPackage.eINSTANCE.getAssociation_OwnedEnd()).observe(memberEnd.getAssociation());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/NavigationObservableValue.java:[89] 
	fireValueChange(Diffs.createValueDiff(currentValue, doGetValue()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/util/ReferenceContentAssistProcessor.java:[58] 
	private boolean isMany;
	                ^^^^^^
The value of the field ReferenceContentAssistProcessor.isMany is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/util/UMLReferenceConverter.java:[228] 
	public List<?> getMatchingElements(Predicate p) {
	                                   ^^^^^^^^^
Predicate is a raw type. References to generic type Predicate<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/model/UmlUtils.java:[35] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/model/UmlUtils.java:[64] 
	return (UmlModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(UmlModel.MODEL_ID);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/model/UmlUtils.java:[64] 
	return (UmlModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(UmlModel.MODEL_ID);
	                                                ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/model/UmlUtils.java:[64] 
	return (UmlModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(UmlModel.MODEL_ID);
	                                                              ^^^^^^^^^^^^^
The method getModelSet() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/model/UmlUtils.java:[82] 
	return (UmlModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(UmlModel.MODEL_ID);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/model/UmlUtils.java:[82] 
	return (UmlModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(UmlModel.MODEL_ID);
	                                                ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/model/UmlUtils.java:[82] 
	return (UmlModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(UmlModel.MODEL_ID);
	                                                              ^^^^^^^^^^^^^
The method getModelSet() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ImageExpressionObservableValue.java:[36] 
	public class ImageExpressionObservableValue extends AbstractObservableValue implements IObserving {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ImageNameObservableValue.java:[37] 
	public class ImageNameObservableValue extends AbstractObservableValue implements IObserving {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ProvidedInterfaceObservableList.java:[79] 
	super(EMFProperties.list(UMLPackage.eINSTANCE.getPort_Provided()).observe(source), domain, source, UMLPackage.eINSTANCE.getPort_Provided());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/providers/UMLLabelProvider.java:[138] 
	Image image = Activator.getDefault().getIconElement((Element) element);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getIconElement(Element) from the type Activator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/providers/UMLLabelProvider.java:[237] 
	final String multiplicityAsString = MultiplicityElementUtil.getMultiplicityAsString(property);
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/helper/UMLDatabindingHelper.java:[52] 
	public static IObservableValue getObservableValue(EObject source, EStructuralFeature feature, EditingDomain domain) {
	              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/helper/UMLDatabindingHelper.java:[53] 
	return domain == null ? EMFProperties.value(feature).observe(source) : new PapyrusObservableValue(source, feature, domain);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/profile/index/ProfileLanguageProvider.java:[238] 
	result = class_.asSubclass(ILanguage.class).newInstance();
	                                            ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#5-of ? extends ILanguage> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtensionRequiredObservableValue.java:[41] 
	public class ExtensionRequiredObservableValue extends AbstractObservableValue implements IChangeListener, IObserving {
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtensionRequiredObservableValue.java:[80] 
	observable.setValue(required ? MultiplicityParser.ONE : MultiplicityParser.OPTIONAL);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtensionRequiredObservableValue.java:[102] 
	fireValueChange(new ValueDiff() {
			@Override
			public Object getOldValue() {
				return oldValue;
			}
			@Override
			public Object getNewValue() {
				return newValue;
			}
		});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ExtensionRequiredObservableValue.java:[102] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/ImageKindObservableValue.java:[39] 
	public class ImageKindObservableValue extends AbstractObservableValue implements IObserving {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/MultiplicityObservableValue.java:[58] 
	public class MultiplicityObservableValue extends ReferenceCountedObservable.Value implements IChangeListener, CommandBasedObservableValue, AggregatedObservable, IObserving {
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/MultiplicityObservableValue.java:[60] 
	private IObservableValue lowerBound, upperBound, lowerValue, upperValue, lowerValueSpecification, upperValueSpecification;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/MultiplicityObservableValue.java:[110] 
	private IObservableValue getValueSpecification(IObservableValue source, EStructuralFeature specificationFeature, EditingDomain domain) {
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/MultiplicityObservableValue.java:[110] 
	private IObservableValue getValueSpecification(IObservableValue source, EStructuralFeature specificationFeature, EditingDomain domain) {
	                                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/MultiplicityObservableValue.java:[158] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return null; // Unknown
				}
				@Override
				public Object getNewValue() {
					return value;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/databinding/MultiplicityObservableValue.java:[158] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
60 problems (60 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 150 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/target/org.eclipse.papyrus.uml.tools-5.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/target/org.eclipse.papyrus.uml.tools-5.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.tools ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/target/org.eclipse.papyrus.uml.tools-5.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools/5.2.0-SNAPSHOT/org.eclipse.papyrus.uml.tools-5.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools/5.2.0-SNAPSHOT/org.eclipse.papyrus.uml.tools-5.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/target/org.eclipse.papyrus.uml.tools-5.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools/5.2.0-SNAPSHOT/org.eclipse.papyrus.uml.tools-5.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools/5.2.0-SNAPSHOT/org.eclipse.papyrus.uml.tools-5.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools/5.2.0-SNAPSHOT/org.eclipse.papyrus.uml.tools-5.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.tools ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml.appearance >-------
[INFO] Building org.eclipse.papyrus.uml.appearance 3.0.0-SNAPSHOT     [250/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.appearance/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.appearance ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.appearance ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.appearance
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.appearance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.appearance ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/src/org/eclipse/papyrus/uml/appearance/commands/AddAppliedQNStereotypeToDisplayCommand.java:[41] 
	private String appliedStereotypePresentationKind;
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field AddAppliedQNStereotypeToDisplayCommand.appliedStereotypePresentationKind is not used
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.appearance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.appearance ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 113 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.appearance ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/target/org.eclipse.papyrus.uml.appearance-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.appearance ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/target/org.eclipse.papyrus.uml.appearance-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.appearance ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/target/org.eclipse.papyrus.uml.appearance-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.appearance/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.appearance-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.appearance/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.appearance-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/target/org.eclipse.papyrus.uml.appearance-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.appearance/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.appearance-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.appearance/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.appearance-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.appearance/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.appearance/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.appearance-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.appearance ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.uml-diagrams >--------
[INFO] Building Papyrus UML Diagrams 0.0.1-SNAPSHOT                   [251/487]
[INFO]   from ../../plugins/uml/diagram/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-diagrams ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-diagrams ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-diagrams ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-diagrams ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-diagrams/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-diagrams-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common >-----
[INFO] Building org.eclipse.papyrus.uml.diagram.common 5.1.200-SNAPSHOT [252/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common:5.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] The project's OSGi version is 5.1.200.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.common
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] Compiling 559 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/commands/AbstractCommonTransactionalCommmand.java:[39] 
	public AbstractCommonTransactionalCommmand(TransactionalEditingDomain domain, String label, List affectedFiles) {
	                                                                                            ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/FullInsidePortPositionLocator.java:[52] 
	super(parentFigure, preferredSide);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/FullInsidePortPositionLocator.java:[131] 
	int offSetX = new Double(Math.sqrt(Math.pow(corner / 2, 2) - Math.pow(h, 2))).intValue();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/FullInsidePortPositionLocator.java:[136] 
	int offSetX = new Double(Math.sqrt(Math.pow(corner / 2, 2) - Math.pow(h, 2))).intValue();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/FullInsidePortPositionLocator.java:[143] 
	int offSetX = new Double(Math.sqrt(Math.pow(corner / 2, 2) - Math.pow(h, 2))).intValue();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/FullInsidePortPositionLocator.java:[148] 
	int offSetX = new Double(Math.sqrt(Math.pow(corner / 2, 2) - Math.pow(h, 2))).intValue();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/migration/editpolicies/StereotypeEAnnotationMigrationEditPolicy.java:[138] 
	Iterator<Object> sibilings = containerView.getChildren().iterator();
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupSuiteImpl.java:[21] 
	private final HashMap<Class, Lookup> myLookups = new HashMap<Class, Lookup>();
	                      ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupSuiteImpl.java:[21] 
	private final HashMap<Class, Lookup> myLookups = new HashMap<Class, Lookup>();
	                             ^^^^^^
Lookup is a raw type. References to generic type Lookup<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupSuiteImpl.java:[21] 
	private final HashMap<Class, Lookup> myLookups = new HashMap<Class, Lookup>();
	                                                             ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupSuiteImpl.java:[21] 
	private final HashMap<Class, Lookup> myLookups = new HashMap<Class, Lookup>();
	                                                                    ^^^^^^
Lookup is a raw type. References to generic type Lookup<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupSuiteImpl.java:[35] 
	Lookup<T> result = myLookups.get(clazz);
	                   ^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Lookup needs unchecked conversion to conform to Lookup<T>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupSuiteImpl.java:[36] 
	return result == null ? NULL_LOOKUP : result;
	                        ^^^^^^^^^^^
Type safety: The expression of type Lookup needs unchecked conversion to conform to Lookup<T>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AppliedStereotypePropertyDirectEditPolicy.java:[26] 
	import org.eclipse.gmf.runtime.gef.ui.internal.parts.TextCellEditorEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AppliedStereotypePropertyDirectEditPolicy.java:[38] 
	if (edit.getCellEditor() instanceof TextCellEditorEx) {
	                                    ^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AppliedStereotypePropertyDirectEditPolicy.java:[39] 
	if (!((TextCellEditorEx) edit.getCellEditor()).hasValueChanged()) {
	       ^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AppliedStereotypePropertyDirectEditPolicy.java:[39] 
	if (!((TextCellEditorEx) edit.getCellEditor()).hasValueChanged()) {
	                                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'TextCellEditorEx.hasValueChanged()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/migration/commands/StereotypeNestedPropertiesMigrationCommand.java:[54] 
	public Enum getLocation(final String oldProperties) {
	       ^^^^
Enum is a raw type. References to generic type Enum<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/migration/commands/StereotypeNestedPropertiesMigrationCommand.java:[54] 
	public Enum getLocation(final String oldProperties) {
	       ^^^^
Type safety: The return type Enum for getLocation(String) from the type StereotypeNestedPropertiesMigrationCommand needs unchecked conversion to conform to Enum<?> from the type StereotypePropertiesMigrationCommand
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/migration/commands/StereotypeNestedPropertiesMigrationCommand.java:[55] 
	Enum location = StereotypeLocationEnum.IN_BRACE;
	^^^^
Enum is a raw type. References to generic type Enum<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/RoundedCompartmentFigure.java:[32] 
	import org.eclipse.e4.ui.css.core.css2.CSS2ColorHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSS2ColorHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/RoundedCompartmentFigure.java:[208] 
	newFigure.setLayoutManager(new SubCompartmentLayoutManager());
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubCompartmentLayoutManager is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/RoundedCompartmentFigure.java:[208] 
	newFigure.setLayoutManager(new SubCompartmentLayoutManager());
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubCompartmentLayoutManager() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/RoundedCompartmentFigure.java:[582] 
	final RGBColor rgbColor = CSS2ColorHelper.getRGBColor(stringColor);
	                          ^^^^^^^^^^^^^^^
Discouraged access: The type 'CSS2ColorHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/RoundedCompartmentFigure.java:[582] 
	final RGBColor rgbColor = CSS2ColorHelper.getRGBColor(stringColor);
	                                          ^^^^^^^^^^^
Discouraged access: The method 'CSS2ColorHelper.getRGBColor(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/DiagramNodeFigure.java:[68] 
	List childrenList = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/DiagramNodeFigure.java:[106] 
	toolbarLayout.setVertical(false);
	              ^^^^^^^^^^^^^^^^^^
The method setVertical(boolean) from the type ToolbarLayout is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/sheet/UMLPropertySource.java:[137] 
	dialog.setInitialElementSelections((List) initialSelection);
	                                    ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/RichTextRenderer.java:[22] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.figures.AnimatableScrollPane;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AnimatableScrollPane' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/RichTextRenderer.java:[51] 
	protected AnimatableScrollPane contentPane;
	          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AnimatableScrollPane' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/RichTextRenderer.java:[58] 
	contentPane = new AnimatableScrollPane();
	                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AnimatableScrollPane' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/RichTextRenderer.java:[58] 
	contentPane = new AnimatableScrollPane();
	                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'AnimatableScrollPane()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/RichTextRenderer.java:[110] 
	contentPane.validate();
	            ^^^^^^^^
Discouraged access: The method 'AnimatableScrollPane.validate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultiLineCellEditor.java:[16] 
	import org.eclipse.gmf.runtime.gef.ui.internal.parts.TextCellEditorEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultiLineCellEditor.java:[21] 
	public class MultiLineCellEditor extends TextCellEditorEx {
	                                         ^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractNameReferencesListenerEditPolicy.java:[22] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractNameReferencesListenerEditPolicy.java:[33] 
	public abstract class AbstractNameReferencesListenerEditPolicy extends GraphicalEditPolicyEx implements Adapter {
	                                                                       ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractNameReferencesListenerEditPolicy.java:[62] 
	super.refresh();
	      ^^^^^^^
Discouraged access: The method 'GraphicalEditPolicyEx.refresh()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/ModelingAssistantRegistry.java:[55] 
	private static final Class<Object>[] classes = new Class[] { Assistant.class, AssistedEditPart.class, Include.class, Exclude.class, ElementType.class };
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Class[] needs unchecked conversion to conform to Class<Object>[]
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/ModelingAssistantRegistry.java:[107] 
	public List customizeTypesForEditPart(String editorID, EditPart editPart, List types) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/ModelingAssistantRegistry.java:[107] 
	public List customizeTypesForEditPart(String editorID, EditPart editPart, List types) {
	                                                                          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[22] 
	import org.eclipse.gmf.runtime.diagram.ui.printing.internal.l10n.DiagramUIPrintingMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPrintingMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[23] 
	import org.eclipse.gmf.runtime.diagram.ui.printing.internal.util.SWTDiagramPrinter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SWTDiagramPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[51] 
	public static void doRun(final IEditorPart editorPart, final SWTDiagramPrinter diagramPrinter) {
	                                                             ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SWTDiagramPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[58] 
	DiagramUIPrintingMessages.Print_MessageDialogTitle,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPrintingMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[58] 
	DiagramUIPrintingMessages.Print_MessageDialogTitle,
	                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIPrintingMessages.Print_MessageDialogTitle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[59] 
	DiagramUIPrintingMessages.Print_MessageDialogMessage);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPrintingMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[59] 
	DiagramUIPrintingMessages.Print_MessageDialogMessage);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIPrintingMessages.Print_MessageDialogMessage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[63] 
	diagramPrinter.setPrinter(printer);
	               ^^^^^^^^^^
Discouraged access: The method 'SWTDiagramPrinter.setPrinter(Printer)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[64] 
	diagramPrinter.setDisplayDPI(dialog.getParent().getDisplay().getDPI());
	               ^^^^^^^^^^^^^
Discouraged access: The method 'DiagramPrinter.setDisplayDPI(Point)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[77] 
	diagramPrinter.setDiagrams(Collections.singletonList(diagramEditPart.getDiagramView().getDiagram()));
	               ^^^^^^^^^^^
Discouraged access: The method 'DiagramPrinter.setDiagrams(Collection<Diagram>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[80] 
	diagramPrinter.setColumns(1);
	               ^^^^^^^^^^
Discouraged access: The method 'DiagramPrinter.setColumns(int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[81] 
	diagramPrinter.setRows(1);
	               ^^^^^^^
Discouraged access: The method 'DiagramPrinter.setRows(int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[83] 
	diagramPrinter.setScaledPercent(100);
	               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiagramPrinter.setScaledPercent(int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomPrintActionHelper.java:[86] 
	diagramPrinter.run();
	               ^^^
Discouraged access: The method 'SWTDiagramPrinter.run()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/UmlGmfDiagramEditor.java:[235] 
	public Object getAdapter(Class type) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/BorderNamedElementEditPart.java:[24] 
	import org.eclipse.papyrus.infra.emf.appearance.helper.NameLabelIconHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type NameLabelIconHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/BorderNamedElementEditPart.java:[75] 
	getNodeNamedElementFigure().setNameLabelIcon(NameLabelIconHelper.showLabelIcon((View) getModel()));
	                                             ^^^^^^^^^^^^^^^^^^^
The type NameLabelIconHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/BorderNamedElementEditPart.java:[75] 
	getNodeNamedElementFigure().setNameLabelIcon(NameLabelIconHelper.showLabelIcon((View) getModel()));
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method showLabelIcon(EModelElement) from the type NameLabelIconHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ExtendedDirectEditPolicy.java:[35] 
	import org.eclipse.gmf.runtime.gef.ui.internal.parts.TextCellEditorEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ExtendedDirectEditPolicy.java:[245] 
	ILabelControler labelControler = new FigureControler(getHostFigure(), accessor);
	                ^^^^^^^^^^^^^^
The value of the local variable labelControler is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ExtendedDirectEditPolicy.java:[248] 
	manager = new TextDirectEditManager((GraphicalEditPart) getHost(), TextCellEditorEx.class, locator);
	                                                                   ^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ExtendedDirectEditPolicy.java:[317] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ExtendedDirectEditPolicy.java:[355] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/commands/UpdateLifelineRepresentsCommand.java:[70] 
	private final EditingDomain editingDomain;
	                            ^^^^^^^^^^^^^
The value of the field UpdateLifelineRepresentsCommand.editingDomain is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/commands/UpdateLifelineRepresentsCommand.java:[106] 
	Connector connector;
	          ^^^^^^^^^
The value of the local variable connector is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/ConstraintParser.java:[212] 
	Integer minInt = new Integer(newString.substring(0, newString.indexOf("..")));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/ConstraintParser.java:[213] 
	Integer maxInt = new Integer(newString.substring(newString.indexOf("..") + 2, newString.length()));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/ConstraintParser.java:[279] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/migration/commands/StereotypeCommentPropertiesMigrationCommand.java:[87] 
	EList<Edge> targetEdges = newComment.getTargetEdges();
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to EList<Edge>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/HTMLCornerBentFigure.java:[37] 
	import org.eclipse.gmf.runtime.draw2d.ui.internal.figures.AnimatableScrollPane;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AnimatableScrollPane' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/HTMLCornerBentFigure.java:[108] 
	protected AnimatableScrollPane contentPane;
	          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AnimatableScrollPane' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/HTMLCornerBentFigure.java:[136] 
	private FontData currentFontData;
	                 ^^^^^^^^^^^^^^^
The value of the field HTMLCornerBentFigure.currentFontData is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/HTMLCornerBentFigure.java:[149] 
	private Set<FontData> cachedFontDatas = new HashSet<>();
	                      ^^^^^^^^^^^^^^^
The value of the field HTMLCornerBentFigure.cachedFontDatas is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/display/IStereotypeViewProvider.java:[50] 
	public View getProperty(Property property, Stereotype stereotype, Enum location);
	                                                                  ^^^^
Enum is a raw type. References to generic type Enum<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/display/IStereotypeViewProvider.java:[67] 
	public View getCompartment(Stereotype stereotype, Enum location);
	                                                  ^^^^
Enum is a raw type. References to generic type Enum<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/ClassifierEditPart.java:[36] 
	private boolean isAbstract;
	                ^^^^^^^^^^
The value of the field ClassifierEditPart.isAbstract is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/DiagramWithPrintGlobalActionHandlerExtended.java:[24] 
	import org.eclipse.gmf.runtime.diagram.ui.printing.internal.util.SWTDiagramPrinter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SWTDiagramPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/DiagramWithPrintGlobalActionHandlerExtended.java:[54] 
	new SWTDiagramPrinter(getPreferencesHint((IEditorPart) cntxt.getActivePart()), getMapMode(cntxt)));
	    ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SWTDiagramPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/DiagramWithPrintGlobalActionHandlerExtended.java:[54] 
	new SWTDiagramPrinter(getPreferencesHint((IEditorPart) cntxt.getActivePart()), getMapMode(cntxt)));
	    ^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SWTDiagramPrinter(PreferencesHint, IMapMode)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.printing/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.printing-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/CreateLinkToolBase.java:[42] 
	HashMap extendedData = new HashMap();
	^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/CreateLinkToolBase.java:[42] 
	HashMap extendedData = new HashMap();
	                           ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/StereotypedElementLabelHelper.java:[36] 
	import org.eclipse.papyrus.uml.appearance.helper.AppliedStereotypeHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/StereotypedElementLabelHelper.java:[37] 
	import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/StereotypedElementLabelHelper.java:[81] 
	StringTokenizer stringTokenizer = new StringTokenizer(stereotypesPropertiesToDisplay, UMLVisualInformationPapyrusConstant.STEREOTYPE_PROPERTIES_LIST_SEPARATOR);
	                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/StereotypedElementLabelHelper.java:[81] 
	StringTokenizer stringTokenizer = new StringTokenizer(stereotypesPropertiesToDisplay, UMLVisualInformationPapyrusConstant.STEREOTYPE_PROPERTIES_LIST_SEPARATOR);
	                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_PROPERTIES_LIST_SEPARATOR is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/StereotypedElementLabelHelper.java:[102] 
	String stereotypespresentationKind = AppliedStereotypeHelper.getAppliedStereotypePresentationKind((View) editPart.getModel());
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/StereotypedElementLabelHelper.java:[102] 
	String stereotypespresentationKind = AppliedStereotypeHelper.getAppliedStereotypePresentationKind((View) editPart.getModel());
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypePresentationKind(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/StereotypedElementLabelHelper.java:[106] 
	if (stereotypespresentationKind.equals(UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION) || stereotypespresentationKind.equals(UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION)) {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/StereotypedElementLabelHelper.java:[106] 
	if (stereotypespresentationKind.equals(UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION) || stereotypespresentationKind.equals(UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION)) {
	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/StereotypedElementLabelHelper.java:[106] 
	if (stereotypespresentationKind.equals(UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION) || stereotypespresentationKind.equals(UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION)) {
	                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/StereotypedElementLabelHelper.java:[106] 
	if (stereotypespresentationKind.equals(UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION) || stereotypespresentationKind.equals(UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION)) {
	                                                                                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/DefaultPasteCommandProvider.java:[53] 
	public class DefaultPasteCommandProvider implements IPasteCommandProvider {
	                                                    ^^^^^^^^^^^^^^^^^^^^^
The type IPasteCommandProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/PapyrusRoundedNodeFigure.java:[61] 
	tempRect.crop(getBorder().getInsets(this));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method crop(Insets) from the type Rectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dragtracker/NoScrollDragEditPartsTrackerEx.java:[53] 
	IFigure fig = ((GraphicalEditPart) getSourceEditPart().getParent()).getFigure();
	        ^^^
The value of the local variable fig is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dragtracker/NoScrollDragEditPartsTrackerEx.java:[55] 
	IFigure contentPane = ((GraphicalEditPart) getSourceEditPart().getParent()).getContentPane();
	        ^^^^^^^^^^^
The value of the local variable contentPane is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/handlers/UnloadHandler.java:[39] 
	public class UnloadHandler extends GraphicalCommandHandler {
	                                   ^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/handlers/UnloadHandler.java:[47] 
	TransactionalEditingDomain editingDomain = getEditingDomain();
	                                           ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/handlers/UnloadHandler.java:[48] 
	List<IGraphicalEditPart> selection = getSelectedElements();
	                                     ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomDiagramWithPrintGlobalActionHandlerProvider.java:[43] 
	private Hashtable handlerList = new Hashtable();
	        ^^^^^^^^^
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomDiagramWithPrintGlobalActionHandlerProvider.java:[43] 
	private Hashtable handlerList = new Hashtable();
	                                    ^^^^^^^^^
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomDiagramWithPrintGlobalActionHandlerProvider.java:[59] 
	getHandlerList().put(context.getActivePart(),
					new DiagramWithPrintGlobalActionHandlerExtended());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/CustomDiagramWithPrintGlobalActionHandlerProvider.java:[111] 
	private Hashtable getHandlerList() {
	        ^^^^^^^^^
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/migration/StereotypeMigrationHelper.java:[357] 
	Iterator<Edge> edgeIterator = semanticView.getSourceEdges().iterator();
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Edge>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/migration/StereotypeMigrationHelper.java:[384] 
	Iterator<Edge> edgeIterator = semanticView.getSourceEdges().iterator();
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Edge>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/NodeNamedElementFigure.java:[35] 
	import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/NodeNamedElementFigure.java:[915] 
	if (presentation.equals(UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION) && hasIcon) {
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/NodeNamedElementFigure.java:[915] 
	if (presentation.equals(UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION) && hasIcon) {
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/NodeNamedElementFigure.java:[918] 
	} else if (presentation.equals(UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) && hasShape) {
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/NodeNamedElementFigure.java:[918] 
	} else if (presentation.equals(UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) && hasShape) {
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CustomConnectionLabelsEditPolicy.java:[24] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.properties.Properties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CustomConnectionLabelsEditPolicy.java:[67] 
	SetPropertyCommand cmd = new SetPropertyCommand(getEditingDomain(), new EObjectAdapter(((ShowHideConnectionLabelsRequest) request).getView()), Properties.ID_ISVISIBLE, DiagramUIMessages.Command_hideLabel_Label,
	                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CustomConnectionLabelsEditPolicy.java:[67] 
	SetPropertyCommand cmd = new SetPropertyCommand(getEditingDomain(), new EObjectAdapter(((ShowHideConnectionLabelsRequest) request).getView()), Properties.ID_ISVISIBLE, DiagramUIMessages.Command_hideLabel_Label,
	                                                                                                                                                          ^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_ISVISIBLE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/display/command/AddAppliedStereotypePropertiesToDisplayCommand.java:[73] 
	switch (StereotypeLocationEnum.valueOf(location)) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant IN_COMMENT_BRACE needs a corresponding case label in this enum switch on StereotypeLocationEnum
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/TextCellEditorLocator.java:[51] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CreateOrSelectTypeDialog.java:[44] 
	import org.eclipse.papyrus.uml.tools.utils.internal.preferences.NamedElementIndexNamingStrategyEnum;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NamedElementIndexNamingStrategyEnum' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CreateOrSelectTypeDialog.java:[464] 
	name = NamedElementUtil.computeDefaultNameWithIncrementFromBase(elementType.getEClass().getName(), newTypeContainer.eContents(), null, "", NamedElementIndexNamingStrategyEnum.UNIQUE_INDEX_INITIALIZATION.getName());
	                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NamedElementIndexNamingStrategyEnum' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CreateOrSelectTypeDialog.java:[464] 
	name = NamedElementUtil.computeDefaultNameWithIncrementFromBase(elementType.getEClass().getName(), newTypeContainer.eContents(), null, "", NamedElementIndexNamingStrategyEnum.UNIQUE_INDEX_INITIALIZATION.getName());
	                                                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'NamedElementIndexNamingStrategyEnum.UNIQUE_INDEX_INITIALIZATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CreateOrSelectTypeDialog.java:[464] 
	name = NamedElementUtil.computeDefaultNameWithIncrementFromBase(elementType.getEClass().getName(), newTypeContainer.eContents(), null, "", NamedElementIndexNamingStrategyEnum.UNIQUE_INDEX_INITIALIZATION.getName());
	                                                                                                                                                                                                           ^^^^^^^
Discouraged access: The method 'NamedElementIndexNamingStrategyEnum.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CreateOrSelectTypeDialog.java:[466] 
	name = NamedElementUtil.computeDefaultNameWithIncrementFromBase(elementEClass.getName(), newTypeContainer.eContents(), null, "", NamedElementIndexNamingStrategyEnum.UNIQUE_INDEX_INITIALIZATION.getName());
	                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NamedElementIndexNamingStrategyEnum' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CreateOrSelectTypeDialog.java:[466] 
	name = NamedElementUtil.computeDefaultNameWithIncrementFromBase(elementEClass.getName(), newTypeContainer.eContents(), null, "", NamedElementIndexNamingStrategyEnum.UNIQUE_INDEX_INITIALIZATION.getName());
	                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'NamedElementIndexNamingStrategyEnum.UNIQUE_INDEX_INITIALIZATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CreateOrSelectTypeDialog.java:[466] 
	name = NamedElementUtil.computeDefaultNameWithIncrementFromBase(elementEClass.getName(), newTypeContainer.eContents(), null, "", NamedElementIndexNamingStrategyEnum.UNIQUE_INDEX_INITIALIZATION.getName());
	                                                                                                                                                                                                 ^^^^^^^
Discouraged access: The method 'NamedElementIndexNamingStrategyEnum.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/FlowFinalNode.java:[58] 
	Rectangle r = getBounds().getCopy().crop(new Insets(0, 0, 1, 1));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method crop(Insets) from the type Rectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[24] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIDebugOptions;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIDebugOptions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[25] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[26] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIStatusCodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[108] 
	setFontColor(DiagramColorRegistry.getInstance().getColor(new Integer(style.getFontColor())));
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[138] 
	Trace.catching(DiagramUIPlugin.getInstance(),
	               ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[138] 
	Trace.catching(DiagramUIPlugin.getInstance(),
	                               ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[139] 
	DiagramUIDebugOptions.EXCEPTIONS_CATCHING, getClass(), "performDirectEditRequest", e); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIDebugOptions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[139] 
	DiagramUIDebugOptions.EXCEPTIONS_CATCHING, getClass(), "performDirectEditRequest", e); //$NON-NLS-1$
	                      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIDebugOptions.EXCEPTIONS_CATCHING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[140] 
	Log.error(DiagramUIPlugin.getInstance(),
	          ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[140] 
	Log.error(DiagramUIPlugin.getInstance(),
	                          ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[141] 
	DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "performDirectEditRequest", e); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractCommentEditPart.java:[141] 
	DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "performDirectEditRequest", e); //$NON-NLS-1$
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/UMLConnectionNodeEditPart.java:[80] 
	public final Iterator getEventListenerIterator(Class clazz) {
	             ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/UMLConnectionNodeEditPart.java:[80] 
	public final Iterator getEventListenerIterator(Class clazz) {
	                                               ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/UMLConnectionNodeEditPart.java:[81] 
	return getEventListeners(clazz);
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getEventListeners(Class) of the generic method getEventListeners(Class<T>) of type AbstractEditPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/UMLConnectionNodeEditPart.java:[81] 
	return getEventListeners(clazz);
	                         ^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/handlers/ParametricAndListeningHandler.java:[42] 
	public abstract class ParametricAndListeningHandler extends GraphicalCommandHandler implements IExecutableExtension {
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/handlers/ParametricAndListeningHandler.java:[142] 
	this.parameter = (String) ((Hashtable) data).get(this.parametedID);
	                            ^^^^^^^^^
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/RoundedRectangleLabelPositionLocator.java:[324] 
	List borderItems = targetBorderItem.getParent().getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/ShapeNamedElementFigure.java:[91] 
	Activator.getDefault().getImageRegistry().put(key, ImageDescriptor.createFromImageData(imdata));
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createFromImageData(ImageData) from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/ShapeNamedElementFigure.java:[99] 
	Activator.getDefault().getImageRegistry().put(key, ImageDescriptor.createFromImageData(imdata));
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createFromImageData(ImageData) from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/AssistedEditPart.java:[41] 
	public List customizeTypes(List types) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/AssistedEditPart.java:[41] 
	public List customizeTypes(List types) {
	                           ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/AssistedEditPart.java:[59] 
	protected List removeTypes(List types) {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/AssistedEditPart.java:[59] 
	protected List removeTypes(List types) {
	                           ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/AssistedEditPart.java:[74] 
	protected List addTypes(List types) {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/AssistedEditPart.java:[74] 
	protected List addTypes(List types) {
	                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/display/helper/StereotypeDisplayUtil.java:[535] 
	Iterator<Edge> edgeIterator = view.getSourceEdges().iterator();
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Edge>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/PapyrusReceiveNodeFigure.java:[61] 
	tempRect.crop(getBorder().getInsets(this));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method crop(Insets) from the type Rectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ListenerEventEditPolicy.java:[58] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ListenerEventEditPolicy.java:[107] 
	protected CreateViewRequest.ViewDescriptor getViewDescriptor(IAdaptable elementAdapter, Class viewKind, String hint, int index) {
	                                                                                        ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ListenerEventEditPolicy.java:[209] 
	private boolean isInstaceofOrNull(Object o, Class clazz) {
	                                            ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractAppliedStereotypeDisplayEditPolicy.java:[40] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractAppliedStereotypeDisplayEditPolicy.java:[69] 
	public abstract class AbstractAppliedStereotypeDisplayEditPolicy extends GraphicalEditPolicyEx implements AutomaticNotationEditPolicy, NotificationListener, IPapyrusListener {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractAppliedStereotypeDisplayEditPolicy.java:[113] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'GraphicalEditPolicyEx()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractAppliedStereotypeDisplayEditPolicy.java:[178] 
	* @see org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx#refresh()
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractAppliedStereotypeDisplayEditPolicy.java:[178] 
	* @see org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx#refresh()
	                                                                                  ^^^^^^^
Discouraged access: The method 'GraphicalEditPolicyEx.refresh()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractAppliedStereotypeDisplayEditPolicy.java:[481] 
	List<Object> children = new ArrayList<>(view.getChildren());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection<? extends Object>) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractAppliedStereotypeDisplayEditPolicy.java:[481] 
	List<Object> children = new ArrayList<>(view.getChildren());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/AbstractAppliedStereotypeDisplayEditPolicy.java:[481] 
	List<Object> children = new ArrayList<>(view.getChildren());
	                                        ^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/display/command/AddAppliedQNStereotypeToDisplayCommand.java:[36] 
	private String depth;
	               ^^^^^
The value of the field AddAppliedQNStereotypeToDisplayCommand.depth is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/LeftToolbarLayout.java:[107] 
	private Dimension calculateChildrenSize(List children, int wHint, int hHint, boolean preferred) {
	                                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/LeftToolbarLayout.java:[156] 
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/LeftToolbarLayout.java:[205] 
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/LeftToolbarLayout.java:[301] 
	List children = parent.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/CenterLayout.java:[33] 
	List children = figure.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/HTMLCornerBentBodyFigure.java:[33] 
	private FlowPage flowPage;
	                 ^^^^^^^^
The value of the field HTMLCornerBentBodyFigure.flowPage is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ViewAndFeatureResolver.java:[24] 
	public interface ViewAndFeatureResolver extends ViewResolver {
	                                                ^^^^^^^^^^^^
The type ViewResolver is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/display/helper/StereotypeDisplayCommandExecution.java:[131] 
	((View) view.eContainer()).getPersistedChildren().add(view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/display/helper/StereotypeDisplayCommandExecution.java:[148] 
	((View) view.eContainer()).getTransientChildren().add(view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/ContainerFigure.java:[39] 
	ToolbarLayout layout = new ToolbarLayout(ToolbarLayout.VERTICAL);// to
	                                                       ^^^^^^^^
The field ToolbarLayout.VERTICAL is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[224] 
	list.add(new Integer(array[i]));
	             ^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[355] 
	if (eastPositions.contains(new Integer(side))) {
	                               ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[357] 
	} else if (westPositions.contains(new Integer(side))) {
	                                      ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[364] 
	if (eastPositions.contains(new Integer(side))) {
	                               ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[366] 
	} else if (westPositions.contains(new Integer(side))) {
	                                      ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[373] 
	if (northPositions.contains(new Integer(side))) {
	                                ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[375] 
	} else if (southPositions.contains(new Integer(side))) {
	                                       ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[382] 
	if (northPositions.contains(new Integer(side))) {
	                                ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[384] 
	} else if (southPositions.contains(new Integer(side))) {
	                                       ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[446] 
	if (eastPositions.contains(new Integer(side))) {
	                               ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[448] 
	} else if (westPositions.contains(new Integer(side))) {
	                                      ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[455] 
	if (eastPositions.contains(new Integer(side))) {
	                               ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[457] 
	} else if (westPositions.contains(new Integer(side))) {
	                                      ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[464] 
	if (northPositions.contains(new Integer(side))) {
	                                ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[466] 
	} else if (southPositions.contains(new Integer(side))) {
	                                       ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[473] 
	if (northPositions.contains(new Integer(side))) {
	                                ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[475] 
	} else if (southPositions.contains(new Integer(side))) {
	                                       ^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[498] 
	int intersectPosition = getRelativePositionFor(sourceBounds, new PrecisionRectangle(intersection), diagramBounds);
	    ^^^^^^^^^^^^^^^^^
The value of the local variable intersectPosition is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[546] 
	pos.setX(reference.preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[548] 
	pos.setHeight(reference.preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[549] 
	pos.setWidth(reference.preciseWidth());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[554] 
	pos.setX(reference.preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[555] 
	pos.setY(reference.getBottom().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[556] 
	pos.setHeight(diagramBounds.preciseHeight() - reference.getBottom().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[557] 
	pos.setWidth(reference.preciseWidth());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[562] 
	pos.setX(reference.getRight().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[563] 
	pos.setY(reference.getTop().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[564] 
	pos.setHeight(reference.preciseHeight());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[565] 
	pos.setWidth(diagramBounds.preciseWidth() - reference.getLeft().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[572] 
	pos.setY(reference.preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[573] 
	pos.setHeight(reference.preciseHeight());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[574] 
	pos.setWidth(reference.preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[600] 
	pos.setX(reference.getTop().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[602] 
	pos.setHeight(reference.getRight().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[603] 
	pos.setWidth(diagramBounds.preciseWidth() - reference.getTop().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[611] 
	pos.setHeight(reference.getLeft().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[612] 
	pos.setWidth(reference.getTop().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[619] 
	pos.setX(reference.getBottom().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[620] 
	pos.setY(reference.getRight().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[621] 
	pos.setHeight(diagramBounds.preciseHeight() - reference.getRight().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[622] 
	pos.setWidth(diagramBounds.preciseWidth() - reference.getBottom().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[630] 
	pos.setY(reference.getLeft().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[631] 
	pos.setHeight(diagramBounds.preciseHeight() - reference.getLeft().preciseY());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/LayoutUtils.java:[632] 
	pos.setWidth(reference.getBottom().preciseX());
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[37] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.services.palette.ContributeToPaletteOperation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[47] 
	import org.eclipse.papyrus.infra.gmfdiag.common.service.palette.IProfileDependantPaletteProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IProfileDependantPaletteProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[140] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[263] 
	List<? extends PapyrusPaletteService.ProviderDescriptor> providers = (List<? extends ProviderDescriptor>) PapyrusPaletteService.getInstance().getProviders();
	                                                         ^^^^^^^^^
The value of the local variable providers is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[263] 
	List<? extends PapyrusPaletteService.ProviderDescriptor> providers = (List<? extends ProviderDescriptor>) PapyrusPaletteService.getInstance().getProviders();
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#4-of ? extends Service.ProviderDescriptor> to List<? extends PapyrusPaletteService.ProviderDescriptor>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[264] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap<>());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[264] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap<>());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[264] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap<>());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContributeToPaletteOperation(IEditorPart, Object, PaletteRoot, Map)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[294] 
	List<? extends PapyrusPaletteService.ProviderDescriptor> providers = (List<? extends ProviderDescriptor>) PapyrusPaletteService.getInstance().getProviders();
	                                                         ^^^^^^^^^
The value of the local variable providers is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[294] 
	List<? extends PapyrusPaletteService.ProviderDescriptor> providers = (List<? extends ProviderDescriptor>) PapyrusPaletteService.getInstance().getProviders();
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#8-of ? extends Service.ProviderDescriptor> to List<? extends PapyrusPaletteService.ProviderDescriptor>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[295] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, entries);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[295] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, entries);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[295] 
	ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, entries);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContributeToPaletteOperation(IEditorPart, Object, PaletteRoot, Map)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[362] 
	public static String convertToCommaSeparatedRepresentation(Collection objects) {
	                                                           ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[366] 
	public static String convertToFlatRepresentation(Collection objects, String separator) {
	                                                 ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[368] 
	Iterator it = objects.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[440] 
	if (provider instanceof IProfileDependantPaletteProvider) {
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IProfileDependantPaletteProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[442] 
	return areRequiredProfileApplied(diagram, (IProfileDependantPaletteProvider) provider);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IProfileDependantPaletteProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[461] 
	public static boolean areRequiredProfileApplied(Diagram diagram, IProfileDependantPaletteProvider provider) {
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IProfileDependantPaletteProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/PaletteUtil.java:[474] 
	Collection<String> requiredProfiles = provider.getRequiredProfiles();
	                                               ^^^^^^^^^^^^^^^^^^^^^
The method getRequiredProfiles() from the type IProfileDependantPaletteProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[109] 
	ArrayList result = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[109] 
	ArrayList result = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[110] 
	result.add(object);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[121] 
	ArrayList result = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[121] 
	ArrayList result = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[122] 
	result.add(object.getOwner());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[128] 
	ArrayList result = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[128] 
	ArrayList result = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[129] 
	result.add(object.getReceivingPackage());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[135] 
	ArrayList result = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[135] 
	ArrayList result = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[136] 
	result.add(object.getImportingNamespace());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[197] 
	ArrayList result = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[197] 
	ArrayList result = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[198] 
	result.add(object.getGeneral());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[204] 
	ArrayList result = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[204] 
	ArrayList result = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[205] 
	result.add(object.getMergedPackage());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[211] 
	ArrayList result = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[211] 
	ArrayList result = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/LinkMappingHelper.java:[212] 
	result.add(object.getImportedPackage());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/Assistant.java:[40] 
	public List customizeTypesForEditPart(EditPart editPart, List types) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/Assistant.java:[40] 
	public List customizeTypesForEditPart(EditPart editPart, List types) {
	                                                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/PapyrusCreationEditPolicy.java:[100] 
	Command refreshConnectionCommand = getHost().getCommand(new RefreshConnectionsRequest(((List) request.getNewObject())));
	                                                                                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[92] 
	private IObservableValue ovalObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[95] 
	private IObservableValue borderStyleObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[98] 
	private IObservableValue hasHeaderObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[101] 
	private IObservableValue radiusObservableHeight;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[104] 
	private IObservableValue radiusObservableWidth;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[107] 
	private IObservableList customDashObservable;
	        ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[110] 
	private IObservableValue isPackageObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[113] 
	private IObservableValue shadowWidthObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[116] 
	private IObservableValue shadowColorObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[119] 
	private IObservableValue alignmentObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[122] 
	private IObservableValue isFloatingLabelContrainedObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[125] 
	private IObservableValue floatingLabelOffsetObservableHeight;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[128] 
	private IObservableValue floatingLabelOffsetObservableWidth;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedCompartmentEditPart.java:[131] 
	private IObservableValue nameBackgroundColorObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/Exclude.java:[30] 
	public List removeTypes(List types) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/Exclude.java:[30] 
	public List removeTypes(List types) {
	                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/MultiDiagramUtil.java:[54] 
	public static Map getSaveOptions() {
	              ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/MultiDiagramUtil.java:[55] 
	Map saveOptions = new HashMap();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/MultiDiagramUtil.java:[55] 
	Map saveOptions = new HashMap();
	                      ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/MultiDiagramUtil.java:[56] 
	saveOptions.put(XMLResource.OPTION_ENCODING, "UTF-8"); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/MultiDiagramUtil.java:[57] 
	saveOptions.put(Resource.OPTION_SAVE_ONLY_IF_CHANGED, Resource.OPTION_SAVE_ONLY_IF_CHANGED_MEMORY_BUFFER);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/layout/PropertiesCompartmentLayoutManager.java:[66] 
	List childrenList = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/ExtensionPointParser.java:[103] 
	public Class getEnclosingClass() {
	       ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/ExtensionPointParser.java:[125] 
	return Collections.EMPTY_LIST;
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/ExtensionPointParser.java:[134] 
	return Collections.EMPTY_LIST;
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/ExtensionPointParser.java:[269] 
	((List) value).add(child);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/ExtensionPointParser.java:[269] 
	((List) value).add(child);
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/ExtensionPointParser.java:[295] 
	Class[] parameters = null;
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/ViewInfoRegistry.java:[170] 
	ExtensionPointParser parser = new ExtensionPointParser(getExtensionPointID(), new Class[] { RootViewInfo.class, BaseViewInfo.class });
	                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Class[] needs unchecked conversion to conform to Class<Object>[]
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManagerWrapped.java:[29] 
	import org.eclipse.gmf.runtime.gef.ui.internal.parts.TextCellEditorEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManagerWrapped.java:[30] 
	import org.eclipse.gmf.runtime.gef.ui.internal.parts.WrapTextCellEditor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WrapTextCellEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManagerWrapped.java:[71] 
	public MultilineLabelDirectEditManagerWrapped(GraphicalEditPart source, Class editorType, CellEditorLocator locator) {
	                                                                        ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManagerWrapped.java:[88] 
	public static Class getTextCellEditorClass(GraphicalEditPart source) {
	              ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManagerWrapped.java:[94] 
	return TextDirectEditManager.getTextCellEditorClass(source);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTextCellEditorClass(GraphicalEditPart) from the type TextDirectEditManager is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManagerWrapped.java:[156] 
	return new WrapTextCellEditor(composite, style);
	           ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WrapTextCellEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManagerWrapped.java:[156] 
	return new WrapTextCellEditor(composite, style);
	           ^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WrapTextCellEditor(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManagerWrapped.java:[158] 
	return new TextCellEditorEx(composite);
	           ^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManagerWrapped.java:[158] 
	return new TextCellEditorEx(composite);
	           ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TextCellEditorEx(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/Include.java:[30] 
	public List addTypes(List types) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/Include.java:[30] 
	public List addTypes(List types) {
	                     ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/Include.java:[35] 
	types.add(type);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CreateUmlElementDialog.java:[219] 
	defaultName = type + new Integer(max + 1).toString();
	                         ^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CreateUmlElementDialog.java:[221] 
	defaultName = type + new Integer(max).toString();
	                         ^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/InterfaceManagerDialog.java:[764] 
	Object obj = imageProvider.getImage(((NewElementRepresentation) element).getEObject());
	       ^^^
The value of the local variable obj is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/InterfaceManagerDialog.java:[765] 
	return org.eclipse.papyrus.uml.tools.Activator.getDefault().getImageForUMLMetaclass(UMLPackage.eINSTANCE.getInterface());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getImageForUMLMetaclass(EClass) from the type Activator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractConstraintEditPart.java:[126] 
	setBackgroundColor(DiagramColorRegistry.getInstance().getColor(new Integer(style.getFillColor())));
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/AssistantCustomizeEditPart.java:[32] 
	List customizeTypes(List types);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/assistant/AssistantCustomizeEditPart.java:[32] 
	List customizeTypes(List types);
	                    ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/BorderUMLNodeEditPart.java:[186] 
	Font newFont = getResourceManager().createFont(fontDescriptor);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createFont(FontDescriptor) from the type ResourceManager is deprecated since version 3.31
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/BorderUMLNodeEditPart.java:[192] 
	getResourceManager().destroyFont(cachedFontDescriptor);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method destroyFont(FontDescriptor) from the type ResourceManager is deprecated since version 3.31
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupResolverImpl.java:[99] 
	List allNew = (List) nextRequest.getNewObject();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupResolverImpl.java:[99] 
	List allNew = (List) nextRequest.getNewObject();
	               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/display/command/RemoveAppliedStereotypePropertiesToDisplayCommand.java:[69] 
	switch (StereotypeLocationEnum.valueOf(location)) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant IN_COMMENT_BRACE needs a corresponding case label in this enum switch on StereotypeLocationEnum
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/commands/EObjectInheritanceCopyCommand.java:[386] 
	Collection<Object> collecOldObject = (Collection) oldObject.eGet(oldFeature);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/commands/EObjectInheritanceCopyCommand.java:[386] 
	Collection<Object> collecOldObject = (Collection) oldObject.eGet(oldFeature);
	                                      ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[38] 
	import org.eclipse.papyrus.uml.appearance.helper.AppliedStereotypeHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[39] 
	import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[104] 
	Iterator linkIter = gmfpart.getNotationView().getSourceEdges().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[163] 
	if (UMLVisualInformationPapyrusConstant.STEREOTYPE_ANNOTATION == ((EAnnotation) notification.getNotifier()).getSource()) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[163] 
	if (UMLVisualInformationPapyrusConstant.STEREOTYPE_ANNOTATION == ((EAnnotation) notification.getNotifier()).getSource()) {
	                                        ^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_ANNOTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[166] 
	if (!(getHost() instanceof AbstractShapeEditPart) && AppliedStereotypeHelper.getAppliedStereotypePresentationKind(getView()) == UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) {
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[166] 
	if (!(getHost() instanceof AbstractShapeEditPart) && AppliedStereotypeHelper.getAppliedStereotypePresentationKind(getView()) == UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) {
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypePresentationKind(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[166] 
	if (!(getHost() instanceof AbstractShapeEditPart) && AppliedStereotypeHelper.getAppliedStereotypePresentationKind(getView()) == UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) {
	                                                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[166] 
	if (!(getHost() instanceof AbstractShapeEditPart) && AppliedStereotypeHelper.getAppliedStereotypePresentationKind(getView()) == UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) {
	                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[168] 
	if (((Map.Entry<?, ?>) notification.getNewValue()).getKey().equals(UMLVisualInformationPapyrusConstant.STEREOTYPE_PRESENTATION_KIND)) {
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[168] 
	if (((Map.Entry<?, ?>) notification.getNewValue()).getKey().equals(UMLVisualInformationPapyrusConstant.STEREOTYPE_PRESENTATION_KIND)) {
	                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_PRESENTATION_KIND is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[173] 
	if ((getHost() instanceof AbstractShapeEditPart) && AppliedStereotypeHelper.getAppliedStereotypePresentationKind(getView()) != UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[173] 
	if ((getHost() instanceof AbstractShapeEditPart) && AppliedStereotypeHelper.getAppliedStereotypePresentationKind(getView()) != UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) {
	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypePresentationKind(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[173] 
	if ((getHost() instanceof AbstractShapeEditPart) && AppliedStereotypeHelper.getAppliedStereotypePresentationKind(getView()) != UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) {
	                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[173] 
	if ((getHost() instanceof AbstractShapeEditPart) && AppliedStereotypeHelper.getAppliedStereotypePresentationKind(getView()) != UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) {
	                                                                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[175] 
	if (((Map.Entry<?, ?>) notification.getNewValue()).getKey().equals(UMLVisualInformationPapyrusConstant.STEREOTYPE_PRESENTATION_KIND)) {
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ChangeStereotypedShapeEditPolicy.java:[175] 
	if (((Map.Entry<?, ?>) notification.getNewValue()).getKey().equals(UMLVisualInformationPapyrusConstant.STEREOTYPE_PRESENTATION_KIND)) {
	                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_PRESENTATION_KIND is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CommonDiagramDragDropEditPolicy.java:[61] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.editparts.DefaultNodeEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DefaultNodeEditPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CommonDiagramDragDropEditPolicy.java:[171] 
	protected Command createViewsAndArrangeCommand(DropObjectsRequest dropRequest, List viewDescriptors) {
	                                                                               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CommonDiagramDragDropEditPolicy.java:[172] 
	CreateViewRequest createViewRequest = new CreateViewRequest(viewDescriptors);
	                                                            ^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends CreateViewRequest.ViewDescriptor>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CommonDiagramDragDropEditPolicy.java:[391] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CommonDiagramDragDropEditPolicy.java:[669] 
	Collection<EditPart> editPartSet = getHost().getViewer().getEditPartRegistry().values();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CommonDiagramDragDropEditPolicy.java:[693] 
	if (DefaultNodeEditPart.class.isAssignableFrom(editPartClass)) {
	    ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DefaultNodeEditPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/assist/EObjectCompletionProcessor.java:[21] 
	import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ISubjectControlContentAssistProcessor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/assist/EObjectCompletionProcessor.java:[39] 
	public abstract class EObjectCompletionProcessor implements IContentAssistProcessor, ISubjectControlContentAssistProcessor {
	                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ISubjectControlContentAssistProcessor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/UMLNodeEditPart.java:[267] 
	Font newFont = getResourceManager().createFont(fontDescriptor);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createFont(FontDescriptor) from the type ResourceManager is deprecated since version 3.31
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/UMLNodeEditPart.java:[273] 
	getResourceManager().destroyFont(cachedFontDescriptor);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method destroyFont(FontDescriptor) from the type ResourceManager is deprecated since version 3.31
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/display/StereotypeViewProvider.java:[59] 
	public View getProperty(Property property, Stereotype stereotype, Enum location) {
	                                                                  ^^^^
Enum is a raw type. References to generic type Enum<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/display/StereotypeViewProvider.java:[76] 
	public View getCompartment(Stereotype stereotype, Enum location) {
	                                                  ^^^^
Enum is a raw type. References to generic type Enum<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ShowHideLabelEditPolicy.java:[25] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.properties.Properties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ShowHideLabelEditPolicy.java:[68] 
	SetPropertyCommand cmd = new SetPropertyCommand(getEditingDomain(), new EObjectAdapter(((ShowHideLabelsRequest) request).getView()), Properties.ID_ISVISIBLE, DiagramUIMessages.Command_hideLabel_Label,
	                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/ShowHideLabelEditPolicy.java:[68] 
	SetPropertyCommand cmd = new SetPropertyCommand(getEditingDomain(), new EObjectAdapter(((ShowHideLabelsRequest) request).getView()), Properties.ID_ISVISIBLE, DiagramUIMessages.Command_hideLabel_Label,
	                                                                                                                                                ^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_ISVISIBLE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/helper/FloatingLabelHelper.java:[264] 
	String multiplicity = MultiplicityElementUtil.getMultiplicityAsString((MultiplicityElement) namedElement);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractLabelEditPart.java:[23] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.editpolicies.LabelSnapBackEditPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LabelSnapBackEditPolicy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractLabelEditPart.java:[58] 
	* Overrides default {@link LabelSnapBackEditPolicy} with correct coordination
	                           ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LabelSnapBackEditPolicy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractLabelEditPart.java:[59] 
	* between {@link #getCommand(Request)} and {@link #getTargetEditPart(Request)}.
	                  ^^^^^^^^^^
Discouraged access: The method 'LabelSnapBackEditPolicy.getCommand(Request)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractLabelEditPart.java:[63] 
	private static class LabelSnapBackEditPolicyExt extends LabelSnapBackEditPolicy {
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LabelSnapBackEditPolicy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AbstractLabelEditPart.java:[74] 
	return understandsRequest(request) ? getHost() : null;
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LabelSnapBackEditPolicy.understandsRequest(Request)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/migration/commands/StereotypesMigrationCommand.java:[164] 
	Iterator<Object> sibilings = containerView.getChildren().iterator();
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/preferences/ProfileApplicationPreferencePage.java:[17] 
	import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/preferences/ProfileApplicationPreferencePage.java:[47] 
	addField(new RadioGroupFieldEditor(UMLVisualInformationPapyrusConstant.P_STEREOTYPE_NAME_APPEARANCE, "Stereotype Name Display Preferences :", 1, new String[][] {
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/preferences/ProfileApplicationPreferencePage.java:[47] 
	addField(new RadioGroupFieldEditor(UMLVisualInformationPapyrusConstant.P_STEREOTYPE_NAME_APPEARANCE, "Stereotype Name Display Preferences :", 1, new String[][] {
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.P_STEREOTYPE_NAME_APPEARANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/preferences/ProfileApplicationPreferencePage.java:[48] 
	{ "UML Compatibility (force lower case for first letter - default)", UMLVisualInformationPapyrusConstant.P_STEREOTYPE_NAME_DISPLAY_UML_CONFORM },
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/preferences/ProfileApplicationPreferencePage.java:[48] 
	{ "UML Compatibility (force lower case for first letter - default)", UMLVisualInformationPapyrusConstant.P_STEREOTYPE_NAME_DISPLAY_UML_CONFORM },
	                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.P_STEREOTYPE_NAME_DISPLAY_UML_CONFORM is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/preferences/ProfileApplicationPreferencePage.java:[49] 
	{ "User Controlled (let name as entered by user)", UMLVisualInformationPapyrusConstant.P_STEREOTYPE_NAME_DISPLAY_USER_CONTROLLED } }, getFieldEditorParent()));
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/preferences/ProfileApplicationPreferencePage.java:[49] 
	{ "User Controlled (let name as entered by user)", UMLVisualInformationPapyrusConstant.P_STEREOTYPE_NAME_DISPLAY_USER_CONTROLLED } }, getFieldEditorParent()));
	                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.P_STEREOTYPE_NAME_DISPLAY_USER_CONTROLLED is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/TemplateBorderItemLocator.java:[46] 
	super(parentFigure, preferredSide);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/MOSKittEditorFactoryRegistry.java:[123] 
	Class eObjectClass = eObject.getClass();
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/MOSKittEditorFactoryRegistry.java:[156] 
	ExtensionPointParser parser = new ExtensionPointParser(ExtensionPointID, new Class[] { MOSKittEditorFactory.class });
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Class[] needs unchecked conversion to conform to Class<Object>[]
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/Activator.java:[504] 
	papyrusRegistry.put(image_id, ImageDescriptor.createFromImageData(imdata));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createFromImageData(ImageData) from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/handlers/LoadHandler.java:[41] 
	public class LoadHandler extends GraphicalCommandHandler {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/handlers/LoadHandler.java:[52] 
	TransactionalEditingDomain editingDomain = getEditingDomain();
	                                           ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/handlers/LoadHandler.java:[53] 
	List<IGraphicalEditPart> selection = getSelectedElements();
	                                     ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/PapyrusDiagramGlobalActionHandler.java:[50] 
	import org.eclipse.papyrus.uml.diagram.common.service.PasteCommandService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PasteCommandService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/PapyrusDiagramGlobalActionHandler.java:[94] 
	ICommand pastecommand = PasteCommandService.getInstance().getPasteViewCommand(((GraphicalEditPart) objectsArray[0]), Toolkit.getDefaultToolkit().getSystemClipboard(), ((GraphicalEditPart) objectsArray[0]).getEditingDomain().getClipboard());
	                        ^^^^^^^^^^^^^^^^^^^
The type PasteCommandService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/PapyrusDiagramGlobalActionHandler.java:[94] 
	ICommand pastecommand = PasteCommandService.getInstance().getPasteViewCommand(((GraphicalEditPart) objectsArray[0]), Toolkit.getDefaultToolkit().getSystemClipboard(), ((GraphicalEditPart) objectsArray[0]).getEditingDomain().getClipboard());
	                                            ^^^^^^^^^^^^^
The method getInstance() from the type PasteCommandService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/PapyrusDiagramGlobalActionHandler.java:[94] 
	ICommand pastecommand = PasteCommandService.getInstance().getPasteViewCommand(((GraphicalEditPart) objectsArray[0]), Toolkit.getDefaultToolkit().getSystemClipboard(), ((GraphicalEditPart) objectsArray[0]).getEditingDomain().getClipboard());
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getPasteViewCommand(GraphicalEditPart, Clipboard, Collection<Object>) from the type PasteCommandService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/PapyrusDiagramGlobalActionHandler.java:[148] 
	ICommand pastecommand = PasteCommandService.getInstance().getPasteViewCommand(((GraphicalEditPart) objectsArray[0]), Toolkit.getDefaultToolkit().getSystemClipboard(), ((GraphicalEditPart) objectsArray[0]).getEditingDomain().getClipboard());
	                        ^^^^^^^^^^^^^^^^^^^
The type PasteCommandService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/PapyrusDiagramGlobalActionHandler.java:[148] 
	ICommand pastecommand = PasteCommandService.getInstance().getPasteViewCommand(((GraphicalEditPart) objectsArray[0]), Toolkit.getDefaultToolkit().getSystemClipboard(), ((GraphicalEditPart) objectsArray[0]).getEditingDomain().getClipboard());
	                                            ^^^^^^^^^^^^^
The method getInstance() from the type PasteCommandService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/PapyrusDiagramGlobalActionHandler.java:[148] 
	ICommand pastecommand = PasteCommandService.getInstance().getPasteViewCommand(((GraphicalEditPart) objectsArray[0]), Toolkit.getDefaultToolkit().getSystemClipboard(), ((GraphicalEditPart) objectsArray[0]).getEditingDomain().getClipboard());
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getPasteViewCommand(GraphicalEditPart, Clipboard, Collection<Object>) from the type PasteCommandService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/FloatingLabelEditPart.java:[41] 
	private IObservableValue labelDisplayedObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/ManualCompartmentLayoutManager.java:[120] 
	List childrenList = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/ManualCompartmentLayoutManager.java:[174] 
	double ratio = new Integer(compartmentsHeight).doubleValue() / new Integer(remainingspace).doubleValue();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/ManualCompartmentLayoutManager.java:[174] 
	double ratio = new Integer(compartmentsHeight).doubleValue() / new Integer(remainingspace).doubleValue();
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/PackageNodePlateFigure.java:[73] 
	PackageFigure packageFigure = getPackageFigure();
	              ^^^^^^^^^^^^^
The value of the local variable packageFigure is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/ValidationDecoratorProvider.java:[27] 
	import java.util.Observable;
	       ^^^^^^^^^^^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/ValidationDecoratorProvider.java:[28] 
	import java.util.Observer;
	       ^^^^^^^^^^^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/ValidationDecoratorProvider.java:[122] 
	public static class StatusDecorator extends AbstractDecorator implements Observer {
	                                                                         ^^^^^^^^
The type Observer is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/ValidationDecoratorProvider.java:[132] 
	private TransactionalEditingDomain editingDomain;
	                                   ^^^^^^^^^^^^^
The value of the field ValidationDecoratorProvider.StatusDecorator.editingDomain is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/ValidationDecoratorProvider.java:[272] 
	public void update(Observable o, Object arg) {
	                   ^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/DiamondNode.java:[60] 
	Rectangle r = getBounds().getCopy().crop(new Insets(0, 0, 1, 1));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method crop(Insets) from the type Rectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/OLDCompartmentFigure.java:[150] 
	List childrenList = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/locator/LabelCellEditorLocator.java:[48] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/IEditpartListenerAccess.java:[38] 
	public Iterator getEventListenerIterator(Class clazz);
	       ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/IEditpartListenerAccess.java:[38] 
	public Iterator getEventListenerIterator(Class clazz);
	                                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/FinalNode.java:[59] 
	Rectangle r = getBounds().getCopy().crop(new Insets(0, 0, 1, 1));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method crop(Insets) from the type Rectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/commands/ShowHideTitleOfCompartmentCommand.java:[24] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.properties.Properties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/commands/ShowHideTitleOfCompartmentCommand.java:[45] 
	super(domain, new EObjectAdapter(view), Properties.ID_SHOWCOMPARTMENTTITLE, "Show/Hide Compartment Title", Boolean.valueOf(visibility)); //$NON-NLS-1$
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/commands/ShowHideTitleOfCompartmentCommand.java:[45] 
	super(domain, new EObjectAdapter(view), Properties.ID_SHOWCOMPARTMENTTITLE, "Show/Hide Compartment Title", Boolean.valueOf(visibility)); //$NON-NLS-1$
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_SHOWCOMPARTMENTTITLE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/OCLLookup.java:[55] 
	public List getResolutionElementTypes() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/OCLLookup.java:[55] 
	public List getResolutionElementTypes() {
	       ^^^^
Type safety: The return type List for getResolutionElementTypes() from the type OCLLookup<T> needs unchecked conversion to conform to List<IElementType> from the type Lookup<T>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/OCLLookup.java:[62] 
	return new LinkedList<T>((Collection<T>) result);
	                         ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<T>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/PapyrusSendNodeFigure.java:[60] 
	tempRect.crop(getBorder().getInsets(this));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method crop(Insets) from the type Rectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/providers/DiagramDecorationAdapter.java:[427] 
	private Direction getDirection(PreferedPosition position) {
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getDirection(Decoration.PreferedPosition) from the type DiagramDecorationAdapter is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[33] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[51] 
	import org.eclipse.ui.internal.WorkbenchMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[77] 
	private String fEmptyListMessage = WorkbenchMessages.CheckedTreeSelectionDialog_nothing_available;
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[77] 
	private String fEmptyListMessage = WorkbenchMessages.CheckedTreeSelectionDialog_nothing_available;
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchMessages.CheckedTreeSelectionDialog_nothing_available' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[81] 
	private List fFilters;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[114] 
	setResult(new ArrayList(0));
	              ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[181] 
	fFilters = new ArrayList(4);
	               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[183] 
	fFilters.add(filter);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[389] 
	Button selectButton = createButton(buttonComposite, IDialogConstants.SELECT_ALL_ID, WorkbenchMessages.CheckedTreeSelectionDialog_select_all, false);
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[389] 
	Button selectButton = createButton(buttonComposite, IDialogConstants.SELECT_ALL_ID, WorkbenchMessages.CheckedTreeSelectionDialog_select_all, false);
	                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchMessages.CheckedTreeSelectionDialog_select_all' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[406] 
	Button deselectButton = createButton(buttonComposite, IDialogConstants.DESELECT_ALL_ID, WorkbenchMessages.CheckedTreeSelectionDialog_deselect_all, false);
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/CustomCheckedTreeSelectionDialog.java:[406] 
	Button deselectButton = createButton(buttonComposite, IDialogConstants.DESELECT_ALL_ID, WorkbenchMessages.CheckedTreeSelectionDialog_deselect_all, false);
	                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchMessages.CheckedTreeSelectionDialog_deselect_all' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupSuite.java:[27] 
	public static final Lookup NULL_LOOKUP = new Lookup() {
	                    ^^^^^^
Lookup is a raw type. References to generic type Lookup<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupSuite.java:[27] 
	public static final Lookup NULL_LOOKUP = new Lookup() {
	                                             ^^^^^^
Lookup is a raw type. References to generic type Lookup<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupSuite.java:[35] 
	public List getResolutionElementTypes() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/lookup/LookupSuite.java:[45] 
	return NULL_LOOKUP;
	       ^^^^^^^^^^^
Type safety: The expression of type Lookup needs unchecked conversion to conform to Lookup<T>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/sheet/ReferencePropertyDescriptor.java:[47] 
	return new ReferenceComboAndDialogCellEditor(composite, new ArrayList(getChoiceOfValues()), getLabelProvider(), true, dialog, TransactionUtil.getEditingDomain(object));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/sheet/ReferencePropertyDescriptor.java:[47] 
	return new ReferenceComboAndDialogCellEditor(composite, new ArrayList(getChoiceOfValues()), getLabelProvider(), true, dialog, TransactionUtil.getEditingDomain(object));
	                                                            ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/EditPartTree.java:[243] 
	epList.addAll((Collection<? extends EditPartTree>) this.children);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Vector<TreeNode> to Collection<? extends EditPartTree>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/layout/EditPartTree.java:[441] 
	Enumeration childrenEnum = this.children();
	^^^^^^^^^^^
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/actions/ShowHideContentsAction.java:[330] 
	List<View> visibleCompartments = ((IGraphicalEditPart) editPart).getNotationView().getVisibleChildren();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to List<View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/commands/AnnotateNodeStyleCommand.java:[65] 
	public AnnotateNodeStyleCommand(IGraphicalEditPart ep, EAttribute attr, TransactionalEditingDomain domain, List affectedFiles) {
	                                                                                                           ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/commands/AnnotateNodeStyleCommand.java:[83] 
	public AnnotateNodeStyleCommand(IGraphicalEditPart ep, EAttribute attr, TransactionalEditingDomain domain, String commandLabel, List affectedFiles) {
	                                                                                                                                ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/LaneLayout.java:[83] 
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/LaneLayout.java:[101] 
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/LaneLayout.java:[137] 
	List children = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/LaneLayout.java:[164] 
	Rectangle clientArea = myTransposer.t(container.getClientArea().getCopy().crop(insets));
	                                                                          ^^^^^^^^^^^^
The method crop(Insets) from the type Rectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/structural/UMLAbstractParser.java:[340] 
	Class iClass = type.getInstanceClass();
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/structural/UMLAbstractParser.java:[365] 
	Class iClass = type.getInstanceClass();
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/structural/UMLAbstractParser.java:[382] 
	value = new Character(s.charAt(0));
	            ^^^^^^^^^^^^^^^^^^^^^^
The constructor Character(char) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/structural/UMLAbstractParser.java:[391] 
	value = new Byte(((Number) value).byteValue());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Byte(byte) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/structural/UMLAbstractParser.java:[410] 
	value = new Short(((Number) value).shortValue());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Short(short) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/structural/UMLAbstractParser.java:[429] 
	value = new Integer(((Number) value).intValue());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/structural/UMLAbstractParser.java:[448] 
	value = new Long(((Number) value).longValue());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Long(long) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/structural/UMLAbstractParser.java:[467] 
	value = new Float(((Number) value).floatValue());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Float(float) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/structural/UMLAbstractParser.java:[486] 
	value = new Double(((Number) value).doubleValue());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[131] 
	totalHeight += (numChildren - 1) * spacing;
	                                   ^^^^^^^
The field ToolbarLayout.spacing is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[132] 
	totalMinHeight += (numChildren - 1) * spacing;
	                                      ^^^^^^^
The field ToolbarLayout.spacing is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[133] 
	totalMaxHeight += (numChildren - 1) * spacing;
	                                      ^^^^^^^
The field ToolbarLayout.spacing is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[171] 
	if (matchWidth) {
	    ^^^^^^^^^^
The field ToolbarLayout.matchWidth is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[178] 
	switch (minorAlignment) {
	        ^^^^^^^^^^^^^^
The field OrderedLayout.minorAlignment is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[199] 
	y += newBounds.height + spacing;
	                        ^^^^^^^
The field ToolbarLayout.spacing is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[201] 
	if (minorAlignment == ALIGN_CENTER) {
	    ^^^^^^^^^^^^^^
The field OrderedLayout.minorAlignment is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[211] 
	Iterator iter = container.getChildren().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[240] 
	private List getChildren(IFigure container) {
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[241] 
	List children = new ArrayList(container.getChildren());
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[241] 
	List children = new ArrayList(container.getChildren());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[241] 
	List children = new ArrayList(container.getChildren());
	                    ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/SplitEllipseLayout.java:[243] 
	Iterator iter = children.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/CommentParser.java:[55] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/CommentParser.java:[56] 
	List list = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/CommentParser.java:[56] 
	List list = new ArrayList();
	                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/CommentParser.java:[57] 
	list.add(element);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/parser/TagsAdderParser.java:[150] 
	public List getSemanticElementsBeingParsed(EObject arg0) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/UMLDiagramActionBarContributor.java:[29] 
	protected Class getEditorClass() {
	          ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/part/UMLElementChooserDialog.java:[124] 
	for (Iterator it = myEditingDomain.getResourceSet().getResources().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/BorderItemNameEditPart.java:[96] 
	public class BorderItemNameEditPart extends FloatingLabelEditPart implements ITextAwareEditPart, IBorderItemEditPart {
	                                            ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/BorderItemNameEditPart.java:[122] 
	super(view);
	^^^^^^^^^^^^
The constructor FloatingLabelEditPart(View) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/BorderItemNameEditPart.java:[127] 
	super.createDefaultEditPolicies();
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createDefaultEditPolicies() from the type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AroundBorderItemEditPart.java:[54] 
	private IFigure contentPane = null;
	                ^^^^^^^^^^^
The value of the field AroundBorderItemEditPart.contentPane is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/AroundBorderItemEditPart.java:[81] 
	protected List createSelectionHandles() {
	          ^^^^
Type safety: The return type List for createSelectionHandles() from the type new ExternalLabelPrimaryDragRoleEditPolicy(){} needs unchecked conversion to conform to List<MoveHandle> from the type ExternalLabelPrimaryDragRoleEditPolicy
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/listeners/AbstractPapyrusModifcationTriggerListener.java:[93] 
	protected Iterable<View> getReferencingView(EObject oldEObject, Predicate<? super View>... predicates) {
	                                                                                           ^^^^^^^^^^
Type safety: Potential heap pollution via varargs parameter predicates
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/ui/dialogs/AbstractChooseElement.java:[102] 
	filtercontrol = new FilteredTree(contentComposite, SWT.BORDER, new PatternFilter(), true);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/dialogs/SelectModelElementsForDiagramDialog.java:[141] 
	return Collections.EMPTY_LIST;
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/migration/commands/StereotypePropertiesMigrationCommand.java:[195] 
	private void hideStereotypePropertyNotDisplayed(final String propertyList, final View view, final Enum<?> location) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method hideStereotypePropertyNotDisplayed(String, View, Enum<?>) from the type StereotypePropertiesMigrationCommand is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/OrphanViewPolicy.java:[553] 
	protected List refreshViews() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java:[100] 
	private IObservableValue ovalObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java:[103] 
	private IObservableValue radiusObservableHeight;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java:[106] 
	private IObservableValue radiusObservableWidth;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java:[109] 
	private IObservableList customDashObservable;
	        ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java:[112] 
	private IObservableValue shadowWidthObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java:[115] 
	private IObservableValue shadowColorObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java:[118] 
	private IObservableValue positionObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java:[121] 
	private IObservableValue borderStyleObservable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java:[227] 
	private boolean getDefaultUseOriginalColors() {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getDefaultUseOriginalColors() from the type RoundedBorderNamedElementEditPart is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java:[329] 
	portLocator.setPortPosition(position);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^
The method setPortPosition(String) from the type PortPositionLocator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/stereotype/migration/commands/StereotypeLabelMigrationCommand.java:[142] 
	private void showStereotypeLabelToBeDisplayed(final String stereotypeList, final View view) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method showStereotypeLabelToBeDisplayed(String, View) from the type StereotypeLabelMigrationCommand is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[32] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.handles.CompartmentResizeHandle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CompartmentResizeHandle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[62] 
	protected List createSelectionHandles() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[63] 
	List selectionHandles = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[63] 
	List selectionHandles = new ArrayList();
	                            ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[67] 
	selectionHandles.addAll(createCollapseHandles());// add collapsable
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[69] 
	selectionHandles.add(new CompartmentResizeHandle(part, d1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[69] 
	selectionHandles.add(new CompartmentResizeHandle(part, d1));
	                         ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CompartmentResizeHandle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[69] 
	selectionHandles.add(new CompartmentResizeHandle(part, d1));
	                         ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CompartmentResizeHandle(IGraphicalEditPart, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[70] 
	selectionHandles.add(new CompartmentResizeHandle(part, d2));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[70] 
	selectionHandles.add(new CompartmentResizeHandle(part, d2));
	                         ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CompartmentResizeHandle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editpolicies/CResizableCompartmentEditPolicy.java:[70] 
	selectionHandles.add(new CompartmentResizeHandle(part, d2));
	                         ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CompartmentResizeHandle(IGraphicalEditPart, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/util/Visitor.java:[71] 
	TransactionalEditingDomain domain = TransactionUtil.getEditingDomain(wantedClass);
	                           ^^^^^^
The value of the local variable domain is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/draw2d/LifelineDotLineFigure.java:[148] 
	private void drawCrossAtEnd(Graphics graphics, Point pEnd, int pixels) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawCrossAtEnd(Graphics, Point, int) from the type LifelineDotLineFigure is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManager.java:[48] 
	public MultilineLabelDirectEditManager(GraphicalEditPart source, Class editorType, CellEditorLocator locator) {
	                                                                 ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/directedit/MultilineLabelDirectEditManager.java:[137] 
	public static Class getTextCellEditorClass(GraphicalEditPart source) {
	              ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
493 problems (493 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.common ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 188 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/target/org.eclipse.papyrus.uml.diagram.common-5.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/target/org.eclipse.papyrus.uml.diagram.common-5.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/target/org.eclipse.papyrus.uml.diagram.common-5.1.200-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common/5.1.200-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common-5.1.200-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common/5.1.200-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common-5.1.200-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/target/org.eclipse.papyrus.uml.diagram.common-5.1.200-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common/5.1.200-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common-5.1.200-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common/5.1.200-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common-5.1.200-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common/5.1.200-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common-5.1.200-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.common ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml.types.core >-------
[INFO] Building org.eclipse.papyrus.uml.types.core 5.0.0-SNAPSHOT     [253/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.types.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.types.core ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.types.core ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.types.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.types.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.types.core ---
[INFO] Compiling 123 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.types.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.types.core ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 188 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.types.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/target/org.eclipse.papyrus.uml.types.core-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.types.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/target/org.eclipse.papyrus.uml.types.core-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.types.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/target/org.eclipse.papyrus.uml.types.core-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.types.core/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.types.core-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.types.core/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.types.core-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/target/org.eclipse.papyrus.uml.types.core-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.types.core/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.types.core-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.types.core/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.types.core-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.types.core/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.types.core-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.types.core ---
[INFO] 
[INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.uml.ui >-----------
[INFO] Building org.eclipse.papyrus.uml.ui 2.0.0-SNAPSHOT             [254/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.ui ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.ui ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/src/org/eclipse/papyrus/uml/ui/editors/UMLToolbarConfiguration.java:[44] 
	addToolbarButton(action);
	^^^^^^^^^^^^^^^^^^^^^^^^
The method addToolbarButton(ToolbarButton) from the type ToolbarConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/src/org/eclipse/papyrus/uml/ui/editors/UMLToolbarConfiguration.java:[55] 
	addToolbarButton(insertAction);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addToolbarButton(ToolbarButton) from the type ToolbarConfiguration is deprecated
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 150 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/target/org.eclipse.papyrus.uml.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/target/org.eclipse.papyrus.uml.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/target/org.eclipse.papyrus.uml.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.ui-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.ui-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/target/org.eclipse.papyrus.uml.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.ui-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.ui-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.ui ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.views.documentation >-----
[INFO] Building org.eclipse.papyrus.views.documentation 2.0.0-SNAPSHOT [255/487]
[INFO]   from ../../plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.documentation ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.documentation ---
[INFO] Resolving class path of org.eclipse.papyrus.views.documentation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.documentation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.documentation ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/src/org/eclipse/papyrus/views/documentation/views/DocumentationView.java:[278] 
	toolbarConfig.toolbarCollapsible = true;
	              ^^^^^^^^^^^^^^^^^^
The field ToolbarConfiguration.toolbarCollapsible is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/src/org/eclipse/papyrus/views/documentation/views/DocumentationView.java:[279] 
	toolbarConfig.removeFormat = false;
	              ^^^^^^^^^^^^
The field ToolbarConfiguration.removeFormat is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/src/org/eclipse/papyrus/views/documentation/views/DocumentationView.java:[280] 
	toolbarConfig.toolbarInitialExpanded = Activator.getToolbarInitialExpendedPreference();
	              ^^^^^^^^^^^^^^^^^^^^^^
The field ToolbarConfiguration.toolbarInitialExpanded is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/src/org/eclipse/papyrus/views/documentation/Activator.java:[39] 
	private static final String USE_RICH_TEXT = "useRichtext";//$NON-NLS-1$
	                            ^^^^^^^^^^^^^
The value of the field Activator.USE_RICH_TEXT is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/src/org/eclipse/papyrus/views/documentation/widgets/DocumentationResourceEditor.java:[258] 
	if (dialog.OK == dialog.open()) {
	           ^^
The static field Window.OK should be accessed in a static way
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/src/org/eclipse/papyrus/views/documentation/widgets/DocumentationResourceEditor.java:[289] 
	if (dialog.OK == dialog.open()) {
	           ^^
The static field Window.OK should be accessed in a static way
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.documentation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.documentation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 188 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.documentation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/target/org.eclipse.papyrus.views.documentation-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.documentation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/target/org.eclipse.papyrus.views.documentation-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.documentation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/target/org.eclipse.papyrus.views.documentation-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/target/org.eclipse.papyrus.views.documentation-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/documentation/org.eclipse.papyrus.views.documentation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.documentation ---
[INFO] 
[INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus-editor >-----------
[INFO] Building Papyrus Editor 0.0.1-SNAPSHOT                         [256/487]
[INFO]   from ../../plugins/editor/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus-editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus-editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus-editor ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus-editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus-editor/0.0.1-SNAPSHOT/org.eclipse.papyrus-editor-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.eclipse.project.editors >---
[INFO] Building org.eclipse.papyrus.eclipse.project.editors 3.1.0-SNAPSHOT [257/487]
[INFO]   from ../../plugins/editor/org.eclipse.papyrus.eclipse.project.editors/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.eclipse.project.editors:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] Resolving class path of org.eclipse.papyrus.eclipse.project.editors
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.eclipse.project.editors ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 120 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/target/org.eclipse.papyrus.eclipse.project.editors-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/target/org.eclipse.papyrus.eclipse.project.editors-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/target/org.eclipse.papyrus.eclipse.project.editors-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.eclipse.project.editors/3.1.0-SNAPSHOT/org.eclipse.papyrus.eclipse.project.editors-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.eclipse.project.editors/3.1.0-SNAPSHOT/org.eclipse.papyrus.eclipse.project.editors-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/target/org.eclipse.papyrus.eclipse.project.editors-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.eclipse.project.editors/3.1.0-SNAPSHOT/org.eclipse.papyrus.eclipse.project.editors-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.eclipse.project.editors/3.1.0-SNAPSHOT/org.eclipse.papyrus.eclipse.project.editors-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.eclipse.project.editors/3.1.0-SNAPSHOT/org.eclipse.papyrus.eclipse.project.editors-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.eclipse.project.editors ---
[INFO] 
[INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.editor >-----------
[INFO] Building org.eclipse.papyrus.editor 3.0.0-SNAPSHOT             [258/487]
[INFO]   from ../../plugins/editor/org.eclipse.papyrus.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editor ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.editor ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/src/org/eclipse/papyrus/editor/PapyrusNavigationLocation.java:[21] 
	import org.eclipse.jface.viewers.ISelection;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.viewers.ISelection is never used
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 140 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/target/org.eclipse.papyrus.editor-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/target/org.eclipse.papyrus.editor-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/target/org.eclipse.papyrus.editor-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.editor-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.editor-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/target/org.eclipse.papyrus.editor-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.editor-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.editor-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.editor-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.editor ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.editor.perspectiveconfiguration >--
[INFO] Building org.eclipse.papyrus.editor.perspectiveconfiguration 2.0.0-SNAPSHOT [259/487]
[INFO]   from ../../plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.perspectiveconfiguration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] Resolving class path of org.eclipse.papyrus.editor.perspectiveconfiguration
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[33] 
	import org.eclipse.ui.internal.Workbench;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Workbench' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[34] 
	import org.eclipse.ui.internal.WorkbenchPage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[35] 
	import org.eclipse.ui.internal.WorkbenchPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[36] 
	import org.eclipse.ui.internal.WorkbenchWindow;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchWindow' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[37] 
	import org.eclipse.ui.internal.registry.PerspectiveRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PerspectiveRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[87] 
	PerspectiveRegistry perspRegistry = (PerspectiveRegistry) WorkbenchPlugin.getDefault().getPerspectiveRegistry();
	^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PerspectiveRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[87] 
	PerspectiveRegistry perspRegistry = (PerspectiveRegistry) WorkbenchPlugin.getDefault().getPerspectiveRegistry();
	                    ^^^^^^^^^^^^^
The value of the local variable perspRegistry is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[87] 
	PerspectiveRegistry perspRegistry = (PerspectiveRegistry) WorkbenchPlugin.getDefault().getPerspectiveRegistry();
	                                     ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PerspectiveRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[87] 
	PerspectiveRegistry perspRegistry = (PerspectiveRegistry) WorkbenchPlugin.getDefault().getPerspectiveRegistry();
	                                                          ^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[87] 
	PerspectiveRegistry perspRegistry = (PerspectiveRegistry) WorkbenchPlugin.getDefault().getPerspectiveRegistry();
	                                                                          ^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[87] 
	PerspectiveRegistry perspRegistry = (PerspectiveRegistry) WorkbenchPlugin.getDefault().getPerspectiveRegistry();
	                                                                                       ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getPerspectiveRegistry()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[156] 
	IActivityManager activityManager = workbenchActivitySupport.getActivityManager();
	                 ^^^^^^^^^^^^^^^
The value of the local variable activityManager is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[160] 
	IWorkbenchWindow window = Workbench.getInstance().getActiveWorkbenchWindow();
	                          ^^^^^^^^^
Discouraged access: The type 'Workbench' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[160] 
	IWorkbenchWindow window = Workbench.getInstance().getActiveWorkbenchWindow();
	                                    ^^^^^^^^^^^
Discouraged access: The method 'Workbench.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[160] 
	IWorkbenchWindow window = Workbench.getInstance().getActiveWorkbenchWindow();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Workbench.getActiveWorkbenchWindow()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[161] 
	if (window instanceof WorkbenchWindow) {
	                      ^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchWindow' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[162] 
	WorkbenchPage worbenchPage = (WorkbenchPage) window.getActivePage();
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[162] 
	WorkbenchPage worbenchPage = (WorkbenchPage) window.getActivePage();
	                              ^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[163] 
	ICommandService cmdService = (ICommandService) worbenchPage.getActivePart().getSite().getService(ICommandService.class);
	                                                            ^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchPage.getActivePart()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[200] 
	MenuManager menuManager = ((WorkbenchWindow) window).getMenuManager();
	                            ^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchWindow' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/PapyrusPerspectiveListener.java:[200] 
	MenuManager menuManager = ((WorkbenchWindow) window).getMenuManager();
	                                                     ^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchWindow.getMenuManager()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[29] 
	import org.eclipse.jface.internal.provisional.action.IToolBarContributionItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IToolBarContributionItem' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[30] 
	import org.eclipse.jface.internal.provisional.action.ToolBarContributionItem2;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ToolBarContributionItem2' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[33] 
	import org.eclipse.ui.internal.provisional.application.IActionBarConfigurer2;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActionBarConfigurer2' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[34] 
	import org.eclipse.ui.internal.registry.IActionSetDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActionSetDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[42] 
	public class CustomizeActionBars implements IActionBarConfigurer2, IActionBars2 {
	                                            ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActionBarConfigurer2' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[44] 
	protected List<IActionSetDescriptor> actionSet = null;
	               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActionSetDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[52] 
	public List<IActionSetDescriptor> getActionSet() {
	            ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActionSetDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[61] 
	public void setActionSet(List<IActionSetDescriptor> actionSet) {
	                              ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActionSetDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[173] 
	public IToolBarContributionItem createToolBarContributionItem(IToolBarManager toolBarManager, String id) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IToolBarContributionItem' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[174] 
	return new ToolBarContributionItem2(toolBarManager, id);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ToolBarContributionItem2' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/org/eclipse/papyrus/editor/perspectiveconfiguration/CustomizeActionBars.java:[174] 
	return new ToolBarContributionItem2(toolBarManager, id);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ToolBarContributionItem2(IToolBarManager, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar')
32 problems (32 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 61 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/target/org.eclipse.papyrus.editor.perspectiveconfiguration-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/target/org.eclipse.papyrus.editor.perspectiveconfiguration-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/target/org.eclipse.papyrus.editor.perspectiveconfiguration-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0-SNAPSHOT/org.eclipse.papyrus.editor.perspectiveconfiguration-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0-SNAPSHOT/org.eclipse.papyrus.editor.perspectiveconfiguration-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/target/org.eclipse.papyrus.editor.perspectiveconfiguration-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0-SNAPSHOT/org.eclipse.papyrus.editor.perspectiveconfiguration-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0-SNAPSHOT/org.eclipse.papyrus.editor.perspectiveconfiguration-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0-SNAPSHOT/org.eclipse.papyrus.editor.perspectiveconfiguration-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.editor.perspectiveconfiguration ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.uml.commands >--------
[INFO] Building org.eclipse.papyrus.uml.commands 2.0.0-SNAPSHOT       [260/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.commands/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.commands:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.commands ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.commands ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.commands
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.commands ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.commands ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/src/org/eclipse/papyrus/uml/commands/handler/tester/UMLPropertyTester.java:[52] 
	return (new Boolean(currentValue).equals(expectedValue));
	            ^^^^^^^^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/src/org/eclipse/papyrus/uml/commands/command/PasteElementCommand.java:[136] 
	Stereotype st = UMLUtil.getStereotype(eObject);
	           ^^
The value of the local variable st is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/src/org/eclipse/papyrus/uml/commands/command/PasteElementCommand.java:[303] 
	protected ICommand getExternalObjectsDuplicateCommand(Map duplicatedElementsMap, EObject targetOwner) {
	                                                      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.commands ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.commands ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 183 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.commands ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/target/org.eclipse.papyrus.uml.commands-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.commands ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/target/org.eclipse.papyrus.uml.commands-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.commands ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/target/org.eclipse.papyrus.uml.commands-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.commands/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.commands-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.commands/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.commands-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/target/org.eclipse.papyrus.uml.commands-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.commands/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.commands-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.commands/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.commands-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.commands/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.commands/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.commands-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.commands ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.controlmode.profile >---
[INFO] Building org.eclipse.papyrus.uml.controlmode.profile 3.1.0-SNAPSHOT [261/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.controlmode.profile:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.controlmode.profile
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.controlmode.profile ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 150 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/target/org.eclipse.papyrus.uml.controlmode.profile-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/target/org.eclipse.papyrus.uml.controlmode.profile-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/target/org.eclipse.papyrus.uml.controlmode.profile-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.controlmode.profile/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.controlmode.profile-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.controlmode.profile/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.controlmode.profile-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/target/org.eclipse.papyrus.uml.controlmode.profile-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.controlmode.profile/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.controlmode.profile-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.controlmode.profile/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.controlmode.profile-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.controlmode.profile/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.controlmode.profile-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.controlmode.profile ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.documentation.profile >--
[INFO] Building org.eclipse.papyrus.uml.documentation.profile 2.0.0-SNAPSHOT [262/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.documentation.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.documentation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.documentation.profile
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.documentation.profile ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 15 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/target/org.eclipse.papyrus.uml.documentation.profile-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/target/org.eclipse.papyrus.uml.documentation.profile-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/target/org.eclipse.papyrus.uml.documentation.profile-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.documentation.profile/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.documentation.profile-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.documentation.profile/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.documentation.profile-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/target/org.eclipse.papyrus.uml.documentation.profile-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.documentation.profile/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.documentation.profile-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.documentation.profile/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.documentation.profile-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.documentation.profile/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.documentation.profile-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.documentation.profile ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.uml.filters >---------
[INFO] Building org.eclipse.papyrus.uml.filters 2.1.0-SNAPSHOT        [263/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.filters/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.filters ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.filters ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.filters
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.filters ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.filters ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.filters ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.filters ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 30 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.filters ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/target/org.eclipse.papyrus.uml.filters-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.filters ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/target/org.eclipse.papyrus.uml.filters-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.filters ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/target/org.eclipse.papyrus.uml.filters-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.filters/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.filters-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.filters/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.filters-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/target/org.eclipse.papyrus.uml.filters-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.filters/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.filters-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.filters/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.filters-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.filters/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.filters-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.filters ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml.filters.edit >------
[INFO] Building org.eclipse.papyrus.uml.filters.edit 2.0.0-SNAPSHOT   [264/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.filters.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.filters.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.filters.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 32 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/target/org.eclipse.papyrus.uml.filters.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/target/org.eclipse.papyrus.uml.filters.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/target/org.eclipse.papyrus.uml.filters.edit-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.filters.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.filters.edit-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.filters.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.filters.edit-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/target/org.eclipse.papyrus.uml.filters.edit-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.filters.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.filters.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.filters.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.filters.edit-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.filters.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.filters.edit/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.filters.edit-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.filters.edit ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.uml.icons >----------
[INFO] Building org.eclipse.papyrus.uml.icons 2.0.0-SNAPSHOT          [265/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.icons/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.icons ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.icons ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.icons
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.icons ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.icons ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.icons ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.icons ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 61 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.icons ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/target/org.eclipse.papyrus.uml.icons-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.icons ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/target/org.eclipse.papyrus.uml.icons-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.icons ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/target/org.eclipse.papyrus.uml.icons-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.icons/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.icons-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.icons/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.icons-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/target/org.eclipse.papyrus.uml.icons-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.icons/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.icons-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.icons/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.icons-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.icons/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.icons/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.icons-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.icons ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair >-------
[INFO] Building org.eclipse.papyrus.uml.modelrepair 3.1.0-SNAPSHOT    [266/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.modelrepair
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[44] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[210] 
	IStereotypeOrphanGroup orphans = AdapterUtils.adapt(schema, IStereotypeOrphanGroup.class, null);
	                                 ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[210] 
	IStereotypeOrphanGroup orphans = AdapterUtils.adapt(schema, IStereotypeOrphanGroup.class, null);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IStereotypeOrphanGroup>, IStereotypeOrphanGroup) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[212] 
	final EPackage targetSchema = isOrphanGroup ? orphans.getSchema() : AdapterUtils.adapt(schema, EPackage.class, null);
	                                                                    ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[212] 
	final EPackage targetSchema = isOrphanGroup ? orphans.getSchema() : AdapterUtils.adapt(schema, EPackage.class, null);
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<EPackage>, EPackage) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[233] 
	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); // Fails if not present
	                    ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[233] 
	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); // Fails if not present
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<EPackage>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[247] 
	IStereotypeOrphanGroup orphanGroup = AdapterUtils.adapt(schema, IStereotypeOrphanGroup.class, null);
	                                     ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[247] 
	IStereotypeOrphanGroup orphanGroup = AdapterUtils.adapt(schema, IStereotypeOrphanGroup.class, null);
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IStereotypeOrphanGroup>, IStereotypeOrphanGroup) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[270] 
	IStereotypeOrphanGroup orphanGroup = AdapterUtils.adapt(schema, IStereotypeOrphanGroup.class, null);
	                                     ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[270] 
	IStereotypeOrphanGroup orphanGroup = AdapterUtils.adapt(schema, IStereotypeOrphanGroup.class, null);
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IStereotypeOrphanGroup>, IStereotypeOrphanGroup) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[274] 
	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class, null);
	                    ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[274] 
	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class, null);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<EPackage>, EPackage) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[588] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ZombieStereotypesDescriptor.ProfileContext needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java:[635] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ZombieStereotypesDescriptor.EPackageAdapter needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/validation/StereotypeRepairResolutionGenerator.java:[30] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/validation/StereotypeRepairResolutionGenerator.java:[85] 
	Activator.getDefault().getWorkbench().getActiveWorkbenchWindow();
	                       ^^^^^^^^^^^^^^
The method getWorkbench() from the type AbstractUIPlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/validation/StereotypeRepairResolutionGenerator.java:[118] 
	ServicesRegistry registry = AdapterUtils.adapt(refs[i].getEditor(true), ServicesRegistry.class, null);
	                            ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/validation/StereotypeRepairResolutionGenerator.java:[118] 
	ServicesRegistry registry = AdapterUtils.adapt(refs[i].getEditor(true), ServicesRegistry.class, null);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<ServicesRegistry>, ServicesRegistry) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/validation/StereotypeApplicationRepairConstraint.java:[33] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/validation/StereotypeApplicationRepairConstraint.java:[144] 
	Optional<IStereotypeOrphanGroup> orphans = AdapterUtils.adapt(schema, IStereotypeOrphanGroup.class);
	                                           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/validation/StereotypeApplicationRepairConstraint.java:[144] 
	Optional<IStereotypeOrphanGroup> orphans = AdapterUtils.adapt(schema, IStereotypeOrphanGroup.class);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IStereotypeOrphanGroup>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/participants/StereotypeApplicationRepairParticipant.java:[410] 
	if (isUnrecognizedSchema(classifier.getEPackage()) && (profile.getDefinition() != null)) {
	                                                       ^^^^^^^
The field PackageOperations.StereotypeApplicationCopier.profile is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/participants/StereotypeApplicationRepairParticipant.java:[412] 
	EPackage definition = profile.getDefinition();
	                      ^^^^^^^
The field PackageOperations.StereotypeApplicationCopier.profile is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/participants/StereotypeApplicationRepairParticipant.java:[428] 
	if (isUnrecognizedSchema(feature.getEContainingClass().getEPackage()) && (profile.getDefinition() != null)) {
	                                                                          ^^^^^^^
The field PackageOperations.StereotypeApplicationCopier.profile is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/participants/StereotypeApplicationRepairParticipant.java:[429] 
	EClassifier classifier = profile.getDefinition().getEClassifier(feature.getEContainingClass().getName());
	                         ^^^^^^^
The field PackageOperations.StereotypeApplicationCopier.profile is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/participants/StereotypeApplicationRepairParticipant.java:[537] 
	handleException(new IllegalStateException(String.format("Definition for property '%s' not found in profile '%s'", qualifiedName, getQualifiedName(profile)))); //$NON-NLS-1$
	                                                                                                                                                  ^^^^^^^
The field PackageOperations.StereotypeApplicationCopier.profile is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/participants/StereotypeApplicationRepairParticipant.java:[668] 
	handleException(new IllegalStateException(String.format("Definition for property '%s' not found in profile '%s'", qualifiedName, getQualifiedName(profile)))); //$NON-NLS-1$
	                                                                                                                                                  ^^^^^^^
The field PackageOperations.StereotypeApplicationCopier.profile is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/participants/StereotypeApplicationRepairParticipant.java:[742] 
	: stereotypeApplicationHelper.applyStereotype(baseElement, getTarget(eObject.eClass()));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/participants/StereotypeApplicationRepairParticipant.java:[754] 
	return super.getDefinition(getSameNamedElement(element, profile));
	                                                        ^^^^^^^
The field PackageOperations.StereotypeApplicationCopier.profile is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/handler/ModelRepairHandler.java:[30] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/handler/ModelRepairHandler.java:[54] 
	ModelSet modelSet = new DiResourceSet();
	                        ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/handler/ModelRepairHandler.java:[54] 
	ModelSet modelSet = new DiResourceSet();
	                        ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/ui/ZombieStereotypesDialog.java:[68] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/ui/ZombieStereotypesDialog.java:[496] 
	return AdapterUtils.adapt(schema, EPackage.class, null);
	       ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/ui/ZombieStereotypesDialog.java:[496] 
	return AdapterUtils.adapt(schema, EPackage.class, null);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<EPackage>, EPackage) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/ui/ZombieStereotypesDialog.java:[500] 
	return AdapterUtils.adapt(schema, IStereotypeOrphanGroup.class).isPresent();
	       ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/ui/ZombieStereotypesDialog.java:[500] 
	return AdapterUtils.adapt(schema, IStereotypeOrphanGroup.class).isPresent();
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IStereotypeOrphanGroup>) from the type AdapterUtils is deprecated
38 problems (38 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelrepair ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 150 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/target/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/target/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/target/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/target/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.modelrepair ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile >---------
[INFO] Building org.eclipse.papyrus.uml.profile 4.2.0-SNAPSHOT        [267/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile ---
[INFO] The project's OSGi version is 4.2.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile ---
[INFO] Compiling 73 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/PrimitiveTypeItems.java:[45] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/PrimitiveTypeItems.java:[45] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/DataTypeItems.java:[41] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/DataTypeItems.java:[41] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/EnumerationItems.java:[54] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/EnumerationItems.java:[54] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/tree/objects/AppliedStereotypeTreeObject.java:[114] 
	Util.reorderStereotypeApplications(root, stereotypes);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method reorderStereotypeApplications(Element, EList<Stereotype>) from the type Util has been deprecated since version 4.2 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/tree/objects/AppliedStereotypeTreeObject.java:[139] 
	Util.reorderStereotypeApplications(root, stereotypes);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method reorderStereotypeApplications(Element, EList<Stereotype>) from the type Util has been deprecated since version 4.2 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/StereotypeItems.java:[59] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/StereotypeItems.java:[59] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/AlphabeticalViewerSorter.java:[24] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/AlphabeticalViewerSorter.java:[30] 
	public class AlphabeticalViewerSorter extends ViewerSorter {
	                                              ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/AlphabeticalViewerSorter.java:[45] 
	super();
	^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/AlphabeticalViewerSorter.java:[73] 
	return collator.compare(s1, s2);
	       ^^^^^^^^
The field ViewerSorter.collator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ChooseSetAssistedDialog.java:[510] 
	Iterator it = selection.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ChooseSetAssistedDialog.java:[537] 
	Iterator it = selection.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ChooseSetAssistedDialog.java:[563] 
	Iterator it = selection.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ChooseSetAssistedDialog.java:[584] 
	Iterator it = selection.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ChooseSetAssistedDialog.java:[676] 
	public ArrayList getSelectedElements() {
	       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ChooseSetAssistedDialog.java:[1331] 
	private class InputOperation implements IRunnableWithProgress {
	              ^^^^^^^^^^^^^^
The type ChooseSetAssistedDialog.InputOperation is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[35] 
	private ArrayList elements = new ArrayList();
	        ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[35] 
	private ArrayList elements = new ArrayList();
	                                 ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[40] 
	private Set changeListeners = new HashSet();
	        ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[40] 
	private Set changeListeners = new HashSet();
	                                  ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[61] 
	public ArrayList getElements() {
	       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[72] 
	elements.add(elements.size(), element);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[73] 
	Iterator iterator = changeListeners.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[88] 
	Iterator iterator = changeListeners.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[105] 
	elements.add(index - 1, element);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[108] 
	Iterator iterator = changeListeners.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[126] 
	elements.add(index + 1, element);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[129] 
	Iterator iterator = changeListeners.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[143] 
	Iterator iterator = changeListeners.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/ElementList.java:[178] 
	changeListeners.add(viewer);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/InputDialogEnumeration.java:[171] 
	List tmp = ((Enumeration) property.getType()).getOwnedLiterals();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/dialogs/InputDialogEnumeration.java:[172] 
	String[] enumLiteralNames = Util.getStringArrayFromList(tmp);
	                                                        ^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Element>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/CompositeItems.java:[55] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/CompositeItems.java:[55] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/MetaclassItems.java:[58] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/ui/items/MetaclassItems.java:[58] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
40 problems (40 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/target/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/target/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/target/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile/4.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile/4.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/target/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile/4.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile/4.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile/4.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.uml.import >---------
[INFO] Building org.eclipse.papyrus.uml.import 2.0.0-SNAPSHOT         [268/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.import/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.import:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.import ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.import ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.import
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.import ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.import ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.import ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.import ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.import ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/target/org.eclipse.papyrus.uml.import-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.import ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/target/org.eclipse.papyrus.uml.import-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.import ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/target/org.eclipse.papyrus.uml.import-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.import/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.import-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.import/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.import-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/target/org.eclipse.papyrus.uml.import-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.import/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.import-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.import/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.import-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.import/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.import/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.import-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.import ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.uml.export >---------
[INFO] Building org.eclipse.papyrus.uml.export 2.1.0-SNAPSHOT         [269/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.export/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.export:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.export ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.export ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.export
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.export ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.export ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenRenderedMapModeGraphics.java:[18] 
	import org.eclipse.gmf.runtime.draw2d.ui.render.internal.graphics.RenderedMapModeGraphics;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RenderedMapModeGraphics' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render/1.8.0.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenRenderedMapModeGraphics.java:[21] 
	public class OpenRenderedMapModeGraphics extends RenderedMapModeGraphics {
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RenderedMapModeGraphics' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render/1.8.0.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenRenderedMapModeGraphics.java:[24] 
	super(graphics, mapMode);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RenderedMapModeGraphics(Graphics, IMapMode)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render/1.8.0.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenRenderedMapModeGraphics.java:[28] 
	return getGraphics();
	       ^^^^^^^^^^^
Discouraged access: The method 'ScaledGraphics.getGraphics()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.10.2.202403010913/org.eclipse.gmf.runtime.draw2d.ui-1.10.2.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/contribution/HyperlinkAnnotateSVG.java:[20] 
	import org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.svg.export.GraphicsSVG;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/contribution/HyperlinkAnnotateSVG.java:[40] 
	* @see org.eclipse.papyrus.uml.export.extension.AnnotateSVG#addAnnotation(org.eclipse.gmf.runtime.notation.View, org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.svg.export.GraphicsSVG, org.w3c.dom.Element)
	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/contribution/HyperlinkAnnotateSVG.java:[40] 
	* @see org.eclipse.papyrus.uml.export.extension.AnnotateSVG#addAnnotation(org.eclipse.gmf.runtime.notation.View, org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.svg.export.GraphicsSVG, org.w3c.dom.Element)
	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/contribution/HyperlinkAnnotateSVG.java:[48] 
	public boolean addAnnotation(View view, GraphicsSVG svgG, Element rectangle) {
	                                        ^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/ui/HTMLExportPreferencesPage.java:[25] 
	import org.eclipse.jdt.internal.ui.util.TableLayoutComposite;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TableLayoutComposite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.32.100.v20240423-0807/org.eclipse.jdt.ui-3.32.100.v20240423-0807.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/ui/HTMLExportPreferencesPage.java:[78] 
	private TableEditor fTableEditor;
	                    ^^^^^^^^^^^^
The value of the field HTMLExportPreferencesPage.fTableEditor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/ui/HTMLExportPreferencesPage.java:[145] 
	TableLayoutComposite layouter= new TableLayoutComposite(container, SWT.NONE);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TableLayoutComposite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.32.100.v20240423-0807/org.eclipse.jdt.ui-3.32.100.v20240423-0807.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/ui/HTMLExportPreferencesPage.java:[145] 
	TableLayoutComposite layouter= new TableLayoutComposite(container, SWT.NONE);
	                                   ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TableLayoutComposite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.32.100.v20240423-0807/org.eclipse.jdt.ui-3.32.100.v20240423-0807.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/ui/HTMLExportPreferencesPage.java:[145] 
	TableLayoutComposite layouter= new TableLayoutComposite(container, SWT.NONE);
	                                   ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TableLayoutComposite(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.32.100.v20240423-0807/org.eclipse.jdt.ui-3.32.100.v20240423-0807.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/ui/HTMLExportPreferencesPage.java:[146] 
	layouter.addColumnData(new ColumnWeightData(100));
	         ^^^^^^^^^^^^^
Discouraged access: The method 'TableLayoutComposite.addColumnData(ColumnLayoutData)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.32.100.v20240423-0807/org.eclipse.jdt.ui-3.32.100.v20240423-0807.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/ui/HTMLExportPreferencesPage.java:[224] 
	public void setDefaults() {
	            ^^^^^^^^^^^^^
The method setDefaults() from the type HTMLExportPreferencesPage.IdentifiedEntryStructuredContentProvider is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[44] 
	import org.eclipse.gmf.runtime.draw2d.ui.render.internal.graphics.RenderedMapModeGraphics;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RenderedMapModeGraphics' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render/1.8.0.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[52] 
	private Point ltranslateOffset;
	              ^^^^^^^^^^^^^^^^
The value of the field OpenAPIDiagramSVGGenerator.ltranslateOffset is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[58] 
	public ImageDescriptor openCreateSWTImageDescriptorForParts(List editparts,
	                                                            ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[87] 
	graphics = setUpGraphics((int) Math.round(rect.preciseWidth), (int) Math.round(rect.preciseHeight));
	                                               ^^^^^^^^^^^^
The field PrecisionRectangle.preciseWidth is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[87] 
	graphics = setUpGraphics((int) Math.round(rect.preciseWidth), (int) Math.round(rect.preciseHeight));
	                                                                                    ^^^^^^^^^^^^^
The field PrecisionRectangle.preciseHeight is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[89] 
	RenderedMapModeGraphics mapModeGraphics = new OpenRenderedMapModeGraphics(graphics, getMapMode());
	^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RenderedMapModeGraphics' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render/1.8.0.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[102] 
	public void openRenderToGraphics(Graphics graphics, Point translateOffset, List editparts) {
	                                                                           ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[110] 
	Map decorations = findDecorations(editparts);		
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[112] 
	for (Iterator editPartsItr = editparts.listIterator(); editPartsItr.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[309] 
	public Map findDecorations(Collection editparts) {
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[309] 
	public Map findDecorations(Collection editparts) {
	                           ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[312] 
	Map figureMap = mapFiguresToEditParts(editparts);
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[314] 
	Map result = new java.util.HashMap();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[314] 
	Map result = new java.util.HashMap();
	                 ^^^^^^^^^^^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[324] 
	List figures = new java.util.ArrayList(editparts);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[324] 
	List figures = new java.util.ArrayList(editparts);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[324] 
	List figures = new java.util.ArrayList(editparts);
	                   ^^^^^^^^^^^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[325] 
	for (ListIterator iter = figures.listIterator(); iter.hasNext();) {
	     ^^^^^^^^^^^^
ListIterator is a raw type. References to generic type ListIterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[326] 
	iter.set(((IGraphicalEditPart) iter.next()).getFigure());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(Object) belongs to the raw type ListIterator. References to generic type ListIterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[330] 
	for (Iterator iter = decorationLayer.getChildren().iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[342] 
	result.put(owner, decoration);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[344] 
	((Collection) existing).add(decoration);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[344] 
	((Collection) existing).add(decoration);
	  ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[346] 
	Collection c = new java.util.ArrayList(2);
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[346] 
	Collection c = new java.util.ArrayList(2);
	                   ^^^^^^^^^^^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[347] 
	c.add(existing);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[348] 
	c.add(decoration);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[349] 
	result.put(owner, c);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[371] 
	public Map mapFiguresToEditParts(Collection editParts) {
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[371] 
	public Map mapFiguresToEditParts(Collection editParts) {
	                                 ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[372] 
	Map result = new java.util.HashMap();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[372] 
	Map result = new java.util.HashMap();
	                 ^^^^^^^^^^^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[374] 
	for (Iterator iter = editParts.iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[377] 
	result.put(next.getFigure(), next);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[392] 
	public void getNestedEditParts(IGraphicalEditPart childEditPart, Collection editParts) {
	                                                                 ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[394] 
	for (Iterator iter = childEditPart.getChildren().iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[397] 
	editParts.add(child);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[413] 
	public void paintDecorations(Graphics graphics, IFigure figure, Map decorations) {
	                                                                ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[418] 
	for (Iterator iter = ((Collection) decoration).iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[418] 
	for (Iterator iter = ((Collection) decoration).iterator(); iter.hasNext();) {
	                       ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/internal/OpenAPIDiagramSVGGenerator.java:[438] 
	for (Iterator itr = ep.getSourceConnections().iterator(); itr.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
57. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/util/IndexHelper.java (at line 24)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[40] 
	import org.eclipse.gmf.runtime.diagram.ui.render.internal.DiagramUIRenderDebugOptions;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIRenderDebugOptions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[41] 
	import org.eclipse.gmf.runtime.diagram.ui.render.internal.DiagramUIRenderPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIRenderPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[43] 
	import org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.image.ImageConverter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ImageConverter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[44] 
	import org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.svg.export.GraphicsSVG;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[46] 
	import org.eclipse.gmf.runtime.draw2d.ui.render.internal.RenderedImageDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RenderedImageDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render/1.8.0.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[102] 
	return GraphicsSVG.getInstance(viewBox);
	       ^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[102] 
	return GraphicsSVG.getInstance(viewBox);
	                   ^^^^^^^^^^^
Discouraged access: The method 'GraphicsSVG.getInstance(Rectangle)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[122] 
	GraphicsSVG svgG = (GraphicsSVG) g;
	^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[122] 
	GraphicsSVG svgG = (GraphicsSVG) g;
	                    ^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[123] 
	svgRoot = svgG.getRoot();
	               ^^^^^^^
Discouraged access: The method 'GraphicsSVG.getRoot()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[126] 
	List<PartPositionInfo> allPartPositionInfo = this.getDiagramPartInfo();
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<PartPositionInfo>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[130] 
	Element rectangle = svgG.getDocument().createElementNS(SVGDOMImplementation.SVG_NAMESPACE_URI, "rect");
	                         ^^^^^^^^^^^
Discouraged access: The method 'GraphicsSVG.getDocument()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[163] 
	return RenderedImageDescriptor
	       ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RenderedImageDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render/1.8.0.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[164] 
	.createFromRenderedImage(getRenderedImage());
	 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RenderedImageDescriptor.createFromRenderedImage(RenderedImage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render/1.8.0.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[166] 
	Log.error(DiagramUIRenderPlugin.getInstance(), IStatus.ERROR, ex
	          ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIRenderPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[166] 
	Log.error(DiagramUIRenderPlugin.getInstance(), IStatus.ERROR, ex
	                                ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIRenderPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[185] 
	public boolean applyAll(View view, GraphicsSVG svgG, Element rectangle) {
	                                   ^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[218] 
	Log.error(DiagramUIRenderPlugin.getInstance(), IStatus.ERROR, ex.getMessage(), ex);
	          ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIRenderPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[218] 
	Log.error(DiagramUIRenderPlugin.getInstance(), IStatus.ERROR, ex.getMessage(), ex);
	                                ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIRenderPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[236] 
	public Image createAWTImageForParts(List editparts, org.eclipse.swt.graphics.Rectangle sourceRect) {
	                                    ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[242] 
	bufImg = ImageConverter.convert(getRenderedImage().getSWTImage());
	         ^^^^^^^^^^^^^^
Discouraged access: The type 'ImageConverter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[242] 
	bufImg = ImageConverter.convert(getRenderedImage().getSWTImage());
	                        ^^^^^^^
Discouraged access: The method 'ImageConverter.convert(Image)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[247] 
	Trace.catching(DiagramUIRenderPlugin.getInstance(), DiagramUIRenderDebugOptions.EXCEPTIONS_THROWING,
	               ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIRenderPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[247] 
	Trace.catching(DiagramUIRenderPlugin.getInstance(), DiagramUIRenderDebugOptions.EXCEPTIONS_THROWING,
	                                     ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIRenderPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[247] 
	Trace.catching(DiagramUIRenderPlugin.getInstance(), DiagramUIRenderDebugOptions.EXCEPTIONS_THROWING,
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIRenderDebugOptions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[247] 
	Trace.catching(DiagramUIRenderPlugin.getInstance(), DiagramUIRenderDebugOptions.EXCEPTIONS_THROWING,
	                                                                                ^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIRenderDebugOptions.EXCEPTIONS_THROWING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[250] 
	return ImageConverter.convert(SharedImages.get(SharedImages.IMG_ERROR));
	       ^^^^^^^^^^^^^^
Discouraged access: The type 'ImageConverter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[250] 
	return ImageConverter.convert(SharedImages.get(SharedImages.IMG_ERROR));
	                      ^^^^^^^
Discouraged access: The method 'ImageConverter.convert(Image)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[254] 
	Trace.catching(DiagramUIRenderPlugin.getInstance(), DiagramUIRenderDebugOptions.EXCEPTIONS_THROWING,
	               ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIRenderPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[254] 
	Trace.catching(DiagramUIRenderPlugin.getInstance(), DiagramUIRenderDebugOptions.EXCEPTIONS_THROWING,
	                                     ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIRenderPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[254] 
	Trace.catching(DiagramUIRenderPlugin.getInstance(), DiagramUIRenderDebugOptions.EXCEPTIONS_THROWING,
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIRenderDebugOptions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[254] 
	Trace.catching(DiagramUIRenderPlugin.getInstance(), DiagramUIRenderDebugOptions.EXCEPTIONS_THROWING,
	                                                                                ^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIRenderDebugOptions.EXCEPTIONS_THROWING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[257] 
	return ImageConverter.convert(SharedImages.get(SharedImages.IMG_ERROR));
	       ^^^^^^^^^^^^^^
Discouraged access: The type 'ImageConverter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[257] 
	return ImageConverter.convert(SharedImages.get(SharedImages.IMG_ERROR));
	                      ^^^^^^^
Discouraged access: The method 'ImageConverter.convert(Image)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[261] 
	return ImageConverter.convert(SharedImages.get(SharedImages.IMG_ERROR));
	       ^^^^^^^^^^^^^^
Discouraged access: The type 'ImageConverter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusDiagramSVGGenerator.java:[261] 
	return ImageConverter.convert(SharedImages.get(SharedImages.IMG_ERROR));
	                      ^^^^^^^
Discouraged access: The method 'ImageConverter.convert(Image)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/AnnotateSVG.java:[16] 
	import org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.svg.export.GraphicsSVG;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/AnnotateSVG.java:[34] 
	boolean addAnnotation(View view, GraphicsSVG svgG, Element rectangle);
	                                 ^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/contribution/CommentAnnotateSVG.java:[19] 
	import org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.svg.export.GraphicsSVG;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/contribution/CommentAnnotateSVG.java:[39] 
	* @see org.eclipse.papyrus.uml.export.extension.AnnotateSVG#addAnnotation(org.eclipse.gmf.runtime.notation.View, org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.svg.export.GraphicsSVG, org.w3c.dom.Element)
	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/contribution/CommentAnnotateSVG.java:[39] 
	* @see org.eclipse.papyrus.uml.export.extension.AnnotateSVG#addAnnotation(org.eclipse.gmf.runtime.notation.View, org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.svg.export.GraphicsSVG, org.w3c.dom.Element)
	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/contribution/CommentAnnotateSVG.java:[47] 
	public boolean addAnnotation(View view, GraphicsSVG svgG, Element rectangle) {
	                                        ^^^^^^^^^^^
Discouraged access: The type 'GraphicsSVG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/contribution/CommentAnnotateSVG.java:[54] 
	Element title = svgG.getDocument().createElementNS(SVGDOMImplementation.SVG_NAMESPACE_URI, ATTRIBUTE_TITLE);
	                     ^^^^^^^^^^^
Discouraged access: The method 'GraphicsSVG.getDocument()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/extension/contribution/CommentAnnotateSVG.java:[55] 
	Text comment = svgG.getDocument().createTextNode(ownedComments.get(0).getBody());
	                    ^^^^^^^^^^^
Discouraged access: The method 'GraphicsSVG.getDocument()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusCopyToImageUtil.java:[29] 
	import org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.image.ImageExporter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ImageExporter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusCopyToImageUtil.java:[80] 
	protected void copyToImage(DiagramGenerator gen, List editParts,
	                                                 ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusCopyToImageUtil.java:[94] 
	String exportFormat = ImageExporter.JPEG_FILE;
	                      ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ImageExporter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusCopyToImageUtil.java:[94] 
	String exportFormat = ImageExporter.JPEG_FILE;
	                                    ^^^^^^^^^
Discouraged access: The field 'ImageExporter.JPEG_FILE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusCopyToImageUtil.java:[96] 
	exportFormat = ImageExporter.PNG_FILE;
	               ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ImageExporter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusCopyToImageUtil.java:[96] 
	exportFormat = ImageExporter.PNG_FILE;
	                             ^^^^^^^^
Discouraged access: The field 'ImageExporter.PNG_FILE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusCopyToImageUtil.java:[102] 
	ImageExporter.exportToFile(destination, (BufferedImage) image,
	^^^^^^^^^^^^^
Discouraged access: The type 'ImageExporter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/svgextension/PapyrusCopyToImageUtil.java:[102] 
	ImageExporter.exportToFile(destination, (BufferedImage) image,
	              ^^^^^^^^^^^^
Discouraged access: The method 'ImageExporter.exportToFile(IPath, BufferedImage, String, IProgressMonitor, float)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui.render.awt/1.11.1.202403010913/org.eclipse.gmf.runtime.draw2d.ui.render.awt-1.11.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/util/ImageUtil.java:[86] 
	copyToImage = copyImageUtil.copyToImage(currentDiagram, imagePath, fileFormat, new NullProgressMonitor(),PreferencesHint.USE_DEFAULTS);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<PartPositionInfo>
110 problems (0 errors, 109 warnings, 1 info)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.export ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.export ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 190 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.export ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/target/org.eclipse.papyrus.uml.export-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.export ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/target/org.eclipse.papyrus.uml.export-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.export ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/target/org.eclipse.papyrus.uml.export-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.export/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.export-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.export/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.export-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/target/org.eclipse.papyrus.uml.export-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.export/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.export-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.export/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.export-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.export/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.export/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.export-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.export ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml.navigation >-------
[INFO] Building org.eclipse.papyrus.uml.navigation 2.0.0-SNAPSHOT     [270/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.navigation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.navigation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.navigation ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.navigation ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.navigation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.navigation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.navigation ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.navigation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.navigation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 178 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.navigation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/target/org.eclipse.papyrus.uml.navigation-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.navigation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/target/org.eclipse.papyrus.uml.navigation-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.navigation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/target/org.eclipse.papyrus.uml.navigation-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.navigation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.navigation-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.navigation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.navigation-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/target/org.eclipse.papyrus.uml.navigation-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.navigation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.navigation-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.navigation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.navigation-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.navigation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.navigation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.navigation-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.navigation ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.oclconstraintevaluation >--
[INFO] Building org.eclipse.papyrus.uml.oclconstraintevaluation 2.0.0-SNAPSHOT [271/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.oclconstraintevaluation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.oclconstraintevaluation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/src/org/eclipse/papyrus/uml/oclconstraintevaluation/OCLEvaluationView.java:[24] 
	import org.eclipse.ocl.pivot.uml.UMLOCL;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLOCL is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/src/org/eclipse/papyrus/uml/oclconstraintevaluation/OCLEvaluationView.java:[78] 
	EnvironmentFactory environmentFactory = PivotUtilInternal.findEnvironmentFactory(contextObject);
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findEnvironmentFactory(EObject) from the type PivotUtilInternal is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/src/org/eclipse/papyrus/uml/oclconstraintevaluation/OCLEvaluationView.java:[82] 
	return UMLOCL.newInstance().getMetamodelManager();
	       ^^^^^^
The type UMLOCL is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/src/org/eclipse/papyrus/uml/oclconstraintevaluation/OCLEvaluationView.java:[82] 
	return UMLOCL.newInstance().getMetamodelManager();
	              ^^^^^^^^^^^^^
The method newInstance() from the type UMLOCL is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/src/org/eclipse/papyrus/uml/oclconstraintevaluation/OCLEvaluationView.java:[99] 
	OCL ocl = OCL.newInstance(environmentFactory);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method newInstance(EnvironmentFactory) from the type OCL is deprecated
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 119 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/target/org.eclipse.papyrus.uml.oclconstraintevaluation-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/target/org.eclipse.papyrus.uml.oclconstraintevaluation-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/target/org.eclipse.papyrus.uml.oclconstraintevaluation-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.oclconstraintevaluation-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.oclconstraintevaluation-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/target/org.eclipse.papyrus.uml.oclconstraintevaluation-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.oclconstraintevaluation-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.oclconstraintevaluation-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.oclconstraintevaluation-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.oclconstraintevaluation ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.wizards >-----
[INFO] Building org.eclipse.papyrus.uml.diagram.wizards 4.0.100-SNAPSHOT [272/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.wizards:4.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] The project's OSGi version is 4.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.wizards
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] Compiling 47 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/src/org/eclipse/papyrus/uml/diagram/wizards/pages/SelectArchitectureContextPage.java:[106] 
	private <T> List<T> asList(T... elements) {
	                                ^^^^^^^^
Type safety: Potential heap pollution via varargs parameter elements
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/src/org/eclipse/papyrus/uml/diagram/wizards/wizards/CreateModelWizard.java:[710] 
	desc = IDE.getEditorDescriptor(((IFileEditorInput) input).getFile());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEditorDescriptor(IFile) from the type IDE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/src/org/eclipse/papyrus/uml/diagram/wizards/wizards/CreateModelWizard.java:[721] 
	desc = IDE.getEditorDescriptor(uri.lastSegment());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEditorDescriptor(String) from the type IDE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/src/org/eclipse/papyrus/uml/diagram/wizards/wizards/CreateModelWizard.java:[724] 
	desc = IDE.getEditorDescriptor(input.getName());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEditorDescriptor(String) from the type IDE is deprecated
5. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/src/org/eclipse/papyrus/uml/diagram/wizards/wizards/PapyrusExampleInstallerWizard.java (at line 49)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/src/org/eclipse/papyrus/uml/diagram/wizards/profile/ProfileChooserContentProvider.java:[61] 
	for (Object object : (List) inputElement) {
	                      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
6 problems (0 errors, 5 warnings, 1 info)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.wizards ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 201 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/target/org.eclipse.papyrus.uml.diagram.wizards-4.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/target/org.eclipse.papyrus.uml.diagram.wizards-4.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/target/org.eclipse.papyrus.uml.diagram.wizards-4.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.wizards/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.wizards-4.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.wizards/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.wizards-4.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/target/org.eclipse.papyrus.uml.diagram.wizards-4.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.wizards/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.wizards-4.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.wizards/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.wizards-4.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.wizards/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.wizards-4.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.wizards ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml.perspective >-------
[INFO] Building org.eclipse.papyrus.uml.perspective 2.0.0-SNAPSHOT    [273/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.perspective/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.perspective:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.perspective ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.perspective ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.perspective
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.perspective ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.perspective ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.perspective ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.perspective ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 202 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.perspective ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/target/org.eclipse.papyrus.uml.perspective-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.perspective ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/target/org.eclipse.papyrus.uml.perspective-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.perspective ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/target/org.eclipse.papyrus.uml.perspective-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.perspective/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.perspective-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.perspective/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.perspective-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/target/org.eclipse.papyrus.uml.perspective-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.perspective/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.perspective-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.perspective/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.perspective-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.perspective/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.perspective/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.perspective-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.perspective ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.resourceloading.profile >--
[INFO] Building org.eclipse.papyrus.uml.resourceloading.profile 2.0.0-SNAPSHOT [274/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.resourceloading.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.resourceloading.profile
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 150 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/target/org.eclipse.papyrus.uml.resourceloading.profile-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/target/org.eclipse.papyrus.uml.resourceloading.profile-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/target/org.eclipse.papyrus.uml.resourceloading.profile-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.resourceloading.profile/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.resourceloading.profile-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.resourceloading.profile/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.resourceloading.profile-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/target/org.eclipse.papyrus.uml.resourceloading.profile-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.resourceloading.profile/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.resourceloading.profile-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.resourceloading.profile/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.resourceloading.profile-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.resourceloading.profile/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.resourceloading.profile-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.resourceloading.profile ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui >--------
[INFO] Building org.eclipse.papyrus.uml.search.ui 3.1.0-SNAPSHOT      [275/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.search.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.search.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/results/PapyrusSearchResult.java:[311] 
	private EList<String> getStringValuesOfProperty(Element element, Stereotype stereotype, Property property) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getStringValuesOfProperty(Element, Stereotype, Property) from the type PapyrusSearchResult is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/results/PapyrusSearchResult.java:[316] 
	for (Object val : (EList) values) {
	                   ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/dialogs/TypesFilterDialog.java:[97] 
	filterTypesTreeViewer.setAllChecked(true);
	                      ^^^^^^^^^^^^^^^^^^^
The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java:[60] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java:[576] 
	participantProfilesComboViewer.setSorter(new ViewerSorter());
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java:[576] 
	participantProfilesComboViewer.setSorter(new ViewerSorter());
	                                             ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java:[576] 
	participantProfilesComboViewer.setSorter(new ViewerSorter());
	                                             ^^^^^^^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java:[698] 
	participantUMLTypesTreeViewer.setSorter(new ViewerSorter());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java:[698] 
	participantUMLTypesTreeViewer.setSorter(new ViewerSorter());
	                                            ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java:[698] 
	participantUMLTypesTreeViewer.setSorter(new ViewerSorter());
	                                            ^^^^^^^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java:[722] 
	participantStereotypesTreeViewer.setSorter(new ViewerSorter());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java:[722] 
	participantStereotypesTreeViewer.setSorter(new ViewerSorter());
	                                               ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java:[722] 
	participantStereotypesTreeViewer.setSorter(new ViewerSorter());
	                                               ^^^^^^^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/providers/AttributeMatchLabelProvider.java:[117] 
	private String getStringValueOfProperty(Element element, Stereotype stereotype, Property property) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getStringValueOfProperty(Element, Stereotype, Property) from the type AttributeMatchLabelProvider is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/providers/AttributeMatchLabelProvider.java:[147] 
	private EList<String> getStringValuesOfProperty(Element element, Stereotype stereotype, Property property) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getStringValuesOfProperty(Element, Stereotype, Property) from the type AttributeMatchLabelProvider is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/providers/AttributeMatchLabelProvider.java:[152] 
	for (Object val : (EList) values) {
	                   ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/validator/ParticipantValidator.java:[83] 
	List<Object> participantsTypesList = Arrays.asList(participantsTypes);
	             ^^^^^^^^^^^^^^^^^^^^^
The value of the local variable participantsTypesList is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/handlers/SearchCommandHandler.java:[21] 
	import org.eclipse.search.internal.ui.OpenSearchDialogAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenSearchDialogAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.16.200.v20240426-0859/org.eclipse.search-3.16.200.v20240426-0859.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/handlers/SearchCommandHandler.java:[32] 
	OpenSearchDialogAction action = new OpenSearchDialogAction();
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenSearchDialogAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.16.200.v20240426-0859/org.eclipse.search-3.16.200.v20240426-0859.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/handlers/SearchCommandHandler.java:[32] 
	OpenSearchDialogAction action = new OpenSearchDialogAction();
	                                    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenSearchDialogAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.16.200.v20240426-0859/org.eclipse.search-3.16.200.v20240426-0859.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/handlers/SearchCommandHandler.java:[32] 
	OpenSearchDialogAction action = new OpenSearchDialogAction();
	                                    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'OpenSearchDialogAction()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.16.200.v20240426-0859/org.eclipse.search-3.16.200.v20240426-0859.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/handlers/SearchCommandHandler.java:[33] 
	action.run();
	       ^^^
Discouraged access: The method 'OpenSearchDialogAction.run()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.16.200.v20240426-0859/org.eclipse.search-3.16.200.v20240426-0859.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/query/PapyrusAdvancedQuery.java:[433] 
	private EList<String> getStringValuesOfProperty(Element element, Stereotype stereotype, Property property) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getStringValuesOfProperty(Element, Stereotype, Property) from the type PapyrusAdvancedQuery is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/query/PapyrusAdvancedQuery.java:[438] 
	for (Object val : (EList) values) {
	                   ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/com/swtdesigner/ResourceManager.java:[164] 
	drawImage(baseImage.getImageData(), 0, 0);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/com/swtdesigner/ResourceManager.java:[166] 
	drawImage(decorator.getImageData(), 0, 0);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/com/swtdesigner/ResourceManager.java:[168] 
	drawImage(decorator.getImageData(), bib.width - dib.width, 0);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/com/swtdesigner/ResourceManager.java:[170] 
	drawImage(decorator.getImageData(), 0, bib.height - dib.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/com/swtdesigner/ResourceManager.java:[172] 
	drawImage(decorator.getImageData(), bib.width - dib.width, bib.height - dib.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/CheckBoxFilteredTree.java:[32] 
	super(parent, style, filter, useNewLook);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/adapter/PapyrusSearchAdapterFactory.java:[33] 
	public Object getAdapter(Object adaptableObject, @SuppressWarnings("rawtypes") Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type PapyrusSearchAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
31 problems (31 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.search.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 198 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/target/org.eclipse.papyrus.uml.search.ui-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/target/org.eclipse.papyrus.uml.search.ui-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/target/org.eclipse.papyrus.uml.search.ui-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.ui/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.search.ui-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.ui/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.search.ui-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/target/org.eclipse.papyrus.uml.search.ui-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.ui/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.search.ui-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.ui/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.search.ui-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.search.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.ui/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.search.ui-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.search.ui ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types >------
[INFO] Building org.eclipse.papyrus.uml.service.types 5.2.0-SNAPSHOT  [276/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.service.types/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types ---
[INFO] The project's OSGi version is 5.2.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.types ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.service.types
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.types ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.types ---
[INFO] Compiling 219 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/ConfigureMessageEventCommand.java:[131] 
	final int index = lifeline.getCoveredBys().indexOf(previous) + 1;
	                                                   ^^^^^^^^
Unlikely argument type MessageEnd for indexOf(Object) on a List<InteractionFragment>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/ConfigureMessageEventCommand.java:[369] 
	((Interaction) container).getFragments().remove(createdMessage);
	                                                ^^^^^^^^^^^^^^
Unlikely argument type MessageEnd for remove(Object) on a Collection<InteractionFragment>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/ConfigureMessageEventCommand.java:[371] 
	((InteractionOperand) container).getFragments().remove(createdMessage);
	                                                       ^^^^^^^^^^^^^^
Unlikely argument type MessageEnd for remove(Object) on a Collection<InteractionFragment>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/MessageHelperAdvice.java:[300] 
	lifeline.getCoveredBys().add(lifeline.getCoveredBys().indexOf(previous) + 1, messageOccurrenceSpecification);
	                                                              ^^^^^^^^
Unlikely argument type MessageEnd for indexOf(Object) on a List<InteractionFragment>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/InstanceSpecificationEditHelper.java:[58] 
	private InstanceSpecification getSourceOwnerType(ConfigureRequest req) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getSourceOwnerType(ConfigureRequest) from the type InstanceSpecificationEditHelper is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/InstanceSpecificationEditHelper.java:[73] 
	private InstanceSpecification getTargetOwnerType(ConfigureRequest req) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTargetOwnerType(ConfigureRequest) from the type InstanceSpecificationEditHelper is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/StereotypePropertyReferenceDestroyCommand.java:[142] 
	((List) list).remove(value);
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/InteractionOperandEditHelper.java:[47] 
	InteractionConstraint guard = interactionOperand.createGuard("guard");
	                      ^^^^^
The value of the local variable guard is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/ExceptionHandlerEditHelper.java:[39] 
	import org.eclipse.uml2.uml.Type;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.Type is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/NamedElementHelperAdvice.java:[56] 
	if(request.getDependentElementsToDestroy().containsAll(directedRelationship.getSources())) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method containsAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/NamedElementHelperAdvice.java:[68] 
	if(request.getDependentElementsToDestroy().containsAll(directedRelationship.getTargets())) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method containsAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/LifelineEditHelper.java:[57] 
	createRequest.getParameters().put(SequenceRequestConstant.COVERED, container);
	                                                          ^^^^^^^
The field SequenceRequestConstant.COVERED is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/NotContainmentMoveCommand.java:[53] 
	for(Iterator i = getElementsToMove().keySet().iterator(); i.hasNext();) {
	    ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/ElementOwnedElementCreateCommand.java:[71] 
	((List) value).add(getTarget());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/ElementOwnedElementCreateCommand.java:[71] 
	((List) value).add(getTarget());
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/RefineEditHelperAdvice.java:[50] 
	StereotypeApplicationHelper.getInstance(element).applyStereotype(element, StandardPackage.Literals.REFINE);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/AbstractDirectedRelationshipReorientCommand.java:[101] 
	R elementToEdit = (R) getElementToEdit();
	                  ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EObject to R
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/AbstractDirectedRelationshipReorientCommand.java:[106] 
	return (S) oldEnd;
	       ^^^^^^^^^^
Type safety: Unchecked cast from EObject to S
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/AbstractDirectedRelationshipReorientCommand.java:[110] 
	return (S) newEnd;
	       ^^^^^^^^^^
Type safety: Unchecked cast from EObject to S
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/AbstractDirectedRelationshipReorientCommand.java:[114] 
	return (T) oldEnd;
	       ^^^^^^^^^^
Type safety: Unchecked cast from EObject to T
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/AbstractDirectedRelationshipReorientCommand.java:[118] 
	return (T) newEnd;
	       ^^^^^^^^^^
Type safety: Unchecked cast from EObject to T
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/ElementOwnedElementReorientCommand.java:[100] 
	((List) value).add(getOldTarget());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/ElementOwnedElementReorientCommand.java:[100] 
	((List) value).add(getOldTarget());
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/ElementOwnedElementReorientCommand.java:[111] 
	((List) value).add(getNewTarget());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/ElementOwnedElementReorientCommand.java:[111] 
	((List) value).add(getNewTarget());
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
26. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/OccurrenceSpecificationHelperAdvice.java (at line 68)
	if (os.equals(m.getSendEvent())) {
	              ^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): MessageEnd seems to be unrelated to OccurrenceSpecification
27. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/OccurrenceSpecificationHelperAdvice.java (at line 74)
	if (os.equals(m.getReceiveEvent())) {
	              ^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): MessageEnd seems to be unrelated to OccurrenceSpecification
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/AssociationReorientCommand.java:[199] 
	private void reorientEnd(Property end, Classifier newEndType) throws ExecutionException {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method reorientEnd(Property, Classifier) from the type AssociationReorientCommand is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/AssociationReorientCommand.java:[204] 
	private void moveEnd(Property end, Classifier newOwner) throws ExecutionException {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method moveEnd(Property, Classifier) from the type AssociationReorientCommand is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/TraceEditHelperAdvice.java:[50] 
	StereotypeApplicationHelper.getInstance(element).applyStereotype(element, StandardPackage.Literals.TRACE);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/AssociationEditHelperAdvice.java:[262] 
	? (List<EObject>) req.getParameter(org.eclipse.papyrus.infra.services.edit.utils.RequestParameterConstants.DEPENDENTS_TO_KEEP)
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/AssociationEditHelperAdvice.java:[337] 
	? (List<EObject>) request.getParameter(org.eclipse.papyrus.infra.services.edit.utils.RequestParameterConstants.ASSOCIATION_REFACTORED_ELEMENTS)
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/AssociationEditHelperAdvice.java:[346] 
	request.getParameters().put(org.eclipse.papyrus.infra.services.edit.utils.RequestParameterConstants.ASSOCIATION_REFACTORED_ELEMENTS, currentlyRefactoredElements);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/ClassifierHelperAdvice.java:[167] 
	List<EObject> currentlyRefactoredElements = (request.getParameter(RequestParameterConstants.ASSOCIATION_REFACTORED_ELEMENTS) != null) ? (List<EObject>) request.getParameter(RequestParameterConstants.ASSOCIATION_REFACTORED_ELEMENTS)
	                                                                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/ClassifierHelperAdvice.java:[197] 
	request.getParameters().put(RequestParameterConstants.ASSOCIATION_REFACTORED_ELEMENTS, currentlyRefactoredElements);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/ElementEditHelper.java:[153] 
	Map elementsToMove = req.getElementsToMove();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/ElementEditHelper.java:[193] 
	for (Object object : (List) value) {
	                      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/ElementEditHelper.java:[221] 
	for (Edge edge : (List<Edge>) ViewUtil.getTargetConnections(viewIt.next())) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List to List<Edge>
38 problems (0 errors, 36 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.types ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 189 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.service.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/target/org.eclipse.papyrus.uml.service.types-5.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/target/org.eclipse.papyrus.uml.service.types-5.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.service.types ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/target/org.eclipse.papyrus.uml.service.types-5.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types/5.2.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types-5.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types/5.2.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types-5.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/target/org.eclipse.papyrus.uml.service.types-5.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types/5.2.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types-5.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types/5.2.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types-5.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types/5.2.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types-5.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.service.types ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types.ui >----
[INFO] Building org.eclipse.papyrus.uml.service.types.ui 3.0.0-SNAPSHOT [277/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.service.types.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.service.types.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.types.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 189 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/target/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/target/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/target/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/target/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.service.types.ui ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.service.validation >---
[INFO] Building org.eclipse.papyrus.uml.service.validation 3.0.0-SNAPSHOT [278/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.service.validation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.service.validation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/src/org/eclipse/papyrus/uml/service/validation/oclpivot/AbstractOCLpivotModelConstraint.java:[152] 
	ocl.getMetamodelManager().getASOf(org.eclipse.ocl.pivot.Class.class, umlStereotype);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getASOf(Class<Class>, EObject) from the type MetamodelManager is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.validation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 161 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/target/org.eclipse.papyrus.uml.service.validation-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/target/org.eclipse.papyrus.uml.service.validation-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/target/org.eclipse.papyrus.uml.service.validation-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.validation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.validation-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.validation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.validation-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/target/org.eclipse.papyrus.uml.service.validation-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.validation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.validation-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.validation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.validation-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.service.validation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.validation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.validation-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.service.validation ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.services.decoration >---
[INFO] Building org.eclipse.papyrus.uml.services.decoration 2.0.0-SNAPSHOT [279/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.services.decoration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.services.decoration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.services.decoration
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.services.decoration ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 125 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/target/org.eclipse.papyrus.uml.services.decoration-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/target/org.eclipse.papyrus.uml.services.decoration-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/target/org.eclipse.papyrus.uml.services.decoration-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.services.decoration/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.services.decoration-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.services.decoration/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.services.decoration-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/target/org.eclipse.papyrus.uml.services.decoration-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.services.decoration/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.services.decoration-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.services.decoration/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.services.decoration-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.services.decoration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.services.decoration/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.services.decoration-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.services.decoration ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.templaterepository >---
[INFO] Building org.eclipse.papyrus.uml.templaterepository 3.0.0-SNAPSHOT [280/487]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.templaterepository/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.templaterepository:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.templaterepository
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.templaterepository ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 201 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/target/org.eclipse.papyrus.uml.templaterepository-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/target/org.eclipse.papyrus.uml.templaterepository-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/target/org.eclipse.papyrus.uml.templaterepository-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.templaterepository/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.templaterepository-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.templaterepository/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.templaterepository-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/target/org.eclipse.papyrus.uml.templaterepository-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.templaterepository/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.templaterepository-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.templaterepository/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.templaterepository-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.templaterepository/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.templaterepository/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.templaterepository-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.templaterepository ---
[INFO] 
[INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.uml-alf >-----------
[INFO] Building Papyrus UML ALF 0.0.1-SNAPSHOT                        [281/487]
[INFO]   from ../../plugins/uml/alf/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-alf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-alf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-alf ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-alf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-alf/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-alf-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf >-----------
[INFO] Building org.eclipse.papyrus.uml.alf 4.0.100-SNAPSHOT          [282/487]
[INFO]   from ../../plugins/uml/alf/org.eclipse.papyrus.uml.alf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf:4.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf ---
[INFO] The project's OSGi version is 4.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.alf
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.alf ---
[WARNING] 
WARNING: 	AlfValidator.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/org/eclipse/papyrus/uml/alf/validation/AlfValidator.xtend
45: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	AlfValidator.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/org/eclipse/papyrus/uml/alf/validation/AlfValidator.xtend
48: Unnecessary cast from SequenceAccessExpression to SequenceAccessExpression
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf ---
[INFO] Compiling 304 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/FeatureInvocationExpressionImpl.java:[131] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FEATURE_INVOCATION_EXPRESSION__FEATURE_INVOCATION_EXPRESSION_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "featureInvocationExpressionReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/FeatureInvocationExpressionImpl.java:[156] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FEATURE_INVOCATION_EXPRESSION__FEATURE_INVOCATION_EXPRESSION_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "featureInvocationExpressionFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BitStringUnaryExpressionImpl.java:[155] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BIT_STRING_UNARY_EXPRESSION__BIT_STRING_UNARY_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "bitStringUnaryExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BitStringUnaryExpressionImpl.java:[180] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BIT_STRING_UNARY_EXPRESSION__BIT_STRING_UNARY_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "bitStringUnaryExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BitStringUnaryExpressionImpl.java:[205] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BIT_STRING_UNARY_EXPRESSION__BIT_STRING_UNARY_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "bitStringUnaryExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BitStringUnaryExpressionImpl.java:[263] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BIT_STRING_UNARY_EXPRESSION__BIT_STRING_UNARY_EXPRESSION_IS_BIT_STRING_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "bitStringUnaryExpressionIsBitStringConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LinkOperationExpressionImpl.java:[190] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LINK_OPERATION_EXPRESSION__LINK_OPERATION_EXPRESSION_IS_CREATION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "linkOperationExpressionIsCreationDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LinkOperationExpressionImpl.java:[215] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LINK_OPERATION_EXPRESSION__LINK_OPERATION_EXPRESSION_IS_CLEAR_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "linkOperationExpressionIsClearDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LinkOperationExpressionImpl.java:[240] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LINK_OPERATION_EXPRESSION__LINK_OPERATION_EXPRESSION_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "linkOperationExpressionReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LinkOperationExpressionImpl.java:[265] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LINK_OPERATION_EXPRESSION__LINK_OPERATION_EXPRESSION_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "linkOperationExpressionFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/StatementImpl.java:[209] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.STATEMENT__STATEMENT_IS_ISOLATED_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "statementIsIsolatedDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SignalReceptionDefinitionImpl.java:[89] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SIGNAL_RECEPTION_DEFINITION__SIGNAL_RECEPTION_DEFINITION_IS_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "signalReceptionDefinitionIsFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassExtentExpressionImpl.java:[156] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASS_EXTENT_EXPRESSION__CLASS_EXTENT_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classExtentExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassExtentExpressionImpl.java:[181] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASS_EXTENT_EXPRESSION__CLASS_EXTENT_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classExtentExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassExtentExpressionImpl.java:[206] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASS_EXTENT_EXPRESSION__CLASS_EXTENT_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classExtentExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/FeatureReferenceImpl.java:[180] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FEATURE_REFERENCE__FEATURE_REFERENCE_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "featureReferenceReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ExpressionImpl.java:[153] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.EXPRESSION__EXPRESSION_ASSIGNMENT_AFTER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "expressionAssignmentAfterDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NumericUnaryExpressionImpl.java:[131] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NUMERIC_UNARY_EXPRESSION__NUMERIC_UNARY_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "numericUnaryExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NumericUnaryExpressionImpl.java:[156] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NUMERIC_UNARY_EXPRESSION__NUMERIC_UNARY_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "numericUnaryExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NumericUnaryExpressionImpl.java:[181] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NUMERIC_UNARY_EXPRESSION__NUMERIC_UNARY_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "numericUnaryExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ConditionalLogicalExpressionImpl.java:[144] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CONDITIONAL_LOGICAL_EXPRESSION__CONDITIONAL_LOGICAL_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "conditionalLogicalExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ConditionalLogicalExpressionImpl.java:[169] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CONDITIONAL_LOGICAL_EXPRESSION__CONDITIONAL_LOGICAL_EXPRESSION_LOWER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "conditionalLogicalExpressionLower", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ConditionalLogicalExpressionImpl.java:[194] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CONDITIONAL_LOGICAL_EXPRESSION__CONDITIONAL_LOGICAL_EXPRESSION_UPPER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "conditionalLogicalExpressionUpper", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/WhileStatementImpl.java:[187] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.WHILE_STATEMENT__WHILE_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "whileStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/WhileStatementImpl.java:[212] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.WHILE_STATEMENT__WHILE_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "whileStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/WhileStatementImpl.java:[269] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.WHILE_STATEMENT__WHILE_STATEMENT_ENCLOSED_STATEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "whileStatementEnclosedStatements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/StringLiteralExpressionImpl.java:[106] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.STRING_LITERAL_EXPRESSION__STRING_LITERAL_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "stringLiteralExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BlockStatementImpl.java:[164] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BLOCK_STATEMENT__BLOCK_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "blockStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BlockStatementImpl.java:[189] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BLOCK_STATEMENT__BLOCK_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "blockStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BlockStatementImpl.java:[214] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BLOCK_STATEMENT__BLOCK_STATEMENT_ENCLOSED_STATEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "blockStatementEnclosedStatements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BlockStatementImpl.java:[239] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BLOCK_STATEMENT__BLOCK_STATEMENT_IS_PARALLEL_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "blockStatementIsParallelDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/FeatureLeftHandSideImpl.java:[211] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FEATURE_LEFT_HAND_SIDE__FEATURE_LEFT_HAND_SIDE_ASSIGNMENT_BEFORE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "featureLeftHandSideAssignmentBeforeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/FeatureLeftHandSideImpl.java:[236] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FEATURE_LEFT_HAND_SIDE__FEATURE_LEFT_HAND_SIDE_ASSIGNMENT_AFTER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "featureLeftHandSideAssignmentAfterDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/FeatureLeftHandSideImpl.java:[297] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FEATURE_LEFT_HAND_SIDE__FEATURE_LEFT_HAND_SIDE_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "featureLeftHandSideAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/FeatureLeftHandSideImpl.java:[322] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FEATURE_LEFT_HAND_SIDE__FEATURE_LEFT_HAND_SIDE_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "featureLeftHandSideReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/FeatureLeftHandSideImpl.java:[347] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FEATURE_LEFT_HAND_SIDE__FEATURE_LEFT_HAND_SIDE_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "featureLeftHandSideTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/FeatureLeftHandSideImpl.java:[372] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FEATURE_LEFT_HAND_SIDE__FEATURE_LEFT_HAND_SIDE_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "featureLeftHandSideLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/FeatureLeftHandSideImpl.java:[397] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FEATURE_LEFT_HAND_SIDE__FEATURE_LEFT_HAND_SIDE_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "featureLeftHandSideUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LocalNameDeclarationStatementImpl.java:[237] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOCAL_NAME_DECLARATION_STATEMENT__LOCAL_NAME_DECLARATION_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "localNameDeclarationStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LocalNameDeclarationStatementImpl.java:[328] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOCAL_NAME_DECLARATION_STATEMENT__LOCAL_NAME_DECLARATION_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "localNameDeclarationStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LocalNameDeclarationStatementImpl.java:[383] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOCAL_NAME_DECLARATION_STATEMENT__LOCAL_NAME_DECLARATION_STATEMENT_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "localNameDeclarationStatementTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/TupleImpl.java:[345] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.TUPLE__TUPLE_INPUT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "tupleInputDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/TupleImpl.java:[370] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.TUPLE__TUPLE_OUTPUT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "tupleOutputDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/TupleImpl.java:[463] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.TUPLE__TUPLE_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "tupleAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AcceptStatementImpl.java:[321] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ACCEPT_STATEMENT__ACCEPT_STATEMENT_SIMPLE_ACCEPT_LOCAL_NAME,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "acceptStatementSimpleAcceptLocalName", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AcceptStatementImpl.java:[346] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ACCEPT_STATEMENT__ACCEPT_STATEMENT_COMPOUND_ACCEPT_LOCAL_NAME,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "acceptStatementCompoundAcceptLocalName", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AcceptStatementImpl.java:[371] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ACCEPT_STATEMENT__ACCEPT_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "acceptStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AcceptStatementImpl.java:[396] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ACCEPT_STATEMENT__ACCEPT_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "acceptStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AcceptStatementImpl.java:[461] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ACCEPT_STATEMENT__ACCEPT_STATEMENT_IS_SIMPLE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "acceptStatementIsSimpleDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AcceptStatementImpl.java:[486] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ACCEPT_STATEMENT__ACCEPT_STATEMENT_ENCLOSED_STATEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "acceptStatementEnclosedStatements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SwitchStatementImpl.java:[214] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SWITCH_STATEMENT__SWITCH_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "switchStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SwitchStatementImpl.java:[270] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SWITCH_STATEMENT__SWITCH_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "switchStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SwitchStatementImpl.java:[363] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SWITCH_STATEMENT__SWITCH_STATEMENT_ENCLOSED_STATEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "switchStatementEnclosedStatements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SwitchStatementImpl.java:[388] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SWITCH_STATEMENT__SWITCH_STATEMENT_IS_DETERMINATE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "switchStatementIsDeterminateDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SwitchStatementImpl.java:[413] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SWITCH_STATEMENT__SWITCH_STATEMENT_IS_ASSURED_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "switchStatementIsAssuredDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SuperInvocationExpressionImpl.java:[156] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SUPER_INVOCATION_EXPRESSION__SUPER_INVOCATION_EXPRESSION_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "superInvocationExpressionReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SuperInvocationExpressionImpl.java:[181] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SUPER_INVOCATION_EXPRESSION__SUPER_INVOCATION_EXPRESSION_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "superInvocationExpressionFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NonFinalClauseImpl.java:[172] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NON_FINAL_CLAUSE__NON_FINAL_CLAUSE_ASSIGNMENTS_BEFORE_BODY,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nonFinalClauseAssignmentsBeforeBody", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/RelationalExpressionImpl.java:[155] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.RELATIONAL_EXPRESSION__RELATIONAL_EXPRESSION_IS_UNLIMITED_NATURAL_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "relationalExpressionIsUnlimitedNaturalDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/RelationalExpressionImpl.java:[180] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.RELATIONAL_EXPRESSION__RELATIONAL_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "relationalExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/RelationalExpressionImpl.java:[205] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.RELATIONAL_EXPRESSION__RELATIONAL_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "relationalExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/RelationalExpressionImpl.java:[230] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.RELATIONAL_EXPRESSION__RELATIONAL_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "relationalExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/PropertyAccessExpressionImpl.java:[185] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.PROPERTY_ACCESS_EXPRESSION__PROPERTY_ACCESS_EXPRESSION_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "propertyAccessExpressionFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/PropertyAccessExpressionImpl.java:[210] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.PROPERTY_ACCESS_EXPRESSION__PROPERTY_ACCESS_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "propertyAccessExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/PropertyAccessExpressionImpl.java:[235] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.PROPERTY_ACCESS_EXPRESSION__PROPERTY_ACCESS_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "propertyAccessExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/PropertyAccessExpressionImpl.java:[260] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.PROPERTY_ACCESS_EXPRESSION__PROPERTY_ACCESS_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "propertyAccessExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/PropertyAccessExpressionImpl.java:[315] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.PROPERTY_ACCESS_EXPRESSION__PROPERTY_ACCESS_EXPRESSION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "propertyAccessExpressionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LiteralExpressionImpl.java:[106] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LITERAL_EXPRESSION__LITERAL_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "literalExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LiteralExpressionImpl.java:[131] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LITERAL_EXPRESSION__LITERAL_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "literalExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SwitchClauseImpl.java:[164] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SWITCH_CLAUSE__SWITCH_CLAUSE_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "switchClauseAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpressionListImpl.java:[209] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPRESSION_LIST__SEQUENCE_EXPRESSION_LIST_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceExpressionListLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpressionListImpl.java:[234] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPRESSION_LIST__SEQUENCE_EXPRESSION_LIST_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceExpressionListUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ArithmeticExpressionImpl.java:[155] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ARITHMETIC_EXPRESSION__ARITHMETIC_EXPRESSION_IS_CONCATENATION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "arithmeticExpressionIsConcatenationDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ArithmeticExpressionImpl.java:[180] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ARITHMETIC_EXPRESSION__ARITHMETIC_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "arithmeticExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ArithmeticExpressionImpl.java:[205] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ARITHMETIC_EXPRESSION__ARITHMETIC_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "arithmeticExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ArithmeticExpressionImpl.java:[230] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ARITHMETIC_EXPRESSION__ARITHMETIC_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "arithmeticExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceConstructionExpressionImpl.java:[272] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_CONSTRUCTION_EXPRESSION__SEQUENCE_CONSTRUCTION_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceConstructionExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceConstructionExpressionImpl.java:[297] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_CONSTRUCTION_EXPRESSION__SEQUENCE_CONSTRUCTION_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceConstructionExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceConstructionExpressionImpl.java:[322] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_CONSTRUCTION_EXPRESSION__SEQUENCE_CONSTRUCTION_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceConstructionExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceConstructionExpressionImpl.java:[418] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_CONSTRUCTION_EXPRESSION__SEQUENCE_CONSTRUCTION_EXPRESSION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceConstructionExpressionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/DoStatementImpl.java:[187] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.DO_STATEMENT__DO_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "doStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/DoStatementImpl.java:[212] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.DO_STATEMENT__DO_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "doStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/DoStatementImpl.java:[269] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.DO_STATEMENT__DO_STATEMENT_ENCLOSED_STATEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "doStatementEnclosedStatements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ExpressionStatementImpl.java:[109] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.EXPRESSION_STATEMENT__EXPRESSION_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "expressionStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ExpressionStatementImpl.java:[134] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.EXPRESSION_STATEMENT__EXPRESSION_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "expressionStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BooleanLiteralExpressionImpl.java:[106] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BOOLEAN_LITERAL_EXPRESSION__BOOLEAN_LITERAL_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "booleanLiteralExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ReceptionDefinitionImpl.java:[239] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.RECEPTION_DEFINITION__RECEPTION_DEFINITION_SIGNAL_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "receptionDefinitionSignalDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ReceptionDefinitionImpl.java:[264] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.RECEPTION_DEFINITION__RECEPTION_DEFINITION_IS_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "receptionDefinitionIsFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceRangeImpl.java:[209] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_RANGE__SEQUENCE_RANGE_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceRangeLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceRangeImpl.java:[234] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_RANGE__SEQUENCE_RANGE_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceRangeUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/PropertyDefinitionImpl.java:[301] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.PROPERTY_DEFINITION__PROPERTY_DEFINITION_IS_COLLECTION_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "propertyDefinitionIsCollectionConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/PropertyDefinitionImpl.java:[326] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.PROPERTY_DEFINITION__PROPERTY_DEFINITION_IS_BIT_STRING_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "propertyDefinitionIsBitStringConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/PropertyDefinitionImpl.java:[351] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.PROPERTY_DEFINITION__PROPERTY_DEFINITION_IS_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "propertyDefinitionIsFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/QualifiedNameImpl.java:[322] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.QUALIFIED_NAME__QUALIFIED_NAME_UNQUALIFIED_NAME_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "qualifiedNameUnqualifiedNameDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/QualifiedNameImpl.java:[347] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.QUALIFIED_NAME__QUALIFIED_NAME_PATH_NAME_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "qualifiedNamePathNameDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/QualifiedNameImpl.java:[372] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.QUALIFIED_NAME__QUALIFIED_NAME_IS_FEATURE_REFERENCE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "qualifiedNameIsFeatureReferenceDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/QualifiedNameImpl.java:[397] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.QUALIFIED_NAME__QUALIFIED_NAME_QUALIFICATION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "qualifiedNameQualificationDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/QualifiedNameImpl.java:[422] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.QUALIFIED_NAME__QUALIFIED_NAME_DISAMBIGUATION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "qualifiedNameDisambiguationDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/QualifiedNameImpl.java:[447] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.QUALIFIED_NAME__QUALIFIED_NAME_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "qualifiedNameReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/QualifiedNameImpl.java:[472] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.QUALIFIED_NAME__QUALIFIED_NAME_LOCAL_NAME,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "qualifiedNameLocalName", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/QualifiedNameImpl.java:[497] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.QUALIFIED_NAME__QUALIFIED_NAME_NON_LOCAL_UNQUALIFIED_NAME,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "qualifiedNameNonLocalUnqualifiedName", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/QualifiedNameImpl.java:[522] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.QUALIFIED_NAME__QUALIFIED_NAME_QUALIFIED_RESOLUTION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "qualifiedNameQualifiedResolution", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/QualifiedNameImpl.java:[584] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.QUALIFIED_NAME__QUALIFIED_NAME_TEMPLATE_NAME_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "qualifiedNameTemplateNameDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AcceptBlockImpl.java:[190] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ACCEPT_BLOCK__ACCEPT_BLOCK_SIGNAL_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "acceptBlockSignalDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ReturnStatementImpl.java:[167] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.RETURN_STATEMENT__RETURN_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "returnStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ReturnStatementImpl.java:[192] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.RETURN_STATEMENT__RETURN_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "returnStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassifyStatementImpl.java:[307] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFY_STATEMENT__CLASSIFY_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classifyStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassifyStatementImpl.java:[332] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFY_STATEMENT__CLASSIFY_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classifyStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassifyStatementImpl.java:[357] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFY_STATEMENT__CLASSIFY_STATEMENT_FROM_CLASS_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classifyStatementFromClassDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassifyStatementImpl.java:[382] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFY_STATEMENT__CLASSIFY_STATEMENT_TO_CLASS_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classifyStatementToClassDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameLeftHandSideImpl.java:[403] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_LEFT_HAND_SIDE__NAME_LEFT_HAND_SIDE_ASSIGNMENT_AFTER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameLeftHandSideAssignmentAfterDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameLeftHandSideImpl.java:[504] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_LEFT_HAND_SIDE__NAME_LEFT_HAND_SIDE_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameLeftHandSideReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameLeftHandSideImpl.java:[529] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_LEFT_HAND_SIDE__NAME_LEFT_HAND_SIDE_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameLeftHandSideLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameLeftHandSideImpl.java:[554] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_LEFT_HAND_SIDE__NAME_LEFT_HAND_SIDE_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameLeftHandSideUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameLeftHandSideImpl.java:[579] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_LEFT_HAND_SIDE__NAME_LEFT_HAND_SIDE_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameLeftHandSideTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/MemberDefinitionImpl.java:[366] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.MEMBER_DEFINITION__MEMBER_IS_PRIMITIVE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "memberIsPrimitiveDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/MemberDefinitionImpl.java:[391] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.MEMBER_DEFINITION__MEMBER_IS_EXTERNAL_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "memberIsExternalDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/MemberDefinitionImpl.java:[436] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.MEMBER_DEFINITION__MEMBER_STUB,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "memberStub", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/MemberDefinitionImpl.java:[461] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.MEMBER_DEFINITION__MEMBER_SUBUNIT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "memberSubunitDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/MemberDefinitionImpl.java:[486] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.MEMBER_DEFINITION__MEMBER_STUB_STEREOTYPES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "memberStubStereotypes", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/UnitDefinitionImpl.java:[251] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.UNIT_DEFINITION__UNIT_DEFINITION_NAMESPACE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "unitDefinitionNamespaceDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/UnitDefinitionImpl.java:[309] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.UNIT_DEFINITION__UNIT_DEFINITION_IS_MODEL_LIBRARY_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "unitDefinitionIsModelLibraryDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/UnitDefinitionImpl.java:[334] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.UNIT_DEFINITION__UNIT_DEFINITION_IMPLICIT_IMPORTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "unitDefinitionImplicitImports", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/UnitDefinitionImpl.java:[359] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.UNIT_DEFINITION__UNIT_DEFINITION_APPLIED_PROFILE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "unitDefinitionAppliedProfileDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ExtentOrExpressionImpl.java:[153] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.EXTENT_OR_EXPRESSION__EXTENT_OR_EXPRESSION_EXPRESSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "extentOrExpressionExpressionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/PackageDefinitionImpl.java:[175] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.PACKAGE_DEFINITION__PACKAGE_DEFINITION_APPLIED_PROFILE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "packageDefinitionAppliedProfileDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ConditionalTestExpressionImpl.java:[230] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CONDITIONAL_TEST_EXPRESSION__CONDITIONAL_TEST_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "conditionalTestExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ConditionalTestExpressionImpl.java:[255] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CONDITIONAL_TEST_EXPRESSION__CONDITIONAL_TEST_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "conditionalTestExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ConditionalTestExpressionImpl.java:[280] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CONDITIONAL_TEST_EXPRESSION__CONDITIONAL_TEST_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "conditionalTestExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ConditionalTestExpressionImpl.java:[335] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CONDITIONAL_TEST_EXPRESSION__CONDITIONAL_TEST_EXPRESSION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "conditionalTestExpressionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassifierDefinitionImpl.java:[308] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFIER_DEFINITION__CLASSIFIER_DEFINITION_SPECIALIZATION_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classifierDefinitionSpecializationReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassifierDefinitionImpl.java:[333] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFIER_DEFINITION__CLASSIFIER_DEFINITION_INHERITED_MEMBERS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classifierDefinitionInheritedMembers", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ConcurrentClausesImpl.java:[72] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CONCURRENT_CLAUSES__CONCURRENT_CLAUSES_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "concurrentClausesAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/UnboundedLiteralExpressionImpl.java:[82] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.UNBOUNDED_LITERAL_EXPRESSION__UNBOUNDED_LITERAL_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "unboundedLiteralExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[477] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_IS_BEHAVIOR_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionIsBehaviorDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[502] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_IS_ASSOCIATION_END_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionIsAssociationEndDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[527] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_IS_OPERATION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionIsOperationDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[552] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_IS_DESTRUCTOR_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionIsDestructorDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[577] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_IS_IMPLICIT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionIsImplicitDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[602] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_IS_SIGNAL_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionIsSignalDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[627] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_PARAMETER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionParameterDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[652] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[677] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[702] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InvocationExpressionImpl.java:[727] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INVOCATION_EXPRESSION__INVOCATION_EXPRESSION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "invocationExpressionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BlockImpl.java:[149] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BLOCK__BLOCK_ASSIGNMENTS_BEFORE_STATEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "blockAssignmentsBeforeStatements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BlockImpl.java:[174] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BLOCK__BLOCK_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "blockAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BlockImpl.java:[199] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BLOCK__BLOCK_ASSIGNMENT_AFTER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "blockAssignmentAfterDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[370] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__SEQUENCE_EXPANSION_EXPRESSION_VARIABLE_SOURCE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceExpansionExpressionVariableSourceDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[395] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__SEQUENCE_EXPANSION_EXPRESSION_ASSIGNMENTS_BEFORE_PRIMARY,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceExpansionExpressionAssignmentsBeforePrimary", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[420] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__SEQUENCE_EXPANSION_EXPRESSION_ASSIGNMENTS_BEFORE_ARGUMENT,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceExpansionExpressionAssignmentsBeforeArgument", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[507] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__SELECT_OR_REJECT_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "selectOrRejectExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[532] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__SELECT_OR_REJECT_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "selectOrRejectExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[557] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__SELECT_OR_REJECT_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "selectOrRejectExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[615] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__COLLECT_OR_ITERATE_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "collectOrIterateExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[640] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__COLLECT_OR_ITERATE_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "collectOrIterateExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[665] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__COLLECT_OR_ITERATE_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "collectOrIterateExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[690] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__FOR_ALL_OR_EXISTS_OR_ONE_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "forAllOrExistsOrOneExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[715] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__FOR_ALL_OR_EXISTS_OR_ONE_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "forAllOrExistsOrOneExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[740] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__FOR_ALL_OR_EXISTS_OR_ONE_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "forAllOrExistsOrOneExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[798] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__IS_UNIQUE_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "isUniqueExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[823] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__IS_UNIQUE_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "isUniqueExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceExpansionExpressionImpl.java:[848] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_EXPANSION_EXPRESSION__IS_UNIQUE_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "isUniqueExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/OperationDefinitionImpl.java:[404] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.OPERATION_DEFINITION__OPERATION_DEFINITION_REDEFINED_OPERATION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "operationDefinitionRedefinedOperationDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/OperationDefinitionImpl.java:[499] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.OPERATION_DEFINITION__OPERATION_DEFINITION_IS_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "operationDefinitionIsFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/OperationDefinitionImpl.java:[524] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.OPERATION_DEFINITION__OPERATION_DEFINITION_IS_CONSTRUCTOR_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "operationDefinitionIsConstructorDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/OperationDefinitionImpl.java:[549] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.OPERATION_DEFINITION__OPERATION_DEFINITION_IS_DESTRUCTOR_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "operationDefinitionIsDestructorDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LogicalExpressionImpl.java:[193] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOGICAL_EXPRESSION__LOGICAL_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "logicalExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LogicalExpressionImpl.java:[218] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOGICAL_EXPRESSION__LOGICAL_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "logicalExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LogicalExpressionImpl.java:[243] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOGICAL_EXPRESSION__LOGICAL_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "logicalExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LogicalExpressionImpl.java:[303] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOGICAL_EXPRESSION__LOGICAL_EXPRESSION_IS_BIT_STRING_CONVERSION1_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "logicalExpressionIsBitStringConversion1Derivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LogicalExpressionImpl.java:[328] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOGICAL_EXPRESSION__LOGICAL_EXPRESSION_IS_BIT_STRING_CONVERSION2_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "logicalExpressionIsBitStringConversion2Derivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LogicalExpressionImpl.java:[353] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOGICAL_EXPRESSION__LOGICAL_EXPRESSION_IS_BIT_WISE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "logicalExpressionIsBitWiseDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ElementReferenceImpl.java:[1448] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InputNamedExpressionImpl.java:[190] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INPUT_NAMED_EXPRESSION__NAMED_EXPRESSION_IS_COLLECTION_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "namedExpressionIsCollectionConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InputNamedExpressionImpl.java:[215] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INPUT_NAMED_EXPRESSION__NAMED_EXPRESSION_IS_BIT_STRING_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "namedExpressionIsBitStringConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/TypedElementDefinitionImpl.java:[290] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.TYPED_ELEMENT_DEFINITION__TYPED_ELEMENT_DEFINITION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "typedElementDefinitionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/TypedElementDefinitionImpl.java:[315] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.TYPED_ELEMENT_DEFINITION__TYPED_ELEMENT_DEFINITION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "typedElementDefinitionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/TypedElementDefinitionImpl.java:[340] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.TYPED_ELEMENT_DEFINITION__TYPED_ELEMENT_DEFINITION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "typedElementDefinitionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameExpressionImpl.java:[300] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_EXPRESSION__NAME_EXPRESSION_ASSIGNMENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameExpressionAssignmentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameExpressionImpl.java:[325] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_EXPRESSION__NAME_EXPRESSION_ENUMERATION_LITERAL_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameExpressionEnumerationLiteralDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameExpressionImpl.java:[350] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_EXPRESSION__NAME_EXPRESSION_PROPERTY_ACCESS_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameExpressionPropertyAccessDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameExpressionImpl.java:[375] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_EXPRESSION__NAME_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameExpressionImpl.java:[400] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_EXPRESSION__NAME_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NameExpressionImpl.java:[425] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAME_EXPRESSION__NAME_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "nameExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BehaviorInvocationExpressionImpl.java:[193] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BEHAVIOR_INVOCATION_EXPRESSION__BEHAVIOR_INVOCATION_EXPRESSION_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "behaviorInvocationExpressionReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BehaviorInvocationExpressionImpl.java:[218] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BEHAVIOR_INVOCATION_EXPRESSION__BEHAVIOR_INVOCATION_EXPRESSION_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "behaviorInvocationExpressionFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LoopVariableDefinitionImpl.java:[308] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOOP_VARIABLE_DEFINITION__LOOP_VARIABLE_DEFINITION_ASSIGNMENT_AFTER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "loopVariableDefinitionAssignmentAfterDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LoopVariableDefinitionImpl.java:[333] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOOP_VARIABLE_DEFINITION__LOOP_VARIABLE_DEFINITION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "loopVariableDefinitionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LoopVariableDefinitionImpl.java:[431] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOOP_VARIABLE_DEFINITION__LOOP_VARIABLE_DEFINITION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "loopVariableDefinitionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/LoopVariableDefinitionImpl.java:[489] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.LOOP_VARIABLE_DEFINITION__LOOP_VARIABLE_DEFINITION_IS_COLLECTION_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "loopVariableDefinitionIsCollectionConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NaturalLiteralExpressionImpl.java:[106] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NATURAL_LITERAL_EXPRESSION__NATURAL_LITERAL_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "naturalLiteralExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/UnaryExpressionImpl.java:[109] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.UNARY_EXPRESSION__UNARY_EXPRESSION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "unaryExpressionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IncrementOrDecrementExpressionImpl.java:[318] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INCREMENT_OR_DECREMENT_EXPRESSION__INCREMENT_OR_DECREMENT_EXPRESSION_ASSIGNMENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "incrementOrDecrementExpressionAssignmentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IncrementOrDecrementExpressionImpl.java:[343] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INCREMENT_OR_DECREMENT_EXPRESSION__INCREMENT_OR_DECREMENT_EXPRESSION_IS_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "incrementOrDecrementExpressionIsFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IncrementOrDecrementExpressionImpl.java:[368] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INCREMENT_OR_DECREMENT_EXPRESSION__INCREMENT_OR_DECREMENT_EXPRESSION_IS_INDEXED_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "incrementOrDecrementExpressionIsIndexedDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IncrementOrDecrementExpressionImpl.java:[393] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INCREMENT_OR_DECREMENT_EXPRESSION__INCREMENT_OR_DECREMENT_EXPRESSION_IS_DATA_VALUE_UPDATE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "incrementOrDecrementExpressionIsDataValueUpdateDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IncrementOrDecrementExpressionImpl.java:[418] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INCREMENT_OR_DECREMENT_EXPRESSION__INCREMENT_OR_DECREMENT_EXPRESSION_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "incrementOrDecrementExpressionFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IncrementOrDecrementExpressionImpl.java:[443] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INCREMENT_OR_DECREMENT_EXPRESSION__INCREMENT_OR_DECREMENT_EXPRESSION_EXPRESSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "incrementOrDecrementExpressionExpressionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IncrementOrDecrementExpressionImpl.java:[468] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INCREMENT_OR_DECREMENT_EXPRESSION__INCREMENT_OR_DECREMENT_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "incrementOrDecrementExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IncrementOrDecrementExpressionImpl.java:[493] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INCREMENT_OR_DECREMENT_EXPRESSION__INCREMENT_OR_DECREMENT_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "incrementOrDecrementExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IncrementOrDecrementExpressionImpl.java:[518] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INCREMENT_OR_DECREMENT_EXPRESSION__INCREMENT_OR_DECREMENT_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "incrementOrDecrementExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IncrementOrDecrementExpressionImpl.java:[573] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INCREMENT_OR_DECREMENT_EXPRESSION__INCREMENT_OR_DECREMENT_EXPRESSION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "incrementOrDecrementExpressionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[497] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_IS_SIMPLE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionIsSimpleDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[522] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_IS_ARITHMETIC_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionIsArithmeticDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[547] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_IS_DEFINITION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionIsDefinitionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[572] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_IS_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionIsFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[597] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_IS_INDEXED_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionIsIndexedDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[622] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_IS_DATA_VALUE_UPDATE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionIsDataValueUpdateDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[647] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_ASSIGNMENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionAssignmentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[672] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[697] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_EXPRESSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionExpressionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[722] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[747] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[772] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[938] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[963] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_IS_COLLECTION_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionIsCollectionConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/AssignmentExpressionImpl.java:[988] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ASSIGNMENT_EXPRESSION__ASSIGNMENT_EXPRESSION_IS_BIT_STRING_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "assignmentExpressionIsBitStringConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/EmptyStatementImpl.java:[62] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.EMPTY_STATEMENT__EMPTY_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "emptyStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IsolationExpressionImpl.java:[131] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ISOLATION_EXPRESSION__ISOLATION_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "isolationExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IsolationExpressionImpl.java:[156] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ISOLATION_EXPRESSION__ISOLATION_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "isolationExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IsolationExpressionImpl.java:[181] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.ISOLATION_EXPRESSION__ISOLATION_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "isolationExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ThisExpressionImpl.java:[131] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.THIS_EXPRESSION__THIS_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "thisExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ThisExpressionImpl.java:[156] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.THIS_EXPRESSION__THIS_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "thisExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ThisExpressionImpl.java:[181] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.THIS_EXPRESSION__THIS_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "thisExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/OutputNamedExpressionImpl.java:[89] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.OUTPUT_NAMED_EXPRESSION__OUTPUT_NAMED_EXPRESSION_LEFT_HAND_SIDE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "outputNamedExpressionLeftHandSideDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceOperationExpressionImpl.java:[294] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_OPERATION_EXPRESSION__SEQUENCE_OPERATION_EXPRESSION_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceOperationExpressionReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceOperationExpressionImpl.java:[319] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_OPERATION_EXPRESSION__SEQUENCE_OPERATION_EXPRESSION_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceOperationExpressionFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceOperationExpressionImpl.java:[459] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_OPERATION_EXPRESSION__SEQUENCE_OPERATION_EXPRESSION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceOperationExpressionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceOperationExpressionImpl.java:[484] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_OPERATION_EXPRESSION__SEQUENCE_OPERATION_EXPRESSION_IS_COLLECTION_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceOperationExpressionIsCollectionConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceOperationExpressionImpl.java:[509] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_OPERATION_EXPRESSION__SEQUENCE_OPERATION_EXPRESSION_IS_BIT_STRING_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceOperationExpressionIsBitStringConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceOperationExpressionImpl.java:[568] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_OPERATION_EXPRESSION__SEQUENCE_OPERATION_EXPRESSION_LEFT_HAND_SIDE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceOperationExpressionLeftHandSideDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceReductionExpressionImpl.java:[224] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_REDUCTION_EXPRESSION__SEQUENCE_REDUCTION_EXPRESSION_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceReductionExpressionReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceReductionExpressionImpl.java:[249] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_REDUCTION_EXPRESSION__SEQUENCE_REDUCTION_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceReductionExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceReductionExpressionImpl.java:[274] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_REDUCTION_EXPRESSION__SEQUENCE_REDUCTION_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceReductionExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceReductionExpressionImpl.java:[299] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_REDUCTION_EXPRESSION__SEQUENCE_REDUCTION_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceReductionExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceReductionExpressionImpl.java:[398] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_REDUCTION_EXPRESSION__SEQUENCE_REDUCTION_EXPRESSION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceReductionExpressionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/NamespaceDefinitionImpl.java:[724] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.NAMESPACE_DEFINITION__NAMESPACE_DEFINITION_MEMBER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "namespaceDefinitionMemberDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ImportReferenceImpl.java:[151] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.IMPORT_REFERENCE__IMPORT_REFERENCE_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "importReferenceReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BooleanUnaryExpressionImpl.java:[131] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BOOLEAN_UNARY_EXPRESSION__BOOLEAN_UNARY_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "booleanUnaryExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BooleanUnaryExpressionImpl.java:[156] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BOOLEAN_UNARY_EXPRESSION__BOOLEAN_UNARY_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "booleanUnaryExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/BooleanUnaryExpressionImpl.java:[181] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.BOOLEAN_UNARY_EXPRESSION__BOOLEAN_UNARY_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "booleanUnaryExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InstanceCreationExpressionImpl.java:[245] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INSTANCE_CREATION_EXPRESSION__INSTANCE_CREATION_EXPRESSION_IS_OBJECT_CREATION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "instanceCreationExpressionIsObjectCreationDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InstanceCreationExpressionImpl.java:[270] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INSTANCE_CREATION_EXPRESSION__INSTANCE_CREATION_EXPRESSION_IS_CONSTRUCTORLESS_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "instanceCreationExpressionIsConstructorlessDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InstanceCreationExpressionImpl.java:[295] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INSTANCE_CREATION_EXPRESSION__INSTANCE_CREATION_EXPRESSION_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "instanceCreationExpressionReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InstanceCreationExpressionImpl.java:[320] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.INSTANCE_CREATION_EXPRESSION__INSTANCE_CREATION_EXPRESSION_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "instanceCreationExpressionFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/EqualityExpressionImpl.java:[157] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.EQUALITY_EXPRESSION__EQUALITY_EXPRESSION_IS_NEGATED_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "equalityExpressionIsNegatedDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/EqualityExpressionImpl.java:[182] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.EQUALITY_EXPRESSION__EQUALITY_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "equalityExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/EqualityExpressionImpl.java:[207] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.EQUALITY_EXPRESSION__EQUALITY_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "equalityExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/EqualityExpressionImpl.java:[232] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.EQUALITY_EXPRESSION__EQUALITY_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "equalityExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassificationExpressionImpl.java:[194] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFICATION_EXPRESSION__CLASSIFICATION_EXPRESSION_IS_DIRECT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classificationExpressionIsDirectDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassificationExpressionImpl.java:[219] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFICATION_EXPRESSION__CLASSIFICATION_EXPRESSION_REFERENT_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classificationExpressionReferentDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassificationExpressionImpl.java:[244] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFICATION_EXPRESSION__CLASSIFICATION_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classificationExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassificationExpressionImpl.java:[269] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFICATION_EXPRESSION__CLASSIFICATION_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classificationExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ClassificationExpressionImpl.java:[294] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CLASSIFICATION_EXPRESSION__CLASSIFICATION_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "classificationExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ForStatementImpl.java:[249] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FOR_STATEMENT__FOR_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "forStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ForStatementImpl.java:[274] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FOR_STATEMENT__FOR_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "forStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ForStatementImpl.java:[378] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FOR_STATEMENT__FOR_STATEMENT_VARIABLE_DEFINITIONS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "forStatementVariableDefinitions", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ForStatementImpl.java:[403] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FOR_STATEMENT__FOR_STATEMENT_LOOP_VARIABLES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "forStatementLoopVariables", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ForStatementImpl.java:[428] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FOR_STATEMENT__FOR_STATEMENT_IS_PARALLEL_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "forStatementIsParallelDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ForStatementImpl.java:[453] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.FOR_STATEMENT__FOR_STATEMENT_ENCLOSED_STATEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "forStatementEnclosedStatements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/InLineStatementImpl.java:[105] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.IN_LINE_STATEMENT__IN_LINE_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "inLineStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/CastExpressionImpl.java:[204] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CAST_EXPRESSION__CAST_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "castExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/CastExpressionImpl.java:[229] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CAST_EXPRESSION__CAST_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "castExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/CastExpressionImpl.java:[254] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CAST_EXPRESSION__CAST_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "castExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/CastExpressionImpl.java:[309] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.CAST_EXPRESSION__CAST_EXPRESSION_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "castExpressionAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ShiftExpressionImpl.java:[155] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SHIFT_EXPRESSION__SHIFT_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "shiftExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ShiftExpressionImpl.java:[180] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SHIFT_EXPRESSION__SHIFT_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "shiftExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ShiftExpressionImpl.java:[205] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SHIFT_EXPRESSION__SHIFT_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "shiftExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ShiftExpressionImpl.java:[263] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SHIFT_EXPRESSION__SHIFT_EXPRESSION_IS_BIT_STRING_CONVERSION_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "shiftExpressionIsBitStringConversionDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IfStatementImpl.java:[161] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.IF_STATEMENT__IF_STATEMENT_ASSIGNMENTS_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ifStatementAssignmentsBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IfStatementImpl.java:[186] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.IF_STATEMENT__IF_STATEMENT_ASSIGNMENTS_AFTER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ifStatementAssignmentsAfter", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IfStatementImpl.java:[211] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.IF_STATEMENT__IF_STATEMENT_ENCLOSED_STATEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ifStatementEnclosedStatements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IfStatementImpl.java:[236] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.IF_STATEMENT__IF_STATEMENT_IS_ASSURED_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ifStatementIsAssuredDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/IfStatementImpl.java:[261] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.IF_STATEMENT__IF_STATEMENT_IS_DETERMINATE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ifStatementIsDeterminateDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/ImportedMemberImpl.java:[243] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.IMPORTED_MEMBER__IMPORTED_MEMBER_IS_FEATURE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "importedMemberIsFeatureDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/StereotypeAnnotationImpl.java:[142] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.STEREOTYPE_ANNOTATION__STEREOTYPE_ANNOTATION_STEREOTYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "stereotypeAnnotationStereotypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/StereotypeAnnotationImpl.java:[302] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.STEREOTYPE_ANNOTATION__STEREOTYPE_ANNOTATION_TAGGED_VALUES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "stereotypeAnnotationTaggedValues", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/StereotypeAnnotationImpl.java:[327] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.STEREOTYPE_ANNOTATION__STEREOTYPE_ANNOTATION_NAMES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "stereotypeAnnotationNames", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/org/eclipse/papyrus/uml/alf/validation/AlfValidationContextRegistry.java:[151] 
	this.validationMap.remove(modelNamespace);
	                          ^^^^^^^^^^^^^^
Unlikely argument type AlfValidationContextRegistry.ModelNamespaceWithState for remove(Object) on a Map<URI,AlfValidationContextRegistry.ModelNamespaceWithState>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceAccessExpressionImpl.java:[209] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_ACCESS_EXPRESSION__SEQUENCE_ACCESS_EXPRESSION_TYPE_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceAccessExpressionTypeDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceAccessExpressionImpl.java:[234] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_ACCESS_EXPRESSION__SEQUENCE_ACCESS_EXPRESSION_LOWER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceAccessExpressionLowerDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/syntax-gen/org/eclipse/papyrus/uml/alf/impl/SequenceAccessExpressionImpl.java:[259] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 AlfValidator.DIAGNOSTIC_SOURCE,
						 AlfValidator.SEQUENCE_ACCESS_EXPRESSION__SEQUENCE_ACCESS_EXPRESSION_UPPER_DERIVATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "sequenceAccessExpressionUpperDerivation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
283 problems (283 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 170 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.alf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/target/org.eclipse.papyrus.uml.alf-4.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/target/org.eclipse.papyrus.uml.alf-4.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.alf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/target/org.eclipse.papyrus.uml.alf-4.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf-4.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf-4.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/target/org.eclipse.papyrus.uml.alf-4.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf-4.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf-4.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf-4.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.alf ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common >-------
[INFO] Building org.eclipse.papyrus.uml.alf.common 3.0.100-SNAPSHOT   [283/487]
[INFO]   from ../../plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.alf.common
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.common ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 42 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/target/org.eclipse.papyrus.uml.alf.common-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/target/org.eclipse.papyrus.uml.alf.common-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/target/org.eclipse.papyrus.uml.alf.common-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.common/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf.common-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.common/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf.common-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/target/org.eclipse.papyrus.uml.alf.common-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.common/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf.common-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.common/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf.common-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.common/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf.common-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.alf.common ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common.ui >------
[INFO] Building org.eclipse.papyrus.uml.alf.common.ui 3.0.0-SNAPSHOT  [284/487]
[INFO]   from ../../plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.alf.common.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.common.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 138 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/target/org.eclipse.papyrus.uml.alf.common.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/target/org.eclipse.papyrus.uml.alf.common.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/target/org.eclipse.papyrus.uml.alf.common.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.common.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.common.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.common.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.common.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/target/org.eclipse.papyrus.uml.alf.common.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.common.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.common.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.common.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.common.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.common.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.common.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.alf.common.ui ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.libraries >------
[INFO] Building org.eclipse.papyrus.uml.alf.libraries 3.0.0-SNAPSHOT  [285/487]
[INFO]   from ../../plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.libraries:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.alf.libraries
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.libraries ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 142 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/target/org.eclipse.papyrus.uml.alf.libraries-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/target/org.eclipse.papyrus.uml.alf.libraries-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/target/org.eclipse.papyrus.uml.alf.libraries-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.libraries/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.libraries-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.libraries/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.libraries-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/target/org.eclipse.papyrus.uml.alf.libraries-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.libraries/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.libraries-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.libraries/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.libraries-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.libraries/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.libraries-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.alf.libraries ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.to.fuml >-------
[INFO] Building org.eclipse.papyrus.uml.alf.to.fuml 2.0.0-SNAPSHOT    [286/487]
[INFO]   from ../../plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.to.fuml:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.alf.to.fuml
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/src/org/eclipse/papyrus/uml/alf/to/fuml/qvt/QVTLibrary.java:[46] 
	SaveOptions options = SaveOptions.newBuilder().format().noValidation().getOptions();
	                                                        ^^^^^^^^^^^^^^
The method noValidation() from the type SaveOptions.Builder is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 170 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/target/org.eclipse.papyrus.uml.alf.to.fuml-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/target/org.eclipse.papyrus.uml.alf.to.fuml-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/target/org.eclipse.papyrus.uml.alf.to.fuml-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.to.fuml/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.to.fuml-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.to.fuml/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.to.fuml-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/target/org.eclipse.papyrus.uml.alf.to.fuml-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.to.fuml/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.to.fuml-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.to.fuml/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.to.fuml-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.to.fuml/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.to.fuml-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.alf.to.fuml ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.ui >---------
[INFO] Building org.eclipse.papyrus.uml.alf.ui 4.0.0-SNAPSHOT         [287/487]
[INFO]   from ../../plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/pom.xml
[INFO] 
[INFO] --- clean:2.4.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/xtend-gen (includes = [], excludes = [**/.gitignore])
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.alf.ui
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.alf.ui ---
[WARNING] 
WARNING: 	AlfOutlineTreeProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/src/org/eclipse/papyrus/uml/alf/ui/outline/AlfOutlineTreeProvider.xtend
28: The private modifier is unnecessary on field SUFFIX
[WARNING] 
WARNING: 	AlfOutlineTreeProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/src/org/eclipse/papyrus/uml/alf/ui/outline/AlfOutlineTreeProvider.xtend
37: Unnecessary cast from Member to Member
[WARNING] 
WARNING: 	AlfOutlineTreeProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/src/org/eclipse/papyrus/uml/alf/ui/outline/AlfOutlineTreeProvider.xtend
39: Unnecessary cast from QualifiedName to QualifiedName
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/src-gen/org/eclipse/papyrus/uml/alf/ui/contentassist/antlr/PartialAlfContentAssistParser.java:[10] 
	import org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPartialContentAssistParser' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui.codetemplates.ui/2.35.0.v20240430-1012/org.eclipse.xtext.ui.codetemplates.ui-2.35.0.v20240430-1012.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/src-gen/org/eclipse/papyrus/uml/alf/ui/contentassist/antlr/PartialAlfContentAssistParser.java:[18] 
	public class PartialAlfContentAssistParser extends AlfParser implements IPartialContentAssistParser {
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPartialContentAssistParser' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui.codetemplates.ui/2.35.0.v20240430-1012/org.eclipse.xtext.ui.codetemplates.ui-2.35.0.v20240430-1012.jar')
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] 
[INFO] --- xtend:2.31.0:testCompile (default) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 193 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/target/org.eclipse.papyrus.uml.alf.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/target/org.eclipse.papyrus.uml.alf.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/target/org.eclipse.papyrus.uml.alf.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/target/org.eclipse.papyrus.uml.alf.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.alf.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.alf.ui ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml-architecture >------
[INFO] Building Papyrus UML Architecture 0.0.1-SNAPSHOT               [288/487]
[INFO]   from ../../plugins/uml/architecture/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-architecture ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-architecture/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-architecture-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.activity >----
[INFO] Building org.eclipse.papyrus.uml.diagram.activity 5.0.100-SNAPSHOT [289/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.activity:5.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] The project's OSGi version is 5.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.activity
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] Compiling 1070 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[58] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[59] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIStatusCodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[386] 
	Log.warning(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "Unexpected exception during Pin and Parameter synchronization : ", rte);
	            ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[386] 
	Log.warning(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "Unexpected exception during Pin and Parameter synchronization : ", rte);
	                            ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[386] 
	Log.warning(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "Unexpected exception during Pin and Parameter synchronization : ", rte);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[386] 
	Log.warning(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "Unexpected exception during Pin and Parameter synchronization : ", rte);
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[569] 
	Map<Integer, Parameter> empty = Collections.emptyMap();
	                        ^^^^^
The value of the local variable empty is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[858] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[967] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1003] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1059] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1112] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1685] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1719] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1757] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1791] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1810] 
	CreatePinToParameterLinkEAnnotation linkCommand = new CreatePinToParameterLinkEAnnotation(EditorUtils.getTransactionalEditingDomain(), link);
	                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1832] 
	CreatePinToParameterLinkEAnnotation linkCommand = new CreatePinToParameterLinkEAnnotation(EditorUtils.getTransactionalEditingDomain(), link);
	                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1859] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1911] 
	Command copy = CopyCommand.create(EditorUtils.getTransactionalEditingDomain(), Collections.singleton(lowerValue));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[1926] 
	Command copy = CopyCommand.create(EditorUtils.getTransactionalEditingDomain(), Collections.singleton(upperValue));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2038] 
	Command copy = CopyCommand.create(EditorUtils.getTransactionalEditingDomain(), Collections.singleton(lowerValue));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2053] 
	Command copy = CopyCommand.create(EditorUtils.getTransactionalEditingDomain(), Collections.singleton(upperValue));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2099] 
	Command copy = CopyCommand.create(EditorUtils.getTransactionalEditingDomain(), Collections.singleton(lowerValue));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2114] 
	Command copy = CopyCommand.create(EditorUtils.getTransactionalEditingDomain(), Collections.singleton(upperValue));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2137] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2166] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2211] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2237] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2299] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2329] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, ex.getMessage(), ex);
	          ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2329] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, ex.getMessage(), ex);
	                          ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2329] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, ex.getMessage(), ex);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2329] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, ex.getMessage(), ex);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2413] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2503] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2672] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/PinAndParameterSynchronizer.java:[2712] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/BehaviorPropertyNodeEditPolicy.java:[45] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.figures.LabelHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LabelHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/BehaviorPropertyNodeEditPolicy.java:[60] 
	protected List createSelectionHandles() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/BehaviorPropertyNodeEditPolicy.java:[115] 
	Point normalPoint = LabelHelper.offsetFromRelativeCoordinate(getHostFigure(), rect, refPoint);
	                    ^^^^^^^^^^^
Discouraged access: The type 'LabelHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/BehaviorPropertyNodeEditPolicy.java:[115] 
	Point normalPoint = LabelHelper.offsetFromRelativeCoordinate(getHostFigure(), rect, refPoint);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LabelHelper.offsetFromRelativeCoordinate(IFigure, Rectangle, Point)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/request/SetDeferredRequest.java:[44] 
	public List getElementsToEdit() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/notifiers/GroupListenerEditPolicy.java:[162] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type GroupListenerEditPolicy needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/notifiers/GroupListenerEditPolicy.java:[162] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/notifiers/GroupListenerEditPolicy.java:[166] 
	return getHostEditPart().getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/notifiers/GroupListenerEditPolicy.java:[166] 
	return getHostEditPart().getAdapter(adapter);
	                                    ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomDecisionNodeEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomDecisionNodeEditPart.java:[80] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/AcceptEventActionSwitchHelper.java:[40] 
	private static final int REDUCE_WIDTH_FACTOR_FOR_HOURGLASS = 4;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field AcceptEventActionSwitchHelper.REDUCE_WIDTH_FACTOR_FOR_HOURGLASS is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/figures/ActivityFigure.java:[105] 
	List childrenList = container.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/figures/ActivityFigure.java:[291] 
	private void createContents() {
	             ^^^^^^^^^^^^^^^^
The method createContents() from the type ActivityFigure is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateInvocationActionDialog.java:[47] 
	import org.eclipse.papyrus.uml.diagram.common.actions.LabelHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateInvocationActionDialog.java:[345] 
	typeComboViewer.add(getPossibleInvokedTypes());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type EClass[] of the last argument to method add(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateInvocationActionDialog.java:[508] 
	name = LabelHelper.INSTANCE.findName(selectedParent, selectedType);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateInvocationActionDialog.java:[508] 
	name = LabelHelper.INSTANCE.findName(selectedParent, selectedType);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateInvocationActionDialog.java:[508] 
	name = LabelHelper.INSTANCE.findName(selectedParent, selectedType);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, EClass) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateInvocationActionDialog.java:[645] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomStructuredActivityNodeEditPart.java:[29] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomStructuredActivityNodeEditPart.java:[85] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomAddVariableValueActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomAddVariableValueActionEditPart.java:[82] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomActivityPartitionEditPart.java:[27] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomActivityPartitionEditPart.java:[51] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomConditionalNodeEditPart.java:[29] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomConditionalNodeEditPart.java:[85] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/draw2d/GravityConstrainedFlowLayoutConstraint.java:[32] 
	private Integer align = new Integer(GravityConstrainedFlowLayout.ALIGN_TOPLEFT);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomReadSelfActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomReadSelfActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateParameterDialog.java:[36] 
	import org.eclipse.papyrus.uml.diagram.common.actions.LabelHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateParameterDialog.java:[194] 
	directionComboViewer.add(getPossibleDirections());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type String[] of the last argument to method add(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateParameterDialog.java:[296] 
	name = LabelHelper.INSTANCE.findName(parameterOwner, UMLPackage.eINSTANCE.getParameter());
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateParameterDialog.java:[296] 
	name = LabelHelper.INSTANCE.findName(parameterOwner, UMLPackage.eINSTANCE.getParameter());
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateParameterDialog.java:[296] 
	name = LabelHelper.INSTANCE.findName(parameterOwner, UMLPackage.eINSTANCE.getParameter());
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, EClass) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateParameterDialog.java:[357] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/modelelement/ActivityNotationModelElementFactory.java:[18] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/modelelement/ActivityNotationModelElementFactory.java:[38] 
	final IGraphicalEditPart editPart = AdapterUtils.adapt(sourceElement, IGraphicalEditPart.class, null);
	                                    ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/modelelement/ActivityNotationModelElementFactory.java:[38] 
	final IGraphicalEditPart editPart = AdapterUtils.adapt(sourceElement, IGraphicalEditPart.class, null);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IGraphicalEditPart>, IGraphicalEditPart) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/modelelement/ActivityNotationModelElementFactory.java:[56] 
	final IGraphicalEditPart editPart = AdapterUtils.adapt(newSourceElement, IGraphicalEditPart.class, null);
	                                    ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/modelelement/ActivityNotationModelElementFactory.java:[56] 
	final IGraphicalEditPart editPart = AdapterUtils.adapt(newSourceElement, IGraphicalEditPart.class, null);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IGraphicalEditPart>, IGraphicalEditPart) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomDestroyObjectActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomDestroyObjectActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/figures/InterruptibleActivityRegionFigure.java:[30] 
	import org.eclipse.e4.ui.css.core.css2.CSS2ColorHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSS2ColorHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/figures/InterruptibleActivityRegionFigure.java:[299] 
	RGBColor rgbColor = CSS2ColorHelper.getRGBColor(shadowColor);
	                    ^^^^^^^^^^^^^^^
Discouraged access: The type 'CSS2ColorHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/figures/InterruptibleActivityRegionFigure.java:[299] 
	RGBColor rgbColor = CSS2ColorHelper.getRGBColor(shadowColor);
	                                    ^^^^^^^^^^^
Discouraged access: The method 'CSS2ColorHelper.getRGBColor(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateActivityParameterNodeDialog.java:[43] 
	import org.eclipse.papyrus.uml.diagram.common.actions.LabelHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateActivityParameterNodeDialog.java:[250] 
	directionComboViewer.add(getDirections());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type String[] of the last argument to method add(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateActivityParameterNodeDialog.java:[386] 
	name = LabelHelper.INSTANCE.findName(activityOwner, UMLPackage.eINSTANCE.getParameter());
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateActivityParameterNodeDialog.java:[386] 
	name = LabelHelper.INSTANCE.findName(activityOwner, UMLPackage.eINSTANCE.getParameter());
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateActivityParameterNodeDialog.java:[386] 
	name = LabelHelper.INSTANCE.findName(activityOwner, UMLPackage.eINSTANCE.getParameter());
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, EClass) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateActivityParameterNodeDialog.java:[539] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/CustomDiagramDragDropEditPolicy.java:[485] 
	} else {
			targetAdapter = new SemanticAdapter(null, targetEditPart.getModel());
		}
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/CustomDiagramDragDropEditPolicy.java:[504] 
	Collection<EditPart> editPartSet = getHost().getViewer().getEditPartRegistry().values();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomCallOperationActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomCallOperationActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/CreateActionLocalConditionViewCommand.java:[202] 
	usedEditingDomain = EditorUtils.getTransactionalEditingDomain();
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomAcceptEventActionEditPart.java:[31] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomAcceptEventActionEditPart.java:[135] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[19] 
	import org.eclipse.papyrus.uml.diagram.common.actions.LabelHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2749] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2749] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2749] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2756] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2756] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2756] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2763] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2763] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2763] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2770] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2770] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2770] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2777] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2777] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2777] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2784] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2784] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2784] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2791] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2791] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2791] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2798] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2798] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2798] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2805] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2805] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2805] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2812] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2812] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2812] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2819] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2819] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2819] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2826] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2826] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2826] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2833] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2833] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2833] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2840] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2840] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2840] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2847] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2847] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2847] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2854] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2854] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2854] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2861] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2861] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2861] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2868] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2868] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2868] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2875] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2875] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2875] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2882] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2882] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2882] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2889] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2889] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2889] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2896] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2896] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2896] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2903] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2903] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2903] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2910] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2910] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2910] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2917] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2917] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2917] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2924] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2924] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2924] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2931] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2931] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2931] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2938] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2938] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2938] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2945] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2945] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2945] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2952] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2952] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2952] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2959] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2959] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2959] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2966] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2966] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2966] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2973] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2973] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src-gen/org/eclipse/papyrus/uml/diagram/activity/providers/ElementInitializers.java:[2973] 
	return LabelHelper.INSTANCE.findName(it.eContainer(), it);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, NamedElement) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/draw2d/CenteredColumnLayout.java:[110] 
	List children = figure.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomMergeNodeEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomMergeNodeEditPart.java:[80] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomActivityEditPart.java:[26] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomActivityEditPart.java:[67] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/RoundedUMLNodeEditPart.java:[156] 
	private boolean getDefaultUseOriginalColors() {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getDefaultUseOriginalColors() from the type RoundedUMLNodeEditPart is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/ChangeParentCommand.java:[31] 
	import org.eclipse.gmf.runtime.diagram.core.internal.l10n.DiagramCoreMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/ChangeParentCommand.java:[72] 
	super(editingDomain, DiagramCoreMessages.AddCommand_Label, null);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/ChangeParentCommand.java:[72] 
	super(editingDomain, DiagramCoreMessages.AddCommand_Label, null);
	                                         ^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramCoreMessages.AddCommand_Label' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/ChangeParentCommand.java:[81] 
	public List getAffectedFiles() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/ChangeParentCommand.java:[84] 
	List result = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/ChangeParentCommand.java:[84] 
	List result = new ArrayList();
	                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/ChangeParentCommand.java:[87] 
	result.add(file);
	^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/ChangeParentCommand.java:[130] 
	return DiagramCoreMessages.AddCommand_Label;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/ChangeParentCommand.java:[130] 
	return DiagramCoreMessages.AddCommand_Label;
	                           ^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramCoreMessages.AddCommand_Label' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/request/DeferredMoveRequest.java:[88] 
	public Map getElementsToMove() {
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/commands/RunNotificationCommand.java:[44] 
	public RunNotificationCommand(TransactionalEditingDomain domain, String label, List affectedFiles, NotificationBuilder notification) {
	                                                                               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/CompartmentXYLayoutEditPolicy.java:[64] 
	return super.getMinimumSizeFor(child);
	             ^^^^^^^^^^^^^^^^^^^^^^^^
The method getMinimumSizeFor(GraphicalEditPart) from the type XYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/CompartmentXYLayoutEditPolicy.java:[99] 
	return super.getMinimumSizeFor(child);
	             ^^^^^^^^^^^^^^^^^^^^^^^^
The method getMinimumSizeFor(GraphicalEditPart) from the type XYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/ActivityParameterNodeParser.java:[150] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/ActivityParameterNodeParser.java:[151] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateAttributeDialog.java:[41] 
	import org.eclipse.papyrus.uml.diagram.common.actions.LabelHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateAttributeDialog.java:[178] 
	eClassComboViewer.add(getPossibleAttributes());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type EClass[] of the last argument to method add(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateAttributeDialog.java:[296] 
	name = LabelHelper.INSTANCE.findName(attributeOwner, selectedEClass);
	       ^^^^^^^^^^^
The type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateAttributeDialog.java:[296] 
	name = LabelHelper.INSTANCE.findName(attributeOwner, selectedEClass);
	                   ^^^^^^^^
The field LabelHelper.INSTANCE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateAttributeDialog.java:[296] 
	name = LabelHelper.INSTANCE.findName(attributeOwner, selectedEClass);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findName(EObject, EClass) from the type LabelHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/dialogs/CreateAttributeDialog.java:[361] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomActivityEditPartCN.java:[31] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomActivityEditPartCN.java:[88] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomValueSpecificationActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomValueSpecificationActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomActivityFinalNodeEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomActivityFinalNodeEditPart.java:[80] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomSendObjectActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomSendObjectActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomLoopNodeEditPart.java:[29] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomLoopNodeEditPart.java:[85] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/utils/Utils.java:[55] 
	private static final String OLD_PARENT = "Old parent :";
	                            ^^^^^^^^^^
The value of the field Utils.OLD_PARENT is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/utils/Utils.java:[65] 
	return Iterables.transform(Iterables.filter((Iterable<Object>) req.getEditParts(), new Predicate<>() {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#2-of ? extends EditPart> to Iterable<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/utils/Utils.java:[79] 
	return Collections.EMPTY_LIST;
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Iterable<IGraphicalEditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/utils/Utils.java:[243] 
	Collection<EObject> values = (Collection<EObject>) targetElement.eGet(ref);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomSequenceNodeEditPart.java:[29] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomSequenceNodeEditPart.java:[85] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomAddStructuralFeatureValueActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomAddStructuralFeatureValueActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/preferences/OpacityFactoryHelper.java:[82] 
	return new Integer(store.getInt(preferenceName));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/commands/DeferredInterruptibleEdgeCommand.java:[60] 
	public DeferredInterruptibleEdgeCommand(TransactionalEditingDomain domain, String label, List affectedFiles, EditPart hostEditPart, ConnectionViewDescriptor descriptor) {
	                                                                                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomCallBehaviorActionEditPart.java:[25] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomCallBehaviorActionEditPart.java:[63] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomActivityParameterNodeEditPart.java:[24] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomActivityParameterNodeEditPart.java:[47] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomInitialNodeEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomInitialNodeEditPart.java:[80] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/ActivityPartitionLabelEditPolicy.java:[71] 
	List children = lp.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomCentralBufferNodeEditPart.java:[31] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomCentralBufferNodeEditPart.java:[105] 
	} else if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                         ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/PreConditionConstraintLabelParser.java:[58] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/PreConditionConstraintLabelParser.java:[59] 
	List list = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/PreConditionConstraintLabelParser.java:[59] 
	List list = new ArrayList();
	                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/PreConditionConstraintLabelParser.java:[60] 
	list.add(element);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomSendSignalActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomSendSignalActionEditPart.java:[89] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomReadVariableActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomReadVariableActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/commands/RestoreRelatedLinksCommand.java:[35] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.properties.Properties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/commands/RestoreRelatedLinksCommand.java:[317] 
	SetPropertyCommand cmd = new SetPropertyCommand(host.getEditingDomain(), "Restore related linksCommand show view", new EObjectAdapter(view), Properties.ID_ISVISIBLE, Boolean.TRUE);
	                                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/commands/RestoreRelatedLinksCommand.java:[317] 
	SetPropertyCommand cmd = new SetPropertyCommand(host.getEditingDomain(), "Restore related linksCommand show view", new EObjectAdapter(view), Properties.ID_ISVISIBLE, Boolean.TRUE);
	                                                                                                                                                        ^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_ISVISIBLE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[226] 
	public List getModifiedObject() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[1012] 
	protected static List getWorkspaceFiles(EObject eObject) {
	                 ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[1013] 
	List result = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[1013] 
	List result = new ArrayList();
	                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[1019] 
	result.add(file);
	^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[1033] 
	protected static List getWorkspaceFiles(List eObjects) {
	                 ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[1033] 
	protected static List getWorkspaceFiles(List eObjects) {
	                                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[1034] 
	List result = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[1034] 
	List result = new ArrayList();
	                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[1035] 
	for (Iterator i = eObjects.iterator(); i.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/GroupRequestAdvisor.java:[1042] 
	result.add(file);
	^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/GroupCreationEditPolicy.java:[86] 
	Iterator editParts = request.getEditParts().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/GroupCreationEditPolicy.java:[162] 
	Iterator i = container.getEAllReferences().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/GroupCreationEditPolicy.java:[182] 
	Iterator i = class1.getEAllReferences().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/GroupCreationEditPolicy.java:[231] 
	List editParts = chRequest.getEditParts();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/GroupCreationEditPolicy.java:[294] 
	Command refreshConnectionCommand = getHost().getCommand(new RefreshConnectionsRequest(((List) request.getNewObject())));
	                                                                                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/PostConditionConstraintLabelParser.java:[58] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/PostConditionConstraintLabelParser.java:[59] 
	List list = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/PostConditionConstraintLabelParser.java:[59] 
	List list = new ArrayList();
	                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/PostConditionConstraintLabelParser.java:[60] 
	list.add(element);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomForkNodeEditPart.java:[29] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomForkNodeEditPart.java:[92] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomReadStructuralFeatureActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomReadStructuralFeatureActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomFlowFinalNodeEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomFlowFinalNodeEditPart.java:[80] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/notifiers/GroupNotifyingInCreationEditPolicy.java:[29] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.commands.RefreshEditPartCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshEditPartCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/notifiers/GroupNotifyingInCreationEditPolicy.java:[81] 
	private Map editPartRegistry;
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/notifiers/GroupNotifyingInCreationEditPolicy.java:[86] 
	public DeferredFakeMoveCommand(TransactionalEditingDomain domain, String label, CreateViewRequest request, Map editPartRegistry) {
	                                                                                                           ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/notifiers/GroupNotifyingInCreationEditPolicy.java:[121] 
	RefreshEditPartCommand refreshCommand = new RefreshEditPartCommand(compartmentEditPart, true);
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshEditPartCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/notifiers/GroupNotifyingInCreationEditPolicy.java:[121] 
	RefreshEditPartCommand refreshCommand = new RefreshEditPartCommand(compartmentEditPart, true);
	                                            ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshEditPartCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/editpolicy/notifiers/GroupNotifyingInCreationEditPolicy.java:[121] 
	RefreshEditPartCommand refreshCommand = new RefreshEditPartCommand(compartmentEditPart, true);
	                                            ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RefreshEditPartCommand(IGraphicalEditPart, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomCreateObjectActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomCreateObjectActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/handlers/SynchronizePinsParametersHandler.java:[176] 
	AbstractTransactionalCommand renamePinsCommand = new AbstractTransactionalCommand(EditorUtils.getTransactionalEditingDomain(), "renaming pins", null) { //$NON-NLS-1$
	                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/handlers/SynchronizePinsParametersHandler.java:[268] 
	CreatePinToParameterLinkEAnnotation linkCommand = new CreatePinToParameterLinkEAnnotation(EditorUtils.getTransactionalEditingDomain(), link);
	                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/ActivityParameterAndParameterSynchronizer.java:[35] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/ActivityParameterAndParameterSynchronizer.java:[36] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIStatusCodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/ActivityParameterAndParameterSynchronizer.java:[246] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/ActivityParameterAndParameterSynchronizer.java:[260] 
	TransactionalEditingDomain editingdomain = EditorUtils.getTransactionalEditingDomain();
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type EditorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomBroadcastSignalActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomBroadcastSignalActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomExpansionRegionEditPart.java:[29] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomExpansionRegionEditPart.java:[85] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomJoinNodeEditPart.java:[29] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomJoinNodeEditPart.java:[92] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/ObjectNodeParser.java:[150] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/parser/custom/ObjectNodeParser.java:[151] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[49] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIDebugOptions;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIDebugOptions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[50] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[51] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIStatusCodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[180] 
	Trace.catching(DiagramUIPlugin.getInstance(), DiagramUIDebugOptions.EXCEPTIONS_CATCHING, getClass(), "executeCommand", e); //$NON-NLS-1$
	               ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[180] 
	Trace.catching(DiagramUIPlugin.getInstance(), DiagramUIDebugOptions.EXCEPTIONS_CATCHING, getClass(), "executeCommand", e); //$NON-NLS-1$
	                               ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[180] 
	Trace.catching(DiagramUIPlugin.getInstance(), DiagramUIDebugOptions.EXCEPTIONS_CATCHING, getClass(), "executeCommand", e); //$NON-NLS-1$
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIDebugOptions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[180] 
	Trace.catching(DiagramUIPlugin.getInstance(), DiagramUIDebugOptions.EXCEPTIONS_CATCHING, getClass(), "executeCommand", e); //$NON-NLS-1$
	                                                                    ^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIDebugOptions.EXCEPTIONS_CATCHING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[181] 
	Log.warning(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "executeCommand", e); //$NON-NLS-1$
	            ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[181] 
	Log.warning(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "executeCommand", e); //$NON-NLS-1$
	                            ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[181] 
	Log.warning(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "executeCommand", e); //$NON-NLS-1$
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/InterruptibleEdgeEditPolicy.java:[181] 
	Log.warning(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "executeCommand", e); //$NON-NLS-1$
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/figures/AcceptEventActionFigure.java:[125] 
	private final PointList myTempslateTime = new PointList();
	                        ^^^^^^^^^^^^^^^
The value of the field AcceptEventActionFigure.myTempslateTime is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomOpaqueActionEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomOpaqueActionEditPart.java:[78] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/AbstractContainerNodeDescriptor.java:[169] 
	Integer thisInt = new Integer(getGroupPriority());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/activitygroup/AbstractContainerNodeDescriptor.java:[170] 
	Integer otherInt = new Integer(o.getGroupPriority());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/policies/ActivityParameterNodeInCompartmentCreationEditPolicy.java:[75] 
	Iterator editParts = request.getEditParts().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomDataStoreNodeEditPart.java:[31] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/edit/part/CustomDataStoreNodeEditPart.java:[107] 
	} else if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                         ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
332 problems (332 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.activity ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 197 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/target/org.eclipse.papyrus.uml.diagram.activity-5.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/target/org.eclipse.papyrus.uml.diagram.activity-5.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/target/org.eclipse.papyrus.uml.diagram.activity-5.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.activity/5.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.activity-5.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.activity/5.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.activity-5.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/target/org.eclipse.papyrus.uml.diagram.activity-5.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.activity/5.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.activity-5.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.activity/5.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.activity-5.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.activity/5.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.activity-5.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.activity ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.communication >--
[INFO] Building org.eclipse.papyrus.uml.diagram.communication 6.0.0-SNAPSHOT [290/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.communication:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] The project's OSGi version is 6.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.communication
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] Compiling 126 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.communication ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 197 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/target/org.eclipse.papyrus.uml.diagram.communication-6.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/target/org.eclipse.papyrus.uml.diagram.communication-6.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/target/org.eclipse.papyrus.uml.diagram.communication-6.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.communication/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.communication-6.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.communication/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.communication-6.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/target/org.eclipse.papyrus.uml.diagram.communication-6.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.communication/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.communication-6.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.communication/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.communication-6.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.communication/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.communication-6.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.communication ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.interactionoverview >--
[INFO] Building org.eclipse.papyrus.uml.diagram.interactionoverview 4.1.0-SNAPSHOT [291/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.interactionoverview:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] The project's OSGi version is 4.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.interactionoverview
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] Compiling 63 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/UpdateDiagramInSnapshotCommandHandler.java:[23] 
	import org.eclipse.papyrus.uml.diagram.common.handlers.GraphicalCommandHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/UpdateDiagramInSnapshotCommandHandler.java:[28] 
	public class UpdateDiagramInSnapshotCommandHandler extends GraphicalCommandHandler {
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/UpdateDiagramInSnapshotCommandHandler.java:[33] 
	final List<IGraphicalEditPart> selectedElements = getSelectedElements();
	                                                  ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/UpdateDiagramInSnapshotCommandHandler.java:[45] 
	return new ICommandProxy(new CreateSnapshotFromContextMenuCommand(getEditingDomain(), callBehaviorActionEditPart));
	                                                                  ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/utils/CreateDiagramImage.java:[40] 
	import org.eclipse.papyrus.infra.widgets.editors.MultipleValueSelectorDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/utils/CreateDiagramImage.java:[73] 
	final List<GraphicalEditPart> editParts = diagramEP.getPrimaryEditParts();
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<GraphicalEditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/utils/CreateDiagramImage.java:[148] 
	MultipleValueSelectorDialog dialog = null;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/utils/CreateDiagramImage.java:[158] 
	dialog = new MultipleValueSelectorDialog(Display.getDefault().getActiveShell(), referenceSelector, Messages.CreateDiagramImage_MultipleValueSelectorDialog, true, false, -1);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/utils/CreateDiagramImage.java:[158] 
	dialog = new MultipleValueSelectorDialog(Display.getDefault().getActiveShell(), referenceSelector, Messages.CreateDiagramImage_MultipleValueSelectorDialog, true, false, -1);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MultipleValueSelectorDialog(Shell, IElementSelector, String, boolean, boolean, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/utils/CreateDiagramImage.java:[160] 
	dialog.setLabelProvider(serv);
	       ^^^^^^^^^^^^^^^^^^^^^^
The method setLabelProvider(ILabelProvider) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/utils/CreateDiagramImage.java:[165] 
	if (dialog.open() == org.eclipse.jface.window.Window.OK) {
	           ^^^^^^
The method open() from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/advices/CallBehaviorActionAsInteractionUseEditHelperAdvice.java:[74] 
	request.getParameters().put(CallBehaviorActionEditHelperAdvice.POPUP_TYPE, CALL_BEHAVIOR_ACTION_AS_INTERACTION_USE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/SwitchInteractionFormCommandHandler.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.handlers.GraphicalCommandHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/SwitchInteractionFormCommandHandler.java:[33] 
	public class SwitchInteractionFormCommandHandler extends GraphicalCommandHandler {
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/SwitchInteractionFormCommandHandler.java:[38] 
	List<IGraphicalEditPart> elements = getSelectedElements();
	                                    ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/SwitchInteractionFormCommandHandler.java:[43] 
	ChangeInteractionUseToInteraction changeCommand = new ChangeInteractionUseToInteraction(getEditingDomain(), callBehaviorActionEditPart);
	                                                                                        ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/SwitchInteractionFormCommandHandler.java:[47] 
	CreateSnapshotForInteractionFromViewDescriptorCommand snapshotCommand = new CreateSnapshotForInteractionFromViewDescriptorCommand(getEditingDomain(), changeCommand, (GraphicalEditPart) callBehaviorActionEditPart.getParent());
	                                                                                                                                  ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/SwitchInteractionFormCommandHandler.java:[56] 
	ChangeInteractionToInteractionUseCommand changeCommand = new ChangeInteractionToInteractionUseCommand(getEditingDomain(), callBehaviorActionEditPart);
	                                                                                                      ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/figures/InteractionUseFigure.java:[62] 
	final List childrenList = container.getChildren();
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/advices/CallBehaviorActionAsInteractionEditHelperAdvice.java:[73] 
	request.getParameters().put(CallBehaviorActionEditHelperAdvice.POPUP_TYPE, CALL_BEHAVIOR_ACTION_AS_INTERACTION);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/CreateSnapshotFromContextMenuCommand.java:[36] 
	import org.eclipse.papyrus.uml.diagram.interactionoverview.provider.DiagramContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiagramContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/CreateSnapshotFromContextMenuCommand.java:[69] 
	dialog.setContentProvider(new DiagramContentProvider(interaction));
	                              ^^^^^^^^^^^^^^^^^^^^^^
The type DiagramContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/CreateSnapshotFromContextMenuCommand.java:[69] 
	dialog.setContentProvider(new DiagramContentProvider(interaction));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor DiagramContentProvider(Interaction) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/CreateSnapshotForInteractionFromViewDescriptorCommand.java:[47] 
	import org.eclipse.papyrus.uml.diagram.interactionoverview.provider.DiagramContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiagramContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/CreateSnapshotForInteractionFromViewDescriptorCommand.java:[208] 
	dialog.setContentProvider(new DiagramContentProvider(interaction));
	                              ^^^^^^^^^^^^^^^^^^^^^^
The type DiagramContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/edit/commands/CreateSnapshotForInteractionFromViewDescriptorCommand.java:[208] 
	dialog.setContentProvider(new DiagramContentProvider(interaction));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor DiagramContentProvider(Interaction) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/figures/InteractionWithSnapshotFigure.java:[57] 
	final List childrenList = container.getChildren();
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[26] 
	import org.eclipse.gef.commands.CommandStackListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CommandStackListener is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[35] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.parts.PaletteToolTransferDragSourceListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PaletteToolTransferDragSourceListener' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[41] 
	import org.eclipse.papyrus.commands.util.OperationHistoryDirtyState;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OperationHistoryDirtyState is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[87] 
	private OperationHistoryDirtyState dirtyState;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OperationHistoryDirtyState is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[223] 
	final Set<String> menuExclusions = provider.getExclusionSet();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Set<String>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[243] 
	getDiagramEditDomain().getDiagramCommandStack().addCommandStackListener(new CommandStackListener() {
	                                                                            ^^^^^^^^^^^^^^^^^^^^
The type CommandStackListener is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[264] 
	protected OperationHistoryDirtyState getDirtyState() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OperationHistoryDirtyState is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[266] 
	dirtyState = OperationHistoryDirtyState.newInstance(getUndoContext(), getOperationHistory());
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OperationHistoryDirtyState is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[266] 
	dirtyState = OperationHistoryDirtyState.newInstance(getUndoContext(), getOperationHistory());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method newInstance(IUndoContext, IOperationHistory) from the type OperationHistoryDirtyState is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[366] 
	viewer.addDragSourceListener(new PaletteToolTransferDragSourceListener(viewer));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PaletteToolTransferDragSourceListener' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src-gen/org/eclipse/papyrus/uml/diagram/interactionoverview/part/InteractionOverviewDiagramEditor.java:[366] 
	viewer.addDragSourceListener(new PaletteToolTransferDragSourceListener(viewer));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'PaletteToolTransferDragSourceListener(EditPartViewer)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[31] 
	import org.eclipse.gmf.runtime.diagram.core.internal.DiagramPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[32] 
	import org.eclipse.gmf.runtime.diagram.core.internal.DiagramStatusCodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[33] 
	import org.eclipse.gmf.runtime.diagram.core.internal.l10n.DiagramCoreMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[60] 
	protected static class ClassToCreationMethodMap extends HashMap {
	                                                        ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[64] 
	public void addMethod(Class clazz, Method method) {
	                      ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[66] 
	put(clazz, method);
	^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[70] 
	public Method getCreationMethod(Class clazz) {
	                                ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[114] 
	return (Edge) createNewView(getEdgeViewClass(semanticAdapter, containerView, semanticHint), new Object[] { semanticAdapter, containerView, semanticHint, new Integer(index), Boolean.valueOf(persisted), preferencesHint });
	                                                                                                                                                             ^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[121] 
	return (Node) createNewView(getNodeViewClass(semanticAdapter, containerView, semanticHint), new Object[] { semanticAdapter, containerView, semanticHint, new Integer(index), Boolean.valueOf(persisted), preferencesHint });
	                                                                                                                                                             ^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[183] 
	protected Class getDiagramViewClass(IAdaptable semanticAdapter, String diagramKind) {
	          ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[195] 
	protected Class getEdgeViewClass(IAdaptable semanticAdapter, View containerView, String semanticHint) {
	          ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[207] 
	protected Class getNodeViewClass(IAdaptable semanticAdapter, View containerView, String semanticHint) {
	          ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[217] 
	private View createNewView(Class viewClass, Object[] constructorParams) {
	                           ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[222] 
	Constructor constructor = getFactoryConstructor(viewClass);
	^^^^^^^^^^^
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[224] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	          ^^^^^^^^^^^^^
Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[224] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                        ^^^^^^^^^^^
Discouraged access: The method 'DiagramPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[224] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[224] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                                                          ^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramStatusCodes.SERVICE_FAILURE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[231] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	          ^^^^^^^^^^^^^
Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[231] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                        ^^^^^^^^^^^
Discouraged access: The method 'DiagramPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[231] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[231] 
	Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$
	                                                          ^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramStatusCodes.SERVICE_FAILURE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[236] 
	String eMsg = NLS.bind(DiagramCoreMessages.AbstractViewProvider_create_view_failed_ERROR_, viewClass.getName());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[236] 
	String eMsg = NLS.bind(DiagramCoreMessages.AbstractViewProvider_create_view_failed_ERROR_, viewClass.getName());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramCoreMessages.AbstractViewProvider_create_view_failed_ERROR_' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[237] 
	Log.warning(DiagramPlugin.getInstance(), IStatus.WARNING, eMsg, e);
	            ^^^^^^^^^^^^^
Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[237] 
	Log.warning(DiagramPlugin.getInstance(), IStatus.WARNING, eMsg, e);
	                          ^^^^^^^^^^^
Discouraged access: The method 'DiagramPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.core-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[242] 
	private Constructor getFactoryConstructor(Class viewClass) {
	        ^^^^^^^^^^^
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[242] 
	private Constructor getFactoryConstructor(Class viewClass) {
	                                          ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[244] 
	Constructor[] ctors = viewClass.getConstructors();
	^^^^^^^^^^^
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/org/eclipse/papyrus/uml/diagram/interactionoverview/provider/AbstractViewProvider.java:[255] 
	private Method getCreationMethod(Class viewClass, Object[] params) {
	                                 ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
68 problems (68 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 198 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/target/org.eclipse.papyrus.uml.diagram.interactionoverview-4.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/target/org.eclipse.papyrus.uml.diagram.interactionoverview-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/target/org.eclipse.papyrus.uml.diagram.interactionoverview-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.interactionoverview-4.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.interactionoverview-4.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/target/org.eclipse.papyrus.uml.diagram.interactionoverview-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.interactionoverview-4.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.interactionoverview-4.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.interactionoverview-4.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.interactionoverview ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.uml-nattable >--------
[INFO] Building Papyrus UML Nattable 0.0.1-SNAPSHOT                   [292/487]
[INFO]   from ../../plugins/uml/nattable/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-nattable ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-nattable ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-nattable ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-nattable ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-nattable/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-nattable-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic.config >--
[INFO] Building org.eclipse.papyrus.uml.nattable.generic.config 2.0.0-SNAPSHOT [293/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic.config:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.generic.config
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 89 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/target/org.eclipse.papyrus.uml.nattable.generic.config-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/target/org.eclipse.papyrus.uml.nattable.generic.config-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/target/org.eclipse.papyrus.uml.nattable.generic.config-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.generic.config/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.generic.config-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.generic.config/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.generic.config-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/target/org.eclipse.papyrus.uml.nattable.generic.config-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.generic.config/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.generic.config-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.generic.config/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.generic.config-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.generic.config/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.generic.config-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.generic.config ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.deployment >---
[INFO] Building org.eclipse.papyrus.uml.diagram.deployment 5.0.0-SNAPSHOT [294/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.deployment:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.deployment
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] Compiling 175 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.deployment ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 195 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/target/org.eclipse.papyrus.uml.diagram.deployment-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/target/org.eclipse.papyrus.uml.diagram.deployment-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/target/org.eclipse.papyrus.uml.diagram.deployment-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.deployment/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.deployment-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.deployment/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.deployment-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/target/org.eclipse.papyrus.uml.diagram.deployment-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.deployment/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.deployment-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.deployment/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.deployment-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.deployment/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.deployment-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.deployment ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.clazz >------
[INFO] Building org.eclipse.papyrus.uml.diagram.clazz 5.0.0-SNAPSHOT  [295/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.clazz:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.clazz
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] Compiling 424 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/command/CustomDropAppliedStereotypeCommand.java:[75] 
	return new DefferedAppliedStereotypeToDisplayCommand(domain, adapter, appliedStereotypeListToAdd, presentationKind);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefferedAppliedStereotypeToDisplayCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/command/CustomDropAppliedStereotypeCommand.java:[75] 
	return new DefferedAppliedStereotypeToDisplayCommand(domain, adapter, appliedStereotypeListToAdd, presentationKind);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor DefferedAppliedStereotypeToDisplayCommand(TransactionalEditingDomain, IAdaptable, String, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/helper/advice/EnumerationHelperAdvice.java:[69] 
	List<EObject> elementsToMove = substractLists(new ArrayList<EObject>(ownedLiterals), (ArrayList<EObject>) value);
	                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ArrayList<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/edit/part/CustomDurationObservationEditPart.java:[29] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/edit/part/CustomDurationObservationEditPart.java:[84] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/edit/parts/ContainmentLinkEditPart.java:[17] 
	import org.eclipse.gef.EditPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.gef.EditPolicy is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/edit/parts/ContainmentLinkEditPart.java:[20] 
	import org.eclipse.gmf.runtime.diagram.ui.editpolicies.ViewComponentEditPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.gmf.runtime.diagram.ui.editpolicies.ViewComponentEditPolicy is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/helper/ContainmentHelper.java:[46] 
	import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/helper/ContainmentHelper.java:[240] 
	cc.add(new CustomDropAppliedStereotypeCommand(this.editDomain, createdEditPartAdapter, profileApplied, UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION));
	                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/helper/ContainmentHelper.java:[240] 
	cc.add(new CustomDropAppliedStereotypeCommand(this.editDomain, createdEditPartAdapter, profileApplied, UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION));
	                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/edit/part/CustomTimeObservationEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/edit/part/CustomTimeObservationEditPart.java:[83] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/edit/part/CustomComponentEditPart.java:[28] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/edit/part/CustomComponentEditPart.java:[51] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
14 problems (14 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.clazz ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 195 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/target/org.eclipse.papyrus.uml.diagram.clazz-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/target/org.eclipse.papyrus.uml.diagram.clazz-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/target/org.eclipse.papyrus.uml.diagram.clazz-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.clazz/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.clazz-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.clazz/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.clazz-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/target/org.eclipse.papyrus.uml.diagram.clazz-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.clazz/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.clazz-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.clazz/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.clazz-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.clazz/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.clazz-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.clazz ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.component >----
[INFO] Building org.eclipse.papyrus.uml.diagram.component 5.0.0-SNAPSHOT [296/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.component:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.component
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] Compiling 227 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/custom-src/org/eclipse/papyrus/uml/diagram/component/custom/edit/part/CustomPortEditPart.java:[23] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/custom-src/org/eclipse/papyrus/uml/diagram/component/custom/edit/part/CustomPortEditPart.java:[45] 
	if (borderItemEditPart instanceof FloatingLabelEditPart) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/src-gen/org/eclipse/papyrus/uml/diagram/component/edit/parts/ComponentEditPartPCN.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/src-gen/org/eclipse/papyrus/uml/diagram/component/edit/parts/PropertyPartEditPartCN.java:[180] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/src-gen/org/eclipse/papyrus/uml/diagram/component/edit/parts/ComponentEditPartCN.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/src-gen/org/eclipse/papyrus/uml/diagram/component/edit/parts/ComponentEditPart.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.component ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 195 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/target/org.eclipse.papyrus.uml.diagram.component-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/target/org.eclipse.papyrus.uml.diagram.component-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/target/org.eclipse.papyrus.uml.diagram.component-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.component/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.component-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.component/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.component-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/target/org.eclipse.papyrus.uml.diagram.component-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.component/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.component-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.component/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.component-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.component/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.component-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.component ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.composite >----
[INFO] Building org.eclipse.papyrus.uml.diagram.composite 5.0.0-SNAPSHOT [297/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.composite:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.composite
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] Compiling 503 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ClassCompositeEditPartCN.java:[218] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/custom-src/org/eclipse/papyrus/uml/diagram/composite/custom/utils/CompositeStructureDiagramUtils.java:[107] 
	for (Iterator children = d.getChildren().iterator(); children.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/OpaqueBehaviorCompositeEditPart.java:[219] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/OpaqueBehaviorCompositeEditPart.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ComponentCompositeEditPart.java:[218] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/custom-src/org/eclipse/papyrus/uml/diagram/composite/custom/edit/policies/StructuredClassifierLayoutEditPolicy.java:[89] 
	PortPositionLocator locator = new PortPositionLocator(getHostFigure(), PositionConstants.NONE);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ActivityCompositeEditPart.java:[221] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ActivityCompositeEditPart.java:[226] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/NodeCompositeEditPartCN.java:[218] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/DeviceCompositeEditPartCN.java:[218] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/FunctionBehaviorCompositeEditPartCN.java:[219] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/FunctionBehaviorCompositeEditPartCN.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/OpaqueBehaviorCompositeEditPartCN.java:[219] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/OpaqueBehaviorCompositeEditPartCN.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ActivityCompositeEditPartCN.java:[219] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ActivityCompositeEditPartCN.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/DeviceCompositeEditPart.java:[218] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/NodeCompositeEditPart.java:[218] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ExecutionEnvironmentCompositeEditPart.java:[218] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/PropertyPartEditPartCN.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[39] 
	private Map myDomain2NotationMap = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[39] 
	private Map myDomain2NotationMap = new HashMap();
	                                       ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[44] 
	private Collection myLinkDescriptors = new LinkedList();
	        ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[44] 
	private Collection myLinkDescriptors = new LinkedList();
	                                           ^^^^^^^^^^
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[66] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[68] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[77] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[78] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getActivity_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[80] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[82] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[92] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[93] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getInteraction_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[95] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[97] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[107] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[108] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getProtocolStateMachine_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[110] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[112] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[122] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[123] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getStateMachine_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[125] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[127] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[137] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[138] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getFunctionBehavior_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[140] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[142] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[152] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[153] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getOpaqueBehavior_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[155] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[157] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[167] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[168] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getComponent_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[170] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[172] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[182] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[183] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDevice_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[185] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[187] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[197] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[198] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getExecutionEnvironment_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[200] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[202] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[212] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[213] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getNode_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[215] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[217] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[227] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[228] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getClass_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[230] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[232] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[242] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[243] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getCollaboration_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[252] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[253] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getInterface_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[261] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[262] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getPrimitiveType_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[270] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[271] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getEnumeration_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[273] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[275] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[285] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[286] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDataType_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[296] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[297] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getActor_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[305] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[306] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDeploymentSpecification_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[314] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[315] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getArtifact_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[323] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[324] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getInformationItem_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[332] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[333] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getSignal_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[341] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[342] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getUseCase_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[350] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[351] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getSignalEvent_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[359] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[360] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getCallEvent_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[368] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[369] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getAnyReceiveEvent_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[377] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[378] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getChangeEvent_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[386] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[387] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getTimeEvent_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[395] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[396] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDurationObservation_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[404] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[405] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getTimeObservation_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[413] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[414] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getLiteralBoolean_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[422] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[423] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getLiteralInteger_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[431] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[432] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getLiteralNull_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[440] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[441] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getLiteralString_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[449] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[450] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getLiteralUnlimitedNatural_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[458] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/part/UMLDiagramContentInitializer.java:[459] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getStringExpression_PackagedElementShape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ClassCompositeEditPart.java:[220] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/InteractionCompositeEditPart.java:[221] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/InteractionCompositeEditPart.java:[226] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/custom-src/org/eclipse/papyrus/uml/diagram/composite/custom/edit/policies/ExternalLabelPrimaryDragRoleEditPolicy.java:[34] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.figures.BorderItemContainerFigure;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BorderItemContainerFigure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/custom-src/org/eclipse/papyrus/uml/diagram/composite/custom/edit/policies/ExternalLabelPrimaryDragRoleEditPolicy.java:[63] 
	if (getHostFigure().getParent() instanceof BorderItemContainerFigure) {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BorderItemContainerFigure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/InteractionCompositeEditPartCN.java:[219] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/InteractionCompositeEditPartCN.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ProtocolStateMachineCompositeEditPart.java:[221] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ProtocolStateMachineCompositeEditPart.java:[226] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/StateMachineCompositeEditPartCN.java:[219] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/StateMachineCompositeEditPartCN.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/FunctionBehaviorCompositeEditPart.java:[219] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/FunctionBehaviorCompositeEditPart.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/StateMachineCompositeEditPart.java:[221] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/StateMachineCompositeEditPart.java:[226] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ExecutionEnvironmentCompositeEditPartCN.java:[218] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ComponentCompositeEditPartCN.java:[218] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ProtocolStateMachineCompositeEditPartCN.java:[219] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src-gen/org/eclipse/papyrus/uml/diagram/composite/edit/parts/ProtocolStateMachineCompositeEditPartCN.java:[224] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
139 problems (139 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.composite ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 196 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/target/org.eclipse.papyrus.uml.diagram.composite-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/target/org.eclipse.papyrus.uml.diagram.composite-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/target/org.eclipse.papyrus.uml.diagram.composite-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.composite/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.composite-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.composite/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.composite-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/target/org.eclipse.papyrus.uml.diagram.composite-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.composite/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.composite-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.composite/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.composite-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.composite/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.composite-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.composite ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable >--------
[INFO] Building org.eclipse.papyrus.uml.nattable 6.0.100-SNAPSHOT     [298/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable:6.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable ---
[INFO] The project's OSGi version is 6.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable ---
[INFO] Compiling 112 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/axis/AbstractStereotypedElementUMLSynchronizedOnFeatureAxisManager.java:[182] 
	final Collection<EObject> collection = (Collection<EObject>) ((EObject)notification.getNotifier()).eGet((EStructuralFeature) notification.getFeature());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLMultiReferenceTextualCellEditorWithButtonConfiguration.java:[27] 
	import org.eclipse.papyrus.infra.nattable.celleditor.AbstractOpenDialogCellEditorButtonAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractOpenDialogCellEditorButtonAction is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLMultiReferenceTextualCellEditorWithButtonConfiguration.java:[153] 
	AbstractOpenDialogCellEditorButtonAction openDialogConfiguration = new AbstractOpenDialogCellEditorButtonAction() {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractOpenDialogCellEditorButtonAction is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLMultiReferenceTextualCellEditorWithButtonConfiguration.java:[153] 
	AbstractOpenDialogCellEditorButtonAction openDialogConfiguration = new AbstractOpenDialogCellEditorButtonAction() {
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractOpenDialogCellEditorButtonAction is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLMultiReferenceTextualCellEditorWithButtonConfiguration.java:[153] 
	AbstractOpenDialogCellEditorButtonAction openDialogConfiguration = new AbstractOpenDialogCellEditorButtonAction() {
			/**
			 * @see org.eclipse.papyrus.infra.nattable.celleditor.AbstractOpenDialogCellEditorButtonAction#createDialogCellEditor()
			 *
			 * @return
			 */
			@Override
			public AbstractDialogCellEditor createDialogCellEditor() {
				return new MultiReferenceCellEditor(axisElement, elementProvider);
			}
		};
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractOpenDialogCellEditorButtonAction() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLMultiReferenceTextualCellEditorWithButtonConfiguration.java:[165] 
	editor.setOpenDialogCellEditorButtonAction(openDialogConfiguration);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setOpenDialogCellEditorButtonAction(AbstractOpenDialogCellEditorButtonAction) from the type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLMultiReferenceTextualCellEditorWithButtonConfiguration.java:[166] 
	openDialogConfiguration.setText("..."); //$NON-NLS-1$
	                        ^^^^^^^^^^^^^^
The method setText(String) from the type AbstractOpenDialogCellEditorButtonAction is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLMultiReferenceTextualCellEditorWithButtonConfiguration.java:[167] 
	openDialogConfiguration.setTooltipText(Messages.UMLReferenceCellEditorConfiguration_OpenDialogToChooseTheValue);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setTooltipText(String) from the type AbstractOpenDialogCellEditorButtonAction is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[38] 
	import org.eclipse.papyrus.infra.nattable.celleditor.AbstractPapyrusStyledTextCellEditor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[67] 
	public class UMLReferenceTextWithCompletionCellEditor extends AbstractPapyrusStyledTextCellEditor {
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[110] 
	super(table, axisElement, elementProvider, commitOnUpDown, moveSelectionOnEnter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractPapyrusStyledTextCellEditor(Table, Object, ITableAxisElementProvider, boolean, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[126] 
	super(table, axisElement, elementProvider, commitOnUpDown);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractPapyrusStyledTextCellEditor(Table, Object, ITableAxisElementProvider, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[140] 
	super(table, axisElement, elementProvider);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractPapyrusStyledTextCellEditor(Table, Object, ITableAxisElementProvider) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[160] 
	final CrossAxisWrapper<EObject, EStructuralFeature> editedElement = UMLTableUtils.getRealEditedObject(layerCell, elementProvider);
	                                                                                                                 ^^^^^^^^^^^^^^^
The field AbstractPapyrusStyledTextCellEditor.elementProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[204] 
	referenceValueCellEditor = new MultiReferenceCellEditor(axisElement, elementProvider) {
	                                                        ^^^^^^^^^^^
The field AbstractPapyrusStyledTextCellEditor.axisElement is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[204] 
	referenceValueCellEditor = new MultiReferenceCellEditor(axisElement, elementProvider) {
	                                                                     ^^^^^^^^^^^^^^^
The field AbstractPapyrusStyledTextCellEditor.elementProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[239] 
	referenceValueCellEditor = new SingleReferenceValueCellEditor(axisElement, elementProvider) {
	                                                              ^^^^^^^^^^^
The field AbstractPapyrusStyledTextCellEditor.axisElement is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[239] 
	referenceValueCellEditor = new SingleReferenceValueCellEditor(axisElement, elementProvider) {
	                                                                           ^^^^^^^^^^^^^^^
The field AbstractPapyrusStyledTextCellEditor.elementProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[287] 
	control = super.activateCell(parent, originalCanonicalValue);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method activateCell(Composite, Object) from the type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/manager/cell/editor/UMLReferenceTextWithCompletionCellEditor.java:[335] 
	final CrossAxisWrapper<EObject, EStructuralFeature> editedElement = UMLTableUtils.getRealEditedObject(layerCell, elementProvider);
	                                                                                                                 ^^^^^^^^^^^^^^^
The field AbstractPapyrusStyledTextCellEditor.elementProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLSingleReferenceTextualCellEditorWithButtonConfiguration.java:[29] 
	import org.eclipse.papyrus.infra.nattable.celleditor.AbstractOpenDialogCellEditorButtonAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractOpenDialogCellEditorButtonAction is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLSingleReferenceTextualCellEditorWithButtonConfiguration.java:[30] 
	import org.eclipse.papyrus.infra.nattable.celleditor.AbstractPapyrusStyledTextCellEditor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLSingleReferenceTextualCellEditorWithButtonConfiguration.java:[152] 
	AbstractPapyrusStyledTextCellEditor editor = new UMLReferenceTextWithCompletionCellEditor(table, axisElement, elementProvider);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLSingleReferenceTextualCellEditorWithButtonConfiguration.java:[153] 
	AbstractOpenDialogCellEditorButtonAction openDialogConfiguration = new AbstractOpenDialogCellEditorButtonAction() {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractOpenDialogCellEditorButtonAction is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLSingleReferenceTextualCellEditorWithButtonConfiguration.java:[153] 
	AbstractOpenDialogCellEditorButtonAction openDialogConfiguration = new AbstractOpenDialogCellEditorButtonAction() {
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractOpenDialogCellEditorButtonAction is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLSingleReferenceTextualCellEditorWithButtonConfiguration.java:[153] 
	AbstractOpenDialogCellEditorButtonAction openDialogConfiguration = new AbstractOpenDialogCellEditorButtonAction() {
			/**
			 * @see org.eclipse.papyrus.infra.nattable.celleditor.AbstractOpenDialogCellEditorButtonAction#createDialogCellEditor()
			 *
			 * @return
			 */
			@Override
			public AbstractDialogCellEditor createDialogCellEditor() {
				return new SingleReferenceValueCellEditor(axisElement, elementProvider);
			}
		};
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractOpenDialogCellEditorButtonAction() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLSingleReferenceTextualCellEditorWithButtonConfiguration.java:[165] 
	editor.setOpenDialogCellEditorButtonAction(openDialogConfiguration);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setOpenDialogCellEditorButtonAction(AbstractOpenDialogCellEditorButtonAction) from the type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLSingleReferenceTextualCellEditorWithButtonConfiguration.java:[166] 
	openDialogConfiguration.setText("..."); //$NON-NLS-1$
	                        ^^^^^^^^^^^^^^
The method setText(String) from the type AbstractOpenDialogCellEditorButtonAction is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLSingleReferenceTextualCellEditorWithButtonConfiguration.java:[167] 
	openDialogConfiguration.setTooltipText(Messages.UMLReferenceCellEditorConfiguration_OpenDialogToChooseTheValue);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setTooltipText(String) from the type AbstractOpenDialogCellEditorButtonAction is deprecated
29 problems (29 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 155 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/target/org.eclipse.papyrus.uml.nattable-6.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/target/org.eclipse.papyrus.uml.nattable-6.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/target/org.eclipse.papyrus.uml.nattable-6.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable/6.0.100-SNAPSHOT/org.eclipse.papyrus.uml.nattable-6.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable/6.0.100-SNAPSHOT/org.eclipse.papyrus.uml.nattable-6.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/target/org.eclipse.papyrus.uml.nattable-6.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable/6.0.100-SNAPSHOT/org.eclipse.papyrus.uml.nattable-6.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable/6.0.100-SNAPSHOT/org.eclipse.papyrus.uml.nattable-6.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable/6.0.100-SNAPSHOT/org.eclipse.papyrus.uml.nattable-6.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.clazz.config >--
[INFO] Building org.eclipse.papyrus.uml.nattable.clazz.config 6.0.0-SNAPSHOT [299/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.clazz.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] The project's OSGi version is 6.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.clazz.config
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 155 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/target/org.eclipse.papyrus.uml.nattable.clazz.config-6.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/target/org.eclipse.papyrus.uml.nattable.clazz.config-6.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/target/org.eclipse.papyrus.uml.nattable.clazz.config-6.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.clazz.config-6.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.clazz.config-6.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/target/org.eclipse.papyrus.uml.nattable.clazz.config-6.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.clazz.config-6.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.clazz.config-6.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.clazz.config-6.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.clazz.config ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.stereotype.edition >--
[INFO] Building org.eclipse.papyrus.uml.diagram.stereotype.edition 3.0.0-SNAPSHOT [300/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.stereotype.edition:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.stereotype.edition
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/org/eclipse/papyrus/uml/diagram/stereotype/edition/editpolicies/AppliedStereotypeCommentEditPolicy.java:[212] 
	Iterator<View> iteratorView = view.getChildren().iterator();
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/org/eclipse/papyrus/uml/diagram/stereotype/edition/editpart/AppliedStereotypePropertyEditPart.java:[884] 
	public Object getAdapter(Class key) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/org/eclipse/papyrus/uml/diagram/stereotype/edition/editpart/AppliedStereotypePropertyEditPart.java:[927] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/org/eclipse/papyrus/uml/diagram/stereotype/edition/editpart/AppliedStereotypeEmptyEditPart.java:[73] 
	* @see org.eclipse.gmf.runtime.diagram.ui.internal.editparts.DummyEditPart#createFigure()
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DummyEditPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/org/eclipse/papyrus/uml/diagram/stereotype/edition/editpart/AppliedStereotypeCompartmentEditPart.java:[31] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.figures.NestedResizableCompartmentFigure;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestedResizableCompartmentFigure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/org/eclipse/papyrus/uml/diagram/stereotype/edition/editpart/AppliedStereotypeCompartmentEditPart.java:[109] 
	rcf = new NestedResizableCompartmentFigure(getMapMode());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestedResizableCompartmentFigure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/org/eclipse/papyrus/uml/diagram/stereotype/edition/editpart/AppliedStereotypeCompartmentEditPart.java:[109] 
	rcf = new NestedResizableCompartmentFigure(getMapMode());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'NestedResizableCompartmentFigure(IMapMode)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/org/eclipse/papyrus/uml/diagram/stereotype/edition/editpart/AppliedStereotypeMultilinePropertyEditPart.java:[333] 
	IParserEditStatus valid = (IParserEditStatus) getEditingDomain().runExclusive(new RunnableWithResult.Impl() {
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
RunnableWithResult.Impl is a raw type. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/org/eclipse/papyrus/uml/diagram/stereotype/edition/editpart/AppliedStereotypeMultilinePropertyEditPart.java:[336] 
	setResult(parser.isValidEditString(new EObjectAdapter(element), (String) value));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setResult(Object) belongs to the raw type RunnableWithResult.Impl. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/org/eclipse/papyrus/uml/diagram/stereotype/edition/editpart/AppliedStereotypeMultilinePropertyEditPart.java:[929] 
	public Object getAdapter(Class key) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
10 problems (10 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 188 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/target/org.eclipse.papyrus.uml.diagram.stereotype.edition-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/target/org.eclipse.papyrus.uml.diagram.stereotype.edition-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/target/org.eclipse.papyrus.uml.diagram.stereotype.edition-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.stereotype.edition-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.stereotype.edition-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/target/org.eclipse.papyrus.uml.diagram.stereotype.edition-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.stereotype.edition-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.stereotype.edition-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.stereotype.edition-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.stereotype.edition ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.menu >------
[INFO] Building org.eclipse.papyrus.uml.diagram.menu 3.0.200-SNAPSHOT [301/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.menu:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] The project's OSGi version is 3.0.200.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.menu
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] Compiling 81 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/RoutingHandler.java:[48] 
	this.action = new RouteAction(this.parameter, this.getSelectedElements());
	                                                   ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[42] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.BorderNamedElementEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.uml.diagram.common.editparts.BorderNamedElementEditPart is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[336] 
	newPosition = (horizontalDegradedMode == false) ? (boundsArea.preciseX + hSpaceAndvSpace[0]) : boundsArea.preciseX();
	                                                              ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[339] 
	newPosition = boundsArea.preciseX;
	                         ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[342] 
	newPosition = (verticalDegradedMode == false) ? (boundsArea.preciseY + hSpaceAndvSpace[1]) : boundsArea.preciseY();
	                                                            ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[345] 
	newPosition = boundsArea.preciseY;
	                         ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[372] 
	ptLocation = new PrecisionPoint(newPosition, absolutePosition.preciseY);
	                                                              ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[378] 
	ptLocation = new PrecisionPoint(newPosition, absolutePosition.preciseY);
	                                                              ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[382] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                 ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[382] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                                            ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[386] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                 ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[386] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                                            ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[392] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, newPosition);
	                                                 ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[398] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, newPosition);
	                                                 ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[402] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                 ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[402] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                                            ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[406] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                 ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[406] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                                            ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[484] 
	bounds.setWidth(locEnd.getRight().preciseX() - locStart.preciseX());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[499] 
	bounds.setHeight(locEnd.getBottom().preciseY() - locStart.preciseY());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[886] 
	PrecisionPoint oldLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                                 ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[886] 
	PrecisionPoint oldLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                                                            ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeAffixedChildNodeLinkAction.java:[890] 
	req.setSizeDelta(absolutePosition.getSize().getDifference(absolutePosition.getSize()));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getDifference(Dimension) from the type Dimension is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[28] 
	import org.eclipse.gmf.runtime.diagram.ui.actions.internal.FontDialogAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FontDialogAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[29] 
	import org.eclipse.gmf.runtime.diagram.ui.actions.internal.l10n.DiagramUIActionsMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIActionsMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[32] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIDebugOptions;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIDebugOptions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[33] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[34] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIStatusCodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[35] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.properties.Properties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[46] 
	* Adapted code from {@link FontDialogAction}
	                           ^^^^^^^^^^^^^^^^
Discouraged access: The type 'FontDialogAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[134] 
	return editPart.getEditingDomain().runExclusive(new RunnableWithResult.Impl() {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
RunnableWithResult.Impl is a raw type. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[137] 
	setResult(getStructuralFeatureValue(editPart, thePropertyId));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setResult(Object) belongs to the raw type RunnableWithResult.Impl. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[141] 
	Trace.catching(DiagramUIPlugin.getInstance(), DiagramUIDebugOptions.EXCEPTIONS_CATCHING, getClass(), "getPropertyValue", e); //$NON-NLS-1$
	               ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[141] 
	Trace.catching(DiagramUIPlugin.getInstance(), DiagramUIDebugOptions.EXCEPTIONS_CATCHING, getClass(), "getPropertyValue", e); //$NON-NLS-1$
	                               ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[141] 
	Trace.catching(DiagramUIPlugin.getInstance(), DiagramUIDebugOptions.EXCEPTIONS_CATCHING, getClass(), "getPropertyValue", e); //$NON-NLS-1$
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIDebugOptions' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[141] 
	Trace.catching(DiagramUIPlugin.getInstance(), DiagramUIDebugOptions.EXCEPTIONS_CATCHING, getClass(), "getPropertyValue", e); //$NON-NLS-1$
	                                                                    ^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIDebugOptions.EXCEPTIONS_CATCHING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[142] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "getPropertyValue", e); //$NON-NLS-1$
	          ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[142] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "getPropertyValue", e); //$NON-NLS-1$
	                          ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[142] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "getPropertyValue", e); //$NON-NLS-1$
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[142] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "getPropertyValue", e); //$NON-NLS-1$
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[185] 
	String name = (String) getOperationSetPropertyValue(Properties.ID_FONTNAME);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[185] 
	String name = (String) getOperationSetPropertyValue(Properties.ID_FONTNAME);
	                                                               ^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTNAME' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[186] 
	Integer height = (Integer) getOperationSetPropertyValue(Properties.ID_FONTSIZE);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[186] 
	Integer height = (Integer) getOperationSetPropertyValue(Properties.ID_FONTSIZE);
	                                                                   ^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTSIZE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[187] 
	Boolean bold = (Boolean) getOperationSetPropertyValue(Properties.ID_FONTBOLD);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[187] 
	Boolean bold = (Boolean) getOperationSetPropertyValue(Properties.ID_FONTBOLD);
	                                                                 ^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTBOLD' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[188] 
	Boolean italic = (Boolean) getOperationSetPropertyValue(Properties.ID_FONTITALIC);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[188] 
	Boolean italic = (Boolean) getOperationSetPropertyValue(Properties.ID_FONTITALIC);
	                                                                   ^^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTITALIC' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[192] 
	Integer color = (Integer) getOperationSetPropertyValue(Properties.ID_FONTCOLOR);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[192] 
	Integer color = (Integer) getOperationSetPropertyValue(Properties.ID_FONTCOLOR);
	                                                                  ^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTCOLOR' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[202] 
	CompoundCommand cc = new CompoundCommand(DiagramUIActionsMessages.PropertyDescriptorFactory_Font);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIActionsMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[202] 
	CompoundCommand cc = new CompoundCommand(DiagramUIActionsMessages.PropertyDescriptorFactory_Font);
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIActionsMessages.PropertyDescriptorFactory_Font' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[205] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTNAME, Properties.ID_FONTNAME, fData.getName())));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[205] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTNAME, Properties.ID_FONTNAME, fData.getName())));
	                                                            ^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTNAME' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[205] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTNAME, Properties.ID_FONTNAME, fData.getName())));
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[205] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTNAME, Properties.ID_FONTNAME, fData.getName())));
	                                                                                    ^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTNAME' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[206] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTSIZE, Properties.ID_FONTSIZE, new Integer(fData.getHeight()))));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[206] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTSIZE, Properties.ID_FONTSIZE, new Integer(fData.getHeight()))));
	                                                            ^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTSIZE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[206] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTSIZE, Properties.ID_FONTSIZE, new Integer(fData.getHeight()))));
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[206] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTSIZE, Properties.ID_FONTSIZE, new Integer(fData.getHeight()))));
	                                                                                    ^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTSIZE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[206] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTSIZE, Properties.ID_FONTSIZE, new Integer(fData.getHeight()))));
	                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[207] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTBOLD, Properties.ID_FONTBOLD, Boolean.valueOf((fData.getStyle() & SWT.BOLD) != 0))));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[207] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTBOLD, Properties.ID_FONTBOLD, Boolean.valueOf((fData.getStyle() & SWT.BOLD) != 0))));
	                                                            ^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTBOLD' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[207] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTBOLD, Properties.ID_FONTBOLD, Boolean.valueOf((fData.getStyle() & SWT.BOLD) != 0))));
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[207] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTBOLD, Properties.ID_FONTBOLD, Boolean.valueOf((fData.getStyle() & SWT.BOLD) != 0))));
	                                                                                    ^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTBOLD' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[208] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTITALIC, Properties.ID_FONTITALIC, Boolean.valueOf((fData.getStyle() & SWT.ITALIC) != 0))));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[208] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTITALIC, Properties.ID_FONTITALIC, Boolean.valueOf((fData.getStyle() & SWT.ITALIC) != 0))));
	                                                            ^^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTITALIC' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[208] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTITALIC, Properties.ID_FONTITALIC, Boolean.valueOf((fData.getStyle() & SWT.ITALIC) != 0))));
	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[208] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTITALIC, Properties.ID_FONTITALIC, Boolean.valueOf((fData.getStyle() & SWT.ITALIC) != 0))));
	                                                                                      ^^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTITALIC' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[209] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTCOLOR, Properties.ID_FONTCOLOR, FigureUtilities.RGBToInteger(fColor))));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[209] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTCOLOR, Properties.ID_FONTCOLOR, FigureUtilities.RGBToInteger(fColor))));
	                                                            ^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTCOLOR' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[209] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTCOLOR, Properties.ID_FONTCOLOR, FigureUtilities.RGBToInteger(fColor))));
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FontAction.java:[209] 
	cc.add(getCommand(new ChangePropertyValueRequest(Properties.ID_FONTCOLOR, Properties.ID_FONTCOLOR, FigureUtilities.RGBToInteger(fColor))));
	                                                                                     ^^^^^^^^^^^^
Discouraged access: The field 'Properties.ID_FONTCOLOR' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ZOrderHandler.java:[30] 
	public class ZOrderHandler extends AbstractGraphicalCommandHandler {
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ZOrderHandler.java:[43] 
	super(parameterID, parameter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ZOrderHandler.java:[52] 
	super(parameterID);
	^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/SizeHandler.java:[63] 
	List<IGraphicalEditPart> selem = getSelectedElements();
	                                 ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/SizeHandler.java:[96] 
	return super.execute(event);
	             ^^^^^^^^^^^^^^
The method execute(ExecutionEvent) from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/SizeHandler.java:[109] 
	SizeAction action = new SizeAction(this.parameter, getSelectedElements());
	                                                   ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[102] 
	Enumeration eptEnum = rootTree.breadthFirstEnumeration();
	^^^^^^^^^^^
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[156] 
	boundsArea.setX(boundsArea.preciseX() + usedMargin);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[157] 
	boundsArea.setY(boundsArea.preciseY() + usedMargin);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[158] 
	boundsArea.setWidth(boundsArea.preciseWidth() - 2 * usedMargin);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[159] 
	boundsArea.setHeight(boundsArea.preciseHeight() - 2 * usedMargin);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[172] 
	newPosition = (horizontalDegradedMode == false) ? (boundsArea.preciseX + hSpaceAndvSpace[0]) : boundsArea.preciseX();
	                                                              ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[175] 
	newPosition = boundsArea.preciseX;
	                         ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[178] 
	newPosition = (verticalDegradedMode == false) ? (boundsArea.preciseY + hSpaceAndvSpace[1]) : boundsArea.preciseY();
	                                                            ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[181] 
	newPosition = boundsArea.preciseY;
	                         ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[197] 
	ptLocation = new PrecisionPoint(newPosition, absolutePosition.preciseY);
	                                                              ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[200] 
	ptLocation = new PrecisionPoint(absolutePosition.preciseX, newPosition);
	                                                 ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[209] 
	PrecisionPoint oldLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                                 ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[209] 
	PrecisionPoint oldLocation = new PrecisionPoint(absolutePosition.preciseX, absolutePosition.preciseY);
	                                                                                            ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[212] 
	req.setSizeDelta(absolutePosition.getSize().getDifference(absolutePosition.getSize()));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getDifference(Dimension) from the type Dimension is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[267] 
	minX = tmpArea.preciseX < minX ? tmpArea.preciseX : minX;
	               ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[267] 
	minX = tmpArea.preciseX < minX ? tmpArea.preciseX : minX;
	                                         ^^^^^^^^
The field PrecisionRectangle.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[268] 
	minY = tmpArea.preciseY < minY ? tmpArea.preciseY : minY;
	               ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[268] 
	minY = tmpArea.preciseY < minY ? tmpArea.preciseY : minY;
	                                         ^^^^^^^^
The field PrecisionRectangle.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[273] 
	area.setX(minX);
	     ^^^^^^^^^^
The method setX(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[274] 
	area.setY(minY);
	     ^^^^^^^^^^
The method setY(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[275] 
	area.setHeight(java.lang.Math.abs(maxY - minY));
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setHeight(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/DistributeNodeAction.java:[276] 
	area.setWidth(java.lang.Math.abs(maxX - minX));
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWidth(double) from the type PrecisionRectangle is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[35] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.editparts.ISurfaceEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ISurfaceEditPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[126] 
	protected List createOperationSet() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[127] 
	List selection = getSelection();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[132] 
	List selectables = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[132] 
	List selectables = new ArrayList();
	                       ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[135] 
	List nodeEditParts = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[135] 
	List nodeEditParts = new ArrayList();
	                         ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[136] 
	nodeEditParts.addAll(getSelectableNodes(primaryEP));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[139] 
	selectables.addAll(nodeEditParts);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[142] 
	selectables.addAll(addSelectableConnections(nodeEditParts));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[153] 
	protected List getSelectableNodes(EditPart editpart) {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[158] 
	List retval = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[158] 
	List retval = new ArrayList();
	                  ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[172] 
	private void getSelectableNodesInside(EditPart editpart, boolean topLevel, List retval) {
	                                                                           ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[174] 
	if (editpart instanceof ISurfaceEditPart) {
	                        ^^^^^^^^^^^^^^^^
Discouraged access: The type 'ISurfaceEditPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[193] 
	retval.add(editpart);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[212] 
	private void getSelectableChildrenNodes(EditPart editpart, List retval) {
	                                                           ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[213] 
	Iterator iter = editpart.getChildren().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[228] 
	private void getBorderItemEditParts(EditPart parent, Set retval) {
	                                                     ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[230] 
	Iterator iter = parent.getChildren().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[234] 
	retval.add(child);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[235] 
	retval.addAll(child.getChildren());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[248] 
	protected List addSelectableConnections(List editparts) {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[248] 
	protected List addSelectableConnections(List editparts) {
	                                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[249] 
	List selectableConnections = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[249] 
	List selectableConnections = new ArrayList();
	                                 ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[252] 
	Set connnectableEditParts = new HashSet(editparts);
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[252] 
	Set connnectableEditParts = new HashSet(editparts);
	                            ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[252] 
	Set connnectableEditParts = new HashSet(editparts);
	                                ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[253] 
	ListIterator li = editparts.listIterator();
	^^^^^^^^^^^^
ListIterator is a raw type. References to generic type ListIterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[258] 
	connnectableEditParts.addAll(((GroupEditPart) ep).getShapeChildren());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[263] 
	Iterator connections = diagramEditPart.getConnections().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[267] 
	selectableConnections.add(connection);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[286] 
	private boolean canSelectConnection(ConnectionEditPart connection, Set connectableEditParts) {
	                                                                   ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[330] 
	protected List filterEditPartsMatching(List list, EditPartViewer.Conditional condition) {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[330] 
	protected List filterEditPartsMatching(List list, EditPartViewer.Conditional condition) {
	                                       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[331] 
	List matchList = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[331] 
	List matchList = new ArrayList();
	                     ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[332] 
	Iterator iter = list.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/SelectAction.java:[336] 
	matchList.add(ep);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ArrangeHandler.java:[43] 
	public class ArrangeHandler extends AbstractGraphicalCommandHandler {
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ArrangeHandler.java:[56] 
	super(parameterID, parameter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ArrangeHandler.java:[65] 
	super(parameterID);
	^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ArrangeHandler.java:[110] 
	DiagramCommandStack stack = getDiagramCommandStack();
	                            ^^^^^^^^^^^^^^^^^^^^^^^^
The method getDiagramCommandStack() from the type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ArrangeHandler.java:[127] 
	List operationSet = getSelectedElements();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ArrangeHandler.java:[129] 
	for (Iterator iter = operationSet.iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ArrangeHandler.java:[155] 
	private EditPart getSelectionParent(List editparts) {
	                                    ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ArrangeHandler.java:[156] 
	ListIterator li = editparts.listIterator();
	^^^^^^^^^^^^
ListIterator is a raw type. References to generic type ListIterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FillColorAction.java:[20] 
	import org.eclipse.gmf.runtime.diagram.ui.actions.internal.ColorPropertyContributionItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ColorPropertyContributionItem' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/FillColorAction.java:[24] 
	* Code adapted from {@link ColorPropertyContributionItem}
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ColorPropertyContributionItem' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/providers/DiagramPropertyTester.java:[45] 
	return new Boolean(answer).equals(expectedValue);
	           ^^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/providers/DiagramPropertyTester.java:[48] 
	return new Boolean(answer).equals(expectedValue);
	           ^^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/FillColorHandler.java:[29] 
	public class FillColorHandler extends AbstractGraphicalCommandHandler {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/FillColorHandler.java:[42] 
	super(parameterID, parameter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/FillColorHandler.java:[54] 
	super(parameterID, AbstractColorAction.BLACK_.colorName);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/CopyAppearancePropertiesHandler.java:[29] 
	public class CopyAppearancePropertiesHandler extends AbstractGraphicalCommandHandler {
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/CopyAppearancePropertiesHandler.java:[37] 
	super(null);
	^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/CopyAppearancePropertiesHandler.java:[60] 
	super.setEnabled(evaluationContext);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setEnabled(Object) from the type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/FontHandler.java:[28] 
	public class FontHandler extends AbstractGraphicalCommandHandler {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/FontHandler.java:[36] 
	super(null);
	^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ReduceGrowHandler.java:[61] 
	this.action = new ReduceGrowAction(this.parameter, this.getSelectedElements());
	                                                        ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/DropDownToolBarSameSizeHandler.java:[20] 
	import org.eclipse.papyrus.uml.diagram.common.handlers.GraphicalCommandHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/DropDownToolBarSameSizeHandler.java:[29] 
	public class DropDownToolBarSameSizeHandler extends GraphicalCommandHandler {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/DropDownToolBarSameSizeHandler.java:[40] 
	SizeAction action = new SizeAction(SizeAction.PARAMETER_BOTH, getSelectedElements());
	                                                              ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/ShowHideLabelsAction.java:[295] 
	viewStatus.put((View) current, new Boolean(true));
	                                   ^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/ShowHideLabelsAction.java:[363] 
	viewStatus.put(childView, new Boolean(false));
	                              ^^^^^^^^^^^^^^
The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/DistributionHandler.java:[54] 
	this.action = new DistributeLinkNodeAction(this.parameter, getSelectedElements());
	                                                           ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/toolbar/ZoomToolbar.java:[23] 
	import org.eclipse.gef.editparts.ZoomListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ZoomListener has been deprecated since version 3.13 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/toolbar/ZoomToolbar.java:[63] 
	public class ZoomToolbar extends WorkbenchWindowControlContribution implements ZoomListener, Listener, org.eclipse.papyrus.infra.core.sasheditor.editor.IPageChangedListener {
	                                                                               ^^^^^^^^^^^^
The type ZoomListener has been deprecated since version 3.13 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/toolbar/ZoomToolbar.java:[429] 
	manager.removeZoomListener(getInstance());
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeZoomListener(ZoomListener) from the type ZoomManager has been deprecated since version 3.13 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/toolbar/ZoomToolbar.java:[452] 
	manager.addZoomListener(getInstance());
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addZoomListener(ZoomListener) from the type ZoomManager has been deprecated since version 3.13 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/dialogs/ShowHideCompartmentSelectionDialog.java:[153] 
	for (Object current : selectedElements) {
	            ^^^^^^^
The value of the local variable current is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomCreateShapeViewAction.java:[29] 
	import org.eclipse.gmf.runtime.diagram.ui.actions.internal.CreateShapeViewAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CreateShapeViewAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomCreateShapeViewAction.java:[41] 
	* @see CreateShapeViewAction
	       ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CreateShapeViewAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomCreateShapeViewAction.java:[46] 
	public class CustomCreateShapeViewAction extends CreateShapeViewAction {
	                                                 ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CreateShapeViewAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomCreateShapeViewAction.java:[61] 
	super(workbenchPage, actionId, semanticHint, label, imageDescriptor);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CreateShapeViewAction(IWorkbenchPage, String, String, String, ImageDescriptor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomCreateShapeViewAction.java:[74] 
	final List editparts = new ArrayList(1);
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomCreateShapeViewAction.java:[74] 
	final List editparts = new ArrayList(1);
	                           ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomCreateShapeViewAction.java:[81] 
	Map editpartRegistry = viewer.getEditPartRegistry();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomCreateShapeViewAction.java:[82] 
	for (Iterator iter = ((Collection) result).iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomCreateShapeViewAction.java:[82] 
	for (Iterator iter = ((Collection) result).iterator(); iter.hasNext();) {
	                       ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomCreateShapeViewAction.java:[87] 
	editparts.add(editPart);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/LineStyleHandler.java:[32] 
	public class LineStyleHandler extends AbstractGraphicalCommandHandler {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/LineStyleHandler.java:[44] 
	super(parameterID, parameter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/LineStyleHandler.java:[53] 
	super(parameterID);
	^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/LineStyleHandler.java:[79] 
	super.execute(event);
	      ^^^^^^^^^^^^^^
The method execute(ExecutionEvent) from the type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/SortFilterCompartmentItemsHandler.java:[29] 
	public class SortFilterCompartmentItemsHandler extends AbstractGraphicalCommandHandler {
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/SortFilterCompartmentItemsHandler.java:[32] 
	super(null);
	^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/AbstractGraphicalParametricAction.java:[25] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/AbstractGraphicalParametricAction.java:[75] 
	editingDomain = ServiceUtilsForActionHandlers.getInstance().getTransactionalEditingDomain();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/AbstractGraphicalParametricAction.java:[75] 
	editingDomain = ServiceUtilsForActionHandlers.getInstance().getTransactionalEditingDomain();
	                                              ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/AbstractGraphicalParametricAction.java:[75] 
	editingDomain = ServiceUtilsForActionHandlers.getInstance().getTransactionalEditingDomain();
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/LineStyleAction.java:[25] 
	import org.eclipse.gmf.runtime.diagram.ui.actions.internal.RouterAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RouterAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/LineStyleAction.java:[36] 
	* Adapted from {@link RouterAction}
	                      ^^^^^^^^^^^^
Discouraged access: The type 'RouterAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/LineColorHandler.java:[29] 
	public class LineColorHandler extends AbstractGraphicalCommandHandler {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/LineColorHandler.java:[42] 
	super(parameterID, parameter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/LineColorHandler.java:[54] 
	super(parameterID, AbstractColorAction.BLACK_.colorName);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/TextAlignementHandler.java:[56] 
	this.action = new TextAlignmentAction(getAlignment(this.parameter), this.getSelectedElements());
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/ZOrderAction.java:[32] 
	* A part of this code comes from {@link org.eclipse.gmf.runtime.diagram.ui.actions.internal.ZOrderAction}
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZOrderAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.actions/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.actions-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/AlignementHandler.java:[53] 
	CustomAlignAction action = new CustomAlignAction(getAlignment(this.parameter), this.getSelectedElements());
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/SnapBackHandler.java:[18] 
	import org.eclipse.papyrus.uml.diagram.common.handlers.GraphicalCommandHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/SnapBackHandler.java:[24] 
	public class SnapBackHandler extends GraphicalCommandHandler {
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/SnapBackHandler.java:[32] 
	SnapBackAction action = new SnapBackAction(getSelectedElements());
	                                           ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomContributionItemProvider.java:[22] 
	import org.eclipse.gmf.runtime.diagram.ui.providers.internal.l10n.DiagramUIProvidersMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIProvidersMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.providers/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.providers-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomContributionItemProvider.java:[38] 
	return new CustomCreateShapeViewAction(workbenchPage, actionId, ViewType.NOTE, DiagramUIProvidersMessages.Note_menuItem, SharedImages.DESC_NOTE);
	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIProvidersMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.providers/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.providers-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/gmf/CustomContributionItemProvider.java:[38] 
	return new CustomCreateShapeViewAction(workbenchPage, actionId, ViewType.NOTE, DiagramUIProvidersMessages.Note_menuItem, SharedImages.DESC_NOTE);
	                                                                                                          ^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIProvidersMessages.Note_menuItem' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.providers/1.8.0.202403010913/org.eclipse.gmf.runtime.diagram.ui.providers-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ShowHideLabelsHandler.java:[26] 
	public class ShowHideLabelsHandler extends AbstractGraphicalCommandHandler {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractGraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ShowHideLabelsHandler.java:[40] 
	super(parameterID);
	^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ShowHideLabelsHandler.java:[49] 
	super(parameterID, parameter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractGraphicalCommandHandler(String, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/org/eclipse/papyrus/uml/diagram/menu/actions/handlers/ShowHideLabelsHandler.java:[72] 
	super.setEnabled(evaluationContext);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setEnabled(Object) from the type AbstractGraphicalCommandHandler is deprecated
211 problems (211 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.menu ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 188 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/target/org.eclipse.papyrus.uml.diagram.menu-3.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/target/org.eclipse.papyrus.uml.diagram.menu-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/target/org.eclipse.papyrus.uml.diagram.menu-3.0.200-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.menu/3.0.200-SNAPSHOT/org.eclipse.papyrus.uml.diagram.menu-3.0.200-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.menu/3.0.200-SNAPSHOT/org.eclipse.papyrus.uml.diagram.menu-3.0.200-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/target/org.eclipse.papyrus.uml.diagram.menu-3.0.200-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.menu/3.0.200-SNAPSHOT/org.eclipse.papyrus.uml.diagram.menu-3.0.200-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.menu/3.0.200-SNAPSHOT/org.eclipse.papyrus.uml.diagram.menu-3.0.200-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.menu/3.0.200-SNAPSHOT/org.eclipse.papyrus.uml.diagram.menu-3.0.200-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.menu ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence >----
[INFO] Building org.eclipse.papyrus.uml.diagram.sequence 7.2.100-SNAPSHOT [302/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence:7.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] The project's OSGi version is 7.2.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.sequence
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] Compiling 475 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OperandBoundsComputeHelper.java:[87] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.policies.OLDLifelineXYLayoutEditPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OperandBoundsComputeHelper.java:[743] 
	List<ShapeNodeEditPart> affixedExecutionSpecificationEditParts = OLDLifelineXYLayoutEditPolicy.getAffixedExecutionSpecificationEditParts((ShapeNodeEditPart) currentExecutionPart);
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OperandBoundsComputeHelper.java:[743] 
	List<ShapeNodeEditPart> affixedExecutionSpecificationEditParts = OLDLifelineXYLayoutEditPolicy.getAffixedExecutionSpecificationEditParts((ShapeNodeEditPart) currentExecutionPart);
	                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAffixedExecutionSpecificationEditParts(ShapeNodeEditPart) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OperandBoundsComputeHelper.java:[746] 
	myCheckingList.remove(shapeNodeEditPart);
	                      ^^^^^^^^^^^^^^^^^
Unlikely argument type ShapeNodeEditPart for remove(Object) on a Collection<ExecutionSpecification>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OperandBoundsComputeHelper.java:[1238] 
	ShapeNodeEditPart parentNode = OLDLifelineXYLayoutEditPolicy.getParent(parent, child.getFigure().getBounds().getCopy(), childShapeNodeEditPart);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OperandBoundsComputeHelper.java:[1238] 
	ShapeNodeEditPart parentNode = OLDLifelineXYLayoutEditPolicy.getParent(parent, child.getFigure().getBounds().getCopy(), childShapeNodeEditPart);
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getParent(LifelineEditPart, Rectangle, List<ShapeNodeEditPart>) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OperandBoundsComputeHelper.java:[1243] 
	List<ShapeNodeEditPart> affixedEditParts = OLDLifelineXYLayoutEditPolicy.getAffixedExecutionSpecificationEditParts(child);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OperandBoundsComputeHelper.java:[1243] 
	List<ShapeNodeEditPart> affixedEditParts = OLDLifelineXYLayoutEditPolicy.getAffixedExecutionSpecificationEditParts(child);
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAffixedExecutionSpecificationEditParts(ShapeNodeEditPart) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/providers/UMLViewProvider.java:[452] 
	node.getStyles().add(NotationFactory.eINSTANCE.createHintedDiagramLinkStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/LifelineMessageCreateHelper.java:[42] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.parts.OLDLifelineEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/LifelineMessageCreateHelper.java:[219] 
	int halfHeight = child.getPrimaryShape().getFigureLifelineNameContainerFigure().getBounds().height / 2; // TODO_MIA check the use of this methode
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/AbstractHeadImpactLayoutEditPolicy.java:[39] 
	import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/AbstractHeadImpactLayoutEditPolicy.java:[168] 
	} else if (notification.getNotifier() instanceof EAnnotation && UMLVisualInformationPapyrusConstant.STEREOTYPE_ANNOTATION == ((EAnnotation) notification.getNotifier()).getSource()) {
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/AbstractHeadImpactLayoutEditPolicy.java:[168] 
	} else if (notification.getNotifier() instanceof EAnnotation && UMLVisualInformationPapyrusConstant.STEREOTYPE_ANNOTATION == ((EAnnotation) notification.getNotifier()).getSource()) {
	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_ANNOTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/figures/FigureHitTestUtil.java:[51] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/ExecutionSpecificationComponentEditPolicy.java:[58] 
	List<ShapeNodeEditPart> list = OLDLifelineXYLayoutEditPolicy.getAffixedExecutionSpecificationEditParts(part);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/ExecutionSpecificationComponentEditPolicy.java:[58] 
	List<ShapeNodeEditPart> list = OLDLifelineXYLayoutEditPolicy.getAffixedExecutionSpecificationEditParts(part);
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAffixedExecutionSpecificationEditParts(ShapeNodeEditPart) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/ExecutionSpecificationComponentEditPolicy.java:[67] 
	List<ShapeNodeEditPart> list = OLDLifelineXYLayoutEditPolicy.getAffixedExecutionSpecificationEditParts((ShapeNodeEditPart) part);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/ExecutionSpecificationComponentEditPolicy.java:[67] 
	List<ShapeNodeEditPart> list = OLDLifelineXYLayoutEditPolicy.getAffixedExecutionSpecificationEditParts((ShapeNodeEditPart) part);
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAffixedExecutionSpecificationEditParts(ShapeNodeEditPart) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/figures/ReferencialGrid.java:[64] 
	lines.add(new Integer(y));
	              ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/locator/CenterLocator.java:[23] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.figures.BorderItemContainerFigure;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BorderItemContainerFigure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/locator/CenterLocator.java:[57] 
	private BorderItemContainerFigure borderItemContainerFigure = null;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BorderItemContainerFigure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/locator/CenterLocator.java:[66] 
	BorderItemContainerFigure borderItemContainerFigure = getBorderItemContainerFigure();
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BorderItemContainerFigure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/locator/CenterLocator.java:[92] 
	private BorderItemContainerFigure getBorderItemContainerFigure() {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BorderItemContainerFigure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/locator/CenterLocator.java:[96] 
	if (object instanceof BorderItemContainerFigure) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BorderItemContainerFigure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/locator/CenterLocator.java:[97] 
	borderItemContainerFigure = (BorderItemContainerFigure) object;
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BorderItemContainerFigure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/ExecutionSpecificationAffixedChildAlignmentPolicy.java:[61] 
	protected void createResizeHandle(List handles, int direction) {
	                                  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/locator/SelfMessageLabelLocator.java:[48] 
	List lineSegments = PointListUtilities.getLineSegments(points);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/parser/custom/InteractionUseCustomParsers.java:[122] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/MessageAnchorRepairer.java:[37] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.parts.OLDLifelineEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/MessageAnchorRepairer.java:[51] 
	return new OLDLifelineEditPart.PreserveAnchorsPositionCommandEx(editPart, sizeDelta, preserveAxis);
	           ^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/MessageAnchorRepairer.java:[51] 
	return new OLDLifelineEditPart.PreserveAnchorsPositionCommandEx(editPart, sizeDelta, preserveAxis);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor OLDLifelineEditPart.PreserveAnchorsPositionCommandEx(ShapeNodeEditPart, Dimension, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/MessageAnchorRepairer.java:[51] 
	return new OLDLifelineEditPart.PreserveAnchorsPositionCommandEx(editPart, sizeDelta, preserveAxis);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart.PreserveAnchorsPositionCommandEx is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/MessageAnchorRepairer.java:[62] 
	return new OLDLifelineEditPart.PreserveAnchorsPositionCommandEx(editPart, sizeDelta, PreserveAnchorsPositionCommand.PRESERVE_Y, editPart.getFigure(), direction);
	           ^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/MessageAnchorRepairer.java:[62] 
	return new OLDLifelineEditPart.PreserveAnchorsPositionCommandEx(editPart, sizeDelta, PreserveAnchorsPositionCommand.PRESERVE_Y, editPart.getFigure(), direction);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor OLDLifelineEditPart.PreserveAnchorsPositionCommandEx(ShapeNodeEditPart, Dimension, int, IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/MessageAnchorRepairer.java:[62] 
	return new OLDLifelineEditPart.PreserveAnchorsPositionCommandEx(editPart, sizeDelta, PreserveAnchorsPositionCommand.PRESERVE_Y, editPart.getFigure(), direction);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart.PreserveAnchorsPositionCommandEx is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/service/DurationCreationTool.java:[40] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/service/DurationCreationTool.java:[247] 
	Map extendedData = request.getExtendedData();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/service/DurationCreationTool.java:[248] 
	extendedData.put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, null);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/service/DurationCreationTool.java:[248] 
	extendedData.put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, null);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/service/DurationCreationTool.java:[248] 
	extendedData.put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, null);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/service/DurationCreationTool.java:[249] 
	extendedData.put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, null);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/service/DurationCreationTool.java:[249] 
	extendedData.put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, null);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/service/DurationCreationTool.java:[249] 
	extendedData.put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, null);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/locator/LabelCellEditorLocator.java:[56] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/InteractionUseEditPart.java:[170] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomDiagramDragDropEditPolicy.java:[101] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomDiagramDragDropEditPolicy.java:[200] 
	createElementRequest.setParameter(SequenceRequestConstant.CONNECTABLE_ELEMENT, droppedObject);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomDiagramDragDropEditPolicy.java:[200] 
	createElementRequest.setParameter(SequenceRequestConstant.CONNECTABLE_ELEMENT, droppedObject);
	                                                          ^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.CONNECTABLE_ELEMENT is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomDiagramDragDropEditPolicy.java:[476] 
	private Command dropTimeObservationInLifeline(TimeObservation observation, String nodeVISUALID, Point dropLocation) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method dropTimeObservationInLifeline(TimeObservation, String, Point) from the type CustomDiagramDragDropEditPolicy is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomDiagramDragDropEditPolicy.java:[597] 
	List<Lifeline> lifelines = getLifelines(existingViews);
	               ^^^^^^^^^
The value of the local variable lifelines is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomDiagramDragDropEditPolicy.java:[649] 
	bounds.setSize(AbstractExecutionSpecificationEditPart.DEFAUT_WIDTH, AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT);
	                                                                                                           ^^^^^^^^^^^^^
The field AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/parser/custom/LifelineCustomParsers.java:[154] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/TooltipUtil.java:[445] 
	Collection<String> displayValue = LifelineLabelHelper.DEFAULT_LABEL_DISPLAY;
	                   ^^^^^^^^^^^^
The value of the local variable displayValue is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/ChangeEdgeTargetCommand.java:[118] 
	List points = ((RelativeBendpoints) bendpoints).getPoints();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/figures/LifelineDotLineCustomFigure.java:[52] 
	private int innerConnectableElementsNumber;
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field LifelineDotLineCustomFigure.innerConnectableElementsNumber is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CombinedCreationEditPolicy.java:[85] 
	EList<View> children = container.getPersistedChildren();
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to EList<View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/AnchorHelper.java:[31] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/AnchorHelper.java:[32] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIStatusCodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/AnchorHelper.java:[47] 
	t = (String) domain.runExclusive(new RunnableWithResult.Impl() {
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
RunnableWithResult.Impl is a raw type. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/AnchorHelper.java:[58] 
	setResult(((IdentityAnchor) a).getId());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setResult(Object) belongs to the raw type RunnableWithResult.Impl. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/AnchorHelper.java:[60] 
	setResult(""); //$NON-NLS-1$
	^^^^^^^^^^^^^
Type safety: The method setResult(Object) belongs to the raw type RunnableWithResult.Impl. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/AnchorHelper.java:[65] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "getTargetConnectionAnchor", e); //$NON-NLS-1$
	          ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/AnchorHelper.java:[65] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "getTargetConnectionAnchor", e); //$NON-NLS-1$
	                          ^^^^^^^^^^^
Discouraged access: The method 'DiagramUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/AnchorHelper.java:[65] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "getTargetConnectionAnchor", e); //$NON-NLS-1$
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiagramUIStatusCodes' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/AnchorHelper.java:[65] 
	Log.error(DiagramUIPlugin.getInstance(), DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING, "getTargetConnectionAnchor", e); //$NON-NLS-1$
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'DiagramUIStatusCodes.IGNORED_EXCEPTION_WARNING' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/NoGrillElementFound.java:[22] 
	public class NoGrillElementFound extends Exception {
	             ^^^^^^^^^^^^^^^^^^^
The serializable class NoGrillElementFound does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/HighlightUtil.java:[88] 
	figures.add(part.getPrimaryShape().getFigureLifelineDotLineFigure());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineDotLineFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SelectMessagesEditPartTracker.java:[92] 
	List selectedEditparts = getOperationSet();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/GateHelper.java:[49] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.parts.OLDGateEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDGateEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/GateHelper.java:[50] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.parts.OLDGateNameEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDGateNameEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/GateHelper.java:[98] 
	node.setType(OLDGateEditPart.GATE_TYPE);
	             ^^^^^^^^^^^^^^^
The type OLDGateEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/GateHelper.java:[98] 
	node.setType(OLDGateEditPart.GATE_TYPE);
	                             ^^^^^^^^^
The field OLDGateEditPart.GATE_TYPE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/GateHelper.java:[104] 
	label.setType(OLDGateNameEditPart.GATE_NAME_TYPE);
	              ^^^^^^^^^^^^^^^^^^^
The type OLDGateNameEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/GateHelper.java:[104] 
	label.setType(OLDGateNameEditPart.GATE_NAME_TYPE);
	                                  ^^^^^^^^^^^^^^
The field OLDGateNameEditPart.GATE_NAME_TYPE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/GateHelper.java:[373] 
	Rectangle bounds = new Rectangle(location, OLDGateEditPart.DEFAULT_SIZE);
	                                           ^^^^^^^^^^^^^^^
The type OLDGateEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/GateHelper.java:[373] 
	Rectangle bounds = new Rectangle(location, OLDGateEditPart.DEFAULT_SIZE);
	                                                           ^^^^^^^^^^^^
The field OLDGateEditPart.DEFAULT_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/GateHelper.java:[377] 
	return validLocation.getLocation().getTranslated(0, -OLDGateEditPart.DEFAULT_SIZE.height / 2 - 1);
	                                                     ^^^^^^^^^^^^^^^
The type OLDGateEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/GateHelper.java:[377] 
	return validLocation.getLocation().getTranslated(0, -OLDGateEditPart.DEFAULT_SIZE.height / 2 - 1);
	                                                                     ^^^^^^^^^^^^
The field OLDGateEditPart.DEFAULT_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/EventHelper.java:[171] 
	Package eventContainer = interaction.getNearestPackage();
	        ^^^^^^^^^^^^^^
The value of the local variable eventContainer is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/EventHelper.java:[208] 
	Package eventContainer = interaction.getNearestPackage();
	        ^^^^^^^^^^^^^^
The value of the local variable eventContainer is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/part/UMLDiagramUpdater.java:[306] 
	Interaction modelElement = (Interaction) view.getElement();
	            ^^^^^^^^^^^^
The value of the local variable modelElement is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/part/UMLDiagramUpdater.java:[338] 
	return Collections.EMPTY_LIST;
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<UMLNodeDescriptor>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/part/UMLDiagramUpdater.java:[341] 
	List<UMLNodeDescriptor> result = new LinkedList();
	                                 ^^^^^^^^^^^^^^^^
Type safety: The expression of type LinkedList needs unchecked conversion to conform to List<UMLNodeDescriptor>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/part/UMLDiagramUpdater.java:[341] 
	List<UMLNodeDescriptor> result = new LinkedList();
	                                     ^^^^^^^^^^
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/part/UMLDiagramUpdater.java:[346] 
	for (Iterator values = interaction.getFragments().iterator(); values.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomContinuationEditPart.java:[106] 
	graphics.fillRoundRectangle(getBounds(), corner.width, corner.height);
	                                         ^^^^^^
The field RoundedRectangle.corner is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomContinuationEditPart.java:[106] 
	graphics.fillRoundRectangle(getBounds(), corner.width, corner.height);
	                                                       ^^^^^^
The field RoundedRectangle.corner is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AnnotatedLinkEditPart.java:[108] 
	HashSet set = new HashSet();
	^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AnnotatedLinkEditPart.java:[108] 
	HashSet set = new HashSet();
	                  ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AnnotatedLinkEditPart.java:[140] 
	private void getSourceAndTargetConnections(HashSet set, org.eclipse.gef.ConnectionEditPart connectionEditPart) {
	                                           ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AnnotatedLinkEditPart.java:[144] 
	for (Iterator i = connectionEditPart.getSourceConnections().iterator(); i.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AnnotatedLinkEditPart.java:[147] 
	set.add(sourceConnection);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AnnotatedLinkEditPart.java:[150] 
	for (Iterator i = connectionEditPart.getTargetConnections().iterator(); i.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AnnotatedLinkEditPart.java:[153] 
	set.add(targetConnection);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
96. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForMessageSpecEditPolicy.java (at line 156)
	if (element instanceof Message && null != ((Message) element).getSendEvent() && ((Message) element).getSendEvent().equals(nextEvent)
	                                                                                                                          ^^^^^^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
97. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForMessageSpecEditPolicy.java (at line 157)
	|| element instanceof Message && null != ((Message) element).getReceiveEvent() && ((Message) element).getReceiveEvent().equals(nextEvent)) {
	                                                                                                                               ^^^^^^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
98. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForMessageSpecEditPolicy.java (at line 164)
	if (null != messageEnd && messageEnd.equals(nextEvent)) {
	                                            ^^^^^^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineLabelEditPolicy.java:[139] 
	List children = lp.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/ConnectMessageToGridEditPolicy.java:[34] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/ConnectMessageToGridEditPolicy.java:[53] 
	public class ConnectMessageToGridEditPolicy extends GraphicalEditPolicyEx implements AutomaticNotationEditPolicy, NotificationListener, IGrillingEditpolicy {
	                                                    ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/ReconnectToGateCommand.java:[121] 
	reconnectRequest.getExtendedData().put(REDIRECT_GATE_FAILED, Boolean.TRUE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/validation/FragmentOrderingKeeper.java:[381] 
	if (frag instanceof InteractionFragment && orderedFragments.contains(frag)) {
	                                                                     ^^^^
Unlikely argument type MessageEnd for contains(Object) on a Collection<InteractionFragment>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/validation/FragmentOrderingKeeper.java:[385] 
	if (frag instanceof InteractionFragment && orderedFragments.contains(frag)) {
	                                                                     ^^^^
Unlikely argument type MessageEnd for contains(Object) on a Collection<InteractionFragment>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CombinedFragmentEditPart.java:[173] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/OLDCreateGateViewCommand.java:[44] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.parts.OLDGateEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDGateEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/OLDCreateGateViewCommand.java:[156] 
	ViewUtil.setStructuralFeatureValue(innerGateView, NotationPackage.eINSTANCE.getLocation_Y(), Integer.valueOf(location.y + OLDGateEditPart.DEFAULT_SIZE.height + 2));
	                                                                                                                          ^^^^^^^^^^^^^^^
The type OLDGateEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/OLDCreateGateViewCommand.java:[156] 
	ViewUtil.setStructuralFeatureValue(innerGateView, NotationPackage.eINSTANCE.getLocation_Y(), Integer.valueOf(location.y + OLDGateEditPart.DEFAULT_SIZE.height + 2));
	                                                                                                                                          ^^^^^^^^^^^^
The field OLDGateEditPart.DEFAULT_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/OLDCreateGateViewCommand.java:[223] 
	location.y = OLDGateEditPart.DEFAULT_SIZE.height * 2 * (index + 1);
	             ^^^^^^^^^^^^^^^
The type OLDGateEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/OLDCreateGateViewCommand.java:[223] 
	location.y = OLDGateEditPart.DEFAULT_SIZE.height * 2 * (index + 1);
	                             ^^^^^^^^^^^^
The field OLDGateEditPart.DEFAULT_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/InteractionEditPart.java:[176] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/migration/SequenceReconciler_1_3_0.java:[83] 
	for (Iterator iterator = combinedViews.iterator(); iterator.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/migration/SequenceReconciler_1_3_0.java:[86] 
	interactionCompartmentShape.getPersistedChildren().add(0, view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
114. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java (at line 144)
	if (element instanceof Message && null != ((Message) element).getSendEvent() && ((Message) element).getSendEvent().equals(lastPreviousEvent)
	                                                                                                                          ^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
115. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java (at line 145)
	|| element instanceof Message && null != ((Message) element).getReceiveEvent() && ((Message) element).getReceiveEvent().equals(lastPreviousEvent)) {
	                                                                                                                               ^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
116. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java (at line 149)
	if (((Message) element).getSendEvent().equals(lastPreviousEvent)) {
	                                              ^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java:[203] 
	final RectangleFigure figure = primaryShape.getFigureLifelineNameContainerFigure();
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java:[216] 
	final IFigure fig = primaryShape.getFigureLifelineNameContainerFigure();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java:[230] 
	final RectangleFigure figure = host.getPrimaryShape().getFigureLifelineNameContainerFigure();
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java:[305] 
	private void keepNameLabelBounds(LifelineEditPart lifelineEP, ChangeBoundsRequest request, PrecisionRectangle rect) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method keepNameLabelBounds(LifelineEditPart, ChangeBoundsRequest, PrecisionRectangle) from the type LifelineSelectionEditPolicy is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java:[307] 
	Dimension preferSize = lifelineEP.getPrimaryShape().getFigureLifelineNameContainerFigure().getPreferredSize(-1, -1).getCopy();
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java:[322] 
	private void keepInParentBounds(LifelineEditPart lifelineEP, ChangeBoundsRequest request, PrecisionRectangle rect) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method keepInParentBounds(LifelineEditPart, ChangeBoundsRequest, PrecisionRectangle) from the type LifelineSelectionEditPolicy is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java:[387] 
	List children = parent.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineSelectionEditPolicy.java:[408] 
	private void changeCombinedFragmentBounds(ChangeBoundsRequest request, LifelineEditPart lifelineEP) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method changeCombinedFragmentBounds(ChangeBoundsRequest, LifelineEditPart) from the type LifelineSelectionEditPolicy is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/InteractionOperandGuardEditPart.java:[84] 
	import org.eclipse.gmf.runtime.gef.ui.internal.parts.TextCellEditorEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/InteractionOperandGuardEditPart.java:[324] 
	protected List getModelChildren() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/InteractionOperandGuardEditPart.java:[398] 
	IParserEditStatus valid = (IParserEditStatus) getEditingDomain().runExclusive(new RunnableWithResult.Impl() {
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
RunnableWithResult.Impl is a raw type. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/InteractionOperandGuardEditPart.java:[402] 
	setResult(parser.isValidEditString(new EObjectAdapter(element), (String) value));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setResult(Object) belongs to the raw type RunnableWithResult.Impl. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/InteractionOperandGuardEditPart.java:[441] 
	setManager(new MultilineLabelDirectEditManager(this, TextCellEditorEx.class, locator));
	                                                     ^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/InteractionOperandGuardEditPart.java:[898] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[99] 
	private static final String NO_REFERENCED_INTERACTION_DIALOG_TITLE = "No referenced interaction"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field CommandHelper.NO_REFERENCED_INTERACTION_DIALOG_TITLE is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[104] 
	private static final String NO_REFERENCED_INTERACTION_DIALOG_MSG = "Couldn't had message if there isn't referenced interaction"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field CommandHelper.NO_REFERENCED_INTERACTION_DIALOG_MSG is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[109] 
	private static final String WRONG_GATE_CONTAINER_TYPE_ERROR_MSG = "Wrong element UML type for create a gate"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field CommandHelper.WRONG_GATE_CONTAINER_TYPE_ERROR_MSG is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[114] 
	private static final String CHOOSE_GATE_DIALOG_TITLE = "Actual gates of the interaction use"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field CommandHelper.CHOOSE_GATE_DIALOG_TITLE is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[119] 
	private static final String CHOOSE_GATE_DIALOG_MSG = "Choose the gate to attach the message"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^
The value of the field CommandHelper.CHOOSE_GATE_DIALOG_MSG is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[347] 
	Tool tool = domain.getActiveTool();
	     ^^^^
The value of the local variable tool is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[592] 
	Package pack = lifeline.getNearestPackage();
	        ^^^^
The value of the local variable pack is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[708] 
	org.eclipse.uml2.uml.Package eventContainer = interactionFragment.getNearestPackage();
	                             ^^^^^^^^^^^^^^
The value of the local variable eventContainer is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[918] 
	InteractionFragment sourceContainer = (InteractionFragment) params.get(SequenceRequestConstant.SOURCE_MODEL_CONTAINER);
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[918] 
	InteractionFragment sourceContainer = (InteractionFragment) params.get(SequenceRequestConstant.SOURCE_MODEL_CONTAINER);
	                                                                                               ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[919] 
	InteractionFragment targetContainer = (InteractionFragment) params.get(SequenceRequestConstant.TARGET_MODEL_CONTAINER);
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[919] 
	InteractionFragment targetContainer = (InteractionFragment) params.get(SequenceRequestConstant.TARGET_MODEL_CONTAINER);
	                                                                                               ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[920] 
	Lifeline lifeline = (Lifeline) params.get(SequenceRequestConstant.LIFELINE_GRAPHICAL_CONTAINER);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[920] 
	Lifeline lifeline = (Lifeline) params.get(SequenceRequestConstant.LIFELINE_GRAPHICAL_CONTAINER);
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.LIFELINE_GRAPHICAL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[1101] 
	Object srcEndContainer = request.getParameter(SequenceRequestConstant.SOURCE_MODEL_CONTAINER);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[1101] 
	Object srcEndContainer = request.getParameter(SequenceRequestConstant.SOURCE_MODEL_CONTAINER);
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[1102] 
	Object tgtEndContainer = request.getParameter(SequenceRequestConstant.TARGET_MODEL_CONTAINER);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CommandHelper.java:[1102] 
	Object tgtEndContainer = request.getParameter(SequenceRequestConstant.TARGET_MODEL_CONTAINER);
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineXYLayoutEditPolicy.java:[131] 
	constraintRect.height = AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT;
	                                                               ^^^^^^^^^^^^^
The field AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineXYLayoutEditPolicy.java:[139] 
	int modulo = AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT / (int) spacing;
	                                                    ^^^^^^^^^^^^^
The field AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineXYLayoutEditPolicy.java:[190] 
	int modulo = AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT / (int) spacing;
	                                                    ^^^^^^^^^^^^^
The field AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineXYLayoutEditPolicy.java:[313] 
	boundsToRectangle.height = AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT;
	                                                                  ^^^^^^^^^^^^^
The field AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineXYLayoutEditPolicy.java:[402] 
	List children = getHost().getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineXYLayoutEditPolicy.java:[403] 
	Iterator iter = children.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MessageConnectionLineSegEditPolicy.java:[95] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MessageConnectionLineSegEditPolicy.java:[781] 
	req.getExtendedData().put(SequenceUtil.DO_NOT_CHECK_HORIZONTALITY, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MessageConnectionLineSegEditPolicy.java:[791] 
	req.getExtendedData().put(SequenceUtil.DO_NOT_CHECK_HORIZONTALITY, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MessageConnectionLineSegEditPolicy.java:[834] 
	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MessageConnectionLineSegEditPolicy.java:[834] 
	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
	                                ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MessageConnectionLineSegEditPolicy.java:[834] 
	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MessageConnectionLineSegEditPolicy.java:[851] 
	List constraint = (List) getConnection().getRoutingConstraint();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MessageConnectionLineSegEditPolicy.java:[851] 
	List constraint = (List) getConnection().getRoutingConstraint();
	                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/ExecutionOccurrenceSpecificationMessageCreateCommand.java:[33] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/ExecutionOccurrenceSpecificationMessageCreateCommand.java:[103] 
	InteractionFragment sourceContainer = (InteractionFragment) getRequest().getParameters().get(SequenceRequestConstant.SOURCE_MODEL_CONTAINER);
	                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/ExecutionOccurrenceSpecificationMessageCreateCommand.java:[103] 
	InteractionFragment sourceContainer = (InteractionFragment) getRequest().getParameters().get(SequenceRequestConstant.SOURCE_MODEL_CONTAINER);
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/ExecutionOccurrenceSpecificationMessageCreateCommand.java:[104] 
	InteractionFragment targetContainer = (InteractionFragment) getRequest().getParameters().get(SequenceRequestConstant.TARGET_MODEL_CONTAINER);
	                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/ExecutionOccurrenceSpecificationMessageCreateCommand.java:[104] 
	InteractionFragment targetContainer = (InteractionFragment) getRequest().getParameters().get(SequenceRequestConstant.TARGET_MODEL_CONTAINER);
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/DisplayEvent.java:[134] 
	Node node = (Node) editpart.getModel();
	     ^^^^
The value of the local variable node is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/migration/RetargetMessageEndFromExecutionSpecificationToLifelineDiagramReconciler_1_4_0.java:[117] 
	final double yPercentage = yOnLifeline / new Double(lifelineBounds.getHeight());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Double(double) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/providers/UMLValidationProvider.java:[226] 
	public void startTraversal(Collection traversalRoots, IProgressMonitor monitor) {
	                           ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src-gen/org/eclipse/papyrus/uml/diagram/sequence/providers/UMLValidationProvider.java:[227] 
	defaultStrategy.startTraversal(traversalRoots, monitor);
	                               ^^^^^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<? extends EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDLifelineXYLayoutEditPolicy.java:[162] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/FragmentsOrdererHelper.java:[163] 
	Object sourceLoc = request.getExtendedData().get(SequenceRequestConstant.SOURCE_LOCATION_DATA);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/FragmentsOrdererHelper.java:[163] 
	Object sourceLoc = request.getExtendedData().get(SequenceRequestConstant.SOURCE_LOCATION_DATA);
	                                                                         ^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.SOURCE_LOCATION_DATA is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/locator/TextCellEditorLocator.java:[59] 
	int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                         ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/providers/CustomViewProvider.java:[80] 
	edge.getStyles().add(NotationFactory.eINSTANCE.createLineStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/providers/CustomViewProvider.java:[192] 
	edge.getStyles().add(NotationFactory.eINSTANCE.createRoutingStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/providers/CustomViewProvider.java:[193] 
	edge.getStyles().add(NotationFactory.eINSTANCE.createFontStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/providers/CustomViewProvider.java:[213] 
	PreferenceInitializerForElementHelper.initRountingFromPrefs(edge,
				prefStore, "Undefined");
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method initRountingFromPrefs(View, IPreferenceStore, String) from the type PreferenceInitializerForElementHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CombinedFragmentDeleteHelper.java:[144] 
	op.getNotationView().getPersistedChildren().add(view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CombinedFragmentDeleteHelper.java:[158] 
	op.getNotationView().getPersistedChildren().add(view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/CombinedFragmentDeleteHelper.java:[321] 
	List children = part.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateElementAndNodeCommand.java:[67] 
	private List affectedFiles;
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateElementAndNodeCommand.java:[92] 
	public List getAffectedFiles() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateElementAndNodeCommand.java:[130] 
	List l = (List) createViewRequest.getNewObject();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateElementAndNodeCommand.java:[130] 
	List l = (List) createViewRequest.getNewObject();
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/figures/layout/SwimlanesCompartmentLayout.java:[264] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/CustomInteractionOperandCreationEditPolicy.java:[75] 
	Map<? super String, Object> extendedData = request.getExtendedData();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? super String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/LifelineResizeHelper.java:[52] 
	Dimension namePreSize = primaryShape.getFigureLifelineNameContainerFigure().getPreferredSize();
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomConnectionHandleEditPolicy.java:[25] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.tools.ConnectionHandleTool;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectionHandleTool' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomConnectionHandleEditPolicy.java:[31] 
	protected List getHandleFigures() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomConnectionHandleEditPolicy.java:[32] 
	List list = new ArrayList(2);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomConnectionHandleEditPolicy.java:[32] 
	List list = new ArrayList(2);
	                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomConnectionHandleEditPolicy.java:[36] 
	list.add(new ConnectionHandle((IGraphicalEditPart) getHost(), ConnectionHandle.HandleDirection.INCOMING, tooltip));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomConnectionHandleEditPolicy.java:[41] 
	connectionHandle.setDragTracker(new ConnectionHandleTool(connectionHandle) {
	                                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectionHandleTool' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomConnectionHandleEditPolicy.java:[41] 
	connectionHandle.setDragTracker(new ConnectionHandleTool(connectionHandle) {
	                                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ConnectionHandleTool(ConnectionHandle)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CustomConnectionHandleEditPolicy.java:[72] 
	list.add(connectionHandle);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateAppliedStereotypeCommentViewCommandEx.java:[73] 
	node.getStyles().add(ts);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateAppliedStereotypeCommentViewCommandEx.java:[85] 
	edge.getStyles().add(NotationFactory.eINSTANCE.createFontStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/MessageLostFoundConnectionTool.java:[33] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/MessageLostFoundConnectionTool.java:[122] 
	protected void selectAddedObject(final EditPartViewer viewer, final Collection objects) {
	                                                                    ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/MessageLostFoundConnectionTool.java:[123] 
	final List editparts = new ArrayList();
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/MessageLostFoundConnectionTool.java:[123] 
	final List editparts = new ArrayList();
	                           ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/MessageLostFoundConnectionTool.java:[125] 
	for (Iterator i = objects.iterator(); i.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/MessageLostFoundConnectionTool.java:[130] 
	editparts.add(editPart);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/MessageLostFoundConnectionTool.java:[155] 
	request.getExtendedData().put(SequenceRequestConstant.DIRECT_EDIT_AFTER_CREATION, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/MessageLostFoundConnectionTool.java:[155] 
	request.getExtendedData().put(SequenceRequestConstant.DIRECT_EDIT_AFTER_CREATION, true);
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/MessageLostFoundConnectionTool.java:[155] 
	request.getExtendedData().put(SequenceRequestConstant.DIRECT_EDIT_AFTER_CREATION, true);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.DIRECT_EDIT_AFTER_CREATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[72] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.parts.OLDLifelineEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[78] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[122] 
	extendedData.put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[122] 
	extendedData.put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[167] 
	extendedData.put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[167] 
	extendedData.put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[168] 
	extendedData.put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[168] 
	extendedData.put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[227] 
	Rectangle sourceBounds = target.getPrimaryShape().getFigureLifelineNameContainerFigure().getBounds().getCopy();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[247] 
	request.getExtendedData().put(SequenceRequestConstant.SOURCE_LOCATION_DATA, sourcePoint);
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[247] 
	request.getExtendedData().put(SequenceRequestConstant.SOURCE_LOCATION_DATA, sourcePoint);
	                                                      ^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.SOURCE_LOCATION_DATA is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[249] 
	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(sourcePoint, getHost()));
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[249] 
	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(sourcePoint, getHost()));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[295] 
	Point sourcePoint = (Point) request.getExtendedData().get(SequenceRequestConstant.SOURCE_LOCATION_DATA);
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[295] 
	Point sourcePoint = (Point) request.getExtendedData().get(SequenceRequestConstant.SOURCE_LOCATION_DATA);
	                                                                                  ^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.SOURCE_LOCATION_DATA is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[336] 
	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(targetPoint, getHost()));
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[336] 
	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(targetPoint, getHost()));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[345] 
	OLDLifelineEditPart target = (OLDLifelineEditPart) request.getTargetEditPart();
	^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[345] 
	OLDLifelineEditPart target = (OLDLifelineEditPart) request.getTargetEditPart();
	                              ^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[346] 
	command = LifelineMessageCreateHelper.moveLifelineDown(command, target, sourcePoint.getCopy());
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method moveLifelineDown(Command, OLDLifelineEditPart, Point) from the type LifelineMessageCreateHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/OLDSequenceGraphicalNodeEditPolicy.java:[439] 
	private boolean isLostFoundMessage(ReconnectRequest request) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isLostFoundMessage(ReconnectRequest) from the type OLDSequenceGraphicalNodeEditPolicy is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateConnectionReferenceEditPolicy.java:[109] 
	reconnectSourceRequest.getExtendedData().put(SequenceUtil.DO_NOT_CHECK_HORIZONTALITY, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateConnectionReferenceEditPolicy.java:[111] 
	reconnectTargetRequest.getExtendedData().put(SequenceUtil.DO_NOT_CHECK_HORIZONTALITY, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/InteractionGraphicalNodeEditPolicy.java:[60] 
	Map<Object, Object> parameters = request.getExtendedData();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<Object,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineChildGraphicalNodeEditPolicy.java:[52] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.parts.OLDLifelineEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineChildGraphicalNodeEditPolicy.java:[57] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineChildGraphicalNodeEditPolicy.java:[171] 
	for (Iterator iter = request.getAllRequests().iterator(); iter.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineChildGraphicalNodeEditPolicy.java:[222] 
	OLDLifelineEditPart target = (OLDLifelineEditPart) request.getConnectionEditPart().getTarget();
	^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineChildGraphicalNodeEditPolicy.java:[222] 
	OLDLifelineEditPart target = (OLDLifelineEditPart) request.getConnectionEditPart().getTarget();
	                              ^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineChildGraphicalNodeEditPolicy.java:[223] 
	command = LifelineMessageCreateHelper.moveLifelineDown(command, target, newSource.getFigure().getBounds().getLocation().getCopy());
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method moveLifelineDown(Command, OLDLifelineEditPart, Point) from the type LifelineMessageCreateHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineChildGraphicalNodeEditPolicy.java:[257] 
	command = LifelineMessageCreateHelper.reconnectMessageCreateTarget(request, command);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method reconnectMessageCreateTarget(ReconnectRequest, Command) from the type LifelineMessageCreateHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineChildGraphicalNodeEditPolicy.java:[301] 
	Object object = request.getExtendedData().get(SequenceRequestConstant.SOURCE_LOCATION_DATA);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/LifelineChildGraphicalNodeEditPolicy.java:[301] 
	Object object = request.getExtendedData().get(SequenceRequestConstant.SOURCE_LOCATION_DATA);
	                                                                      ^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.SOURCE_LOCATION_DATA is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OperationUtil.java:[73] 
	String multiplicity = MultiplicityElementUtil.getMultiplicityAsString(parameter);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OperationUtil.java:[234] 
	label.append(MultiplicityElementUtil.getMultiplicityAsString(returnParameter));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceEditPolicy.java:[197] 
	reconnectTargetRequest.getExtendedData().put(SequenceUtil.DO_NOT_CHECK_HORIZONTALITY, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceEditPolicy.java:[206] 
	reconnectSourceRequest.getExtendedData().put(SequenceUtil.DO_NOT_CHECK_HORIZONTALITY, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForExecSpecEditPolicy.java:[118] 
	private Command getUpdateWeakRefForExecSpecCreate(final CreateViewAndElementRequest request) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getUpdateWeakRefForExecSpecCreate(CreateViewAndElementRequest) from the type UpdateWeakReferenceForExecSpecEditPolicy is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForExecSpecEditPolicy.java:[137] 
	previousEventsFromPosition.addAll(LifelineEditPartUtil.getPreviousEventsFromPosition(new Point(reqlocationOnScreen.x, reqlocationOnScreen.y + deltaMoveAtCreationAndDeletion + AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT),
	                                                                                                                                                                                                                      ^^^^^^^^^^^^^
The field AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT is deprecated
248. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForExecSpecEditPolicy.java (at line 162)
	if (message instanceof Message && null != ((Message) message).getSendEvent() && ((Message) message).getSendEvent().equals(nextEvent)
	                                                                                                                          ^^^^^^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
249. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForExecSpecEditPolicy.java (at line 163)
	|| message instanceof Message && null != ((Message) message).getReceiveEvent() && ((Message) message).getReceiveEvent().equals(nextEvent)) {
	                                                                                                                               ^^^^^^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
250. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForExecSpecEditPolicy.java (at line 169)
	if (((Message) message).getSendEvent().equals(nextEvent)) {
	                                              ^^^^^^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForExecSpecEditPolicy.java:[176] 
	Point newLocation = new Point(0, createRequest.getLocation().y + AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT + deltaMoveAtCreationAndDeletion);
	                                                                                                        ^^^^^^^^^^^^^
The field AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForExecSpecEditPolicy.java:[197] 
	Point newLocation = new Point(0, reqlocationOnScreen.y + AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT + deltaMoveAtCreationAndDeletion);
	                                                                                                ^^^^^^^^^^^^^
The field AbstractExecutionSpecificationEditPart.DEFAUT_HEIGHT is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForExecSpecEditPolicy.java:[277] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/UpdateWeakReferenceForExecSpecEditPolicy.java:[278] 
	private Command getUpdateWeakRefForExecSpecDelete(final EditCommandRequestWrapper request) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getUpdateWeakRefForExecSpecDelete(EditCommandRequestWrapper) from the type UpdateWeakReferenceForExecSpecEditPolicy is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/FixGateViewOnOpening.java:[48] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.parts.OLDGateEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDGateEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/FixGateViewOnOpening.java:[120] 
	location = new Point(rect.x, rect.y + OLDGateEditPart.DEFAULT_SIZE.height * index + 2);
	                                      ^^^^^^^^^^^^^^^
The type OLDGateEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/FixGateViewOnOpening.java:[120] 
	location = new Point(rect.x, rect.y + OLDGateEditPart.DEFAULT_SIZE.height * index + 2);
	                                                      ^^^^^^^^^^^^
The field OLDGateEditPart.DEFAULT_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/FixGateViewOnOpening.java:[122] 
	location = new Point(rect.right(), rect.y + OLDGateEditPart.DEFAULT_SIZE.height * index + 2);
	                                            ^^^^^^^^^^^^^^^
The type OLDGateEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/FixGateViewOnOpening.java:[122] 
	location = new Point(rect.right(), rect.y + OLDGateEditPart.DEFAULT_SIZE.height * index + 2);
	                                                            ^^^^^^^^^^^^
The field OLDGateEditPart.DEFAULT_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateGrillingStructureCommand.java:[36] 
	private static final int Y_SPACE = 30;
	                         ^^^^^^^
The value of the field CreateGrillingStructureCommand.Y_SPACE is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateGrillingStructureCommand.java:[38] 
	private static final int X_SPACE = 30;
	                         ^^^^^^^
The value of the field CreateGrillingStructureCommand.X_SPACE is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateGrillingStructureCommand.java:[58] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/advice/NamespaceHelperAdvice.java:[55] 
	Map elemsToMove = request.getElementsToMove();
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/advice/NamespaceHelperAdvice.java:[57] 
	for (Iterator value = elemsToMove.keySet().iterator(); value.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/advice/NamespaceHelperAdvice.java:[62] 
	List sourceConnections = ViewUtil.getSourceConnections(viewConstraint);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
266. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceUtil.java (at line 878)
	if (event.equals(message.getSendEvent())) {
	                 ^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): MessageEnd seems to be unrelated to OccurrenceSpecification
267. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceUtil.java (at line 880)
	} else if (event.equals(message.getReceiveEvent())) {
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): MessageEnd seems to be unrelated to OccurrenceSpecification
268. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceUtil.java (at line 968)
	if (mess.getReceiveEvent().equals(occ1) && MessageSort.SYNCH_CALL_LITERAL.equals(mess.getMessageSort())) {
	                                  ^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
269. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceUtil.java (at line 976)
	if (mess.getReceiveEvent().equals(occ2) && MessageSort.SYNCH_CALL_LITERAL.equals(mess.getMessageSort())) {
	                                  ^^^^
Unlikely argument type for equals(): OccurrenceSpecification seems to be unrelated to MessageEnd
270. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceUtil.java (at line 1173)
	if (ift.equals(mess.getSendEvent()) && mess.getReceiveEvent() instanceof MessageOccurrenceSpecification) {
	               ^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): MessageEnd seems to be unrelated to InteractionFragment
271. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceUtil.java (at line 1175)
	} else if (ift.equals(mess.getReceiveEvent()) && mess.getSendEvent() instanceof MessageOccurrenceSpecification) {
	                      ^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): MessageEnd seems to be unrelated to InteractionFragment
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceUtil.java:[1339] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomMessageName2EditPart.java:[35] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomMessageName2EditPart.java:[165] 
	Object data = request.getExtendedData().get(SequenceRequestConstant.DIRECT_EDIT_AFTER_CREATION);
	                                            ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomMessageName2EditPart.java:[165] 
	Object data = request.getExtendedData().get(SequenceRequestConstant.DIRECT_EDIT_AFTER_CREATION);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.DIRECT_EDIT_AFTER_CREATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceDeleteHelper.java:[47] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.policies.OLDLifelineXYLayoutEditPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceDeleteHelper.java:[222] 
	ConnectionEditPart connectionEP = (ConnectionEditPart) o;
	                   ^^^^^^^^^^^^
The value of the local variable connectionEP is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceDeleteHelper.java:[264] 
	List<ShapeNodeEditPart> list = OLDLifelineXYLayoutEditPolicy.getAffixedExecutionSpecificationEditParts(part);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SequenceDeleteHelper.java:[264] 
	List<ShapeNodeEditPart> list = OLDLifelineXYLayoutEditPolicy.getAffixedExecutionSpecificationEditParts(part);
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAffixedExecutionSpecificationEditParts(ShapeNodeEditPart) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/handlers/CustomSizeHandler.java:[43] 
	return new CustomSizeAction(this.parameter, getSelectedElements()).getCommand();
	                                            ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/ObservationLinkMetamodelType.java:[20] 
	import org.eclipse.gmf.runtime.emf.type.core.internal.descriptors.MetamodelTypeDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MetamodelTypeDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/ObservationLinkMetamodelType.java:[21] 
	import org.eclipse.gmf.runtime.emf.type.core.internal.l10n.EMFTypeCoreMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EMFTypeCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/ObservationLinkMetamodelType.java:[29] 
	private static final MetamodelTypeDescriptor DESCRIPTOR_INSTANCE = new MetamodelTypeDescriptor(INSTANCE);
	                     ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MetamodelTypeDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/ObservationLinkMetamodelType.java:[29] 
	private static final MetamodelTypeDescriptor DESCRIPTOR_INSTANCE = new MetamodelTypeDescriptor(INSTANCE);
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MetamodelTypeDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/ObservationLinkMetamodelType.java:[29] 
	private static final MetamodelTypeDescriptor DESCRIPTOR_INSTANCE = new MetamodelTypeDescriptor(INSTANCE);
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'MetamodelTypeDescriptor(IMetamodelType)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/ObservationLinkMetamodelType.java:[35] 
	super(ID, null, EMFTypeCoreMessages.defaultEditHelper_name, EcorePackage.Literals.EOBJECT, new DefaultEditHelper());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EMFTypeCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/ObservationLinkMetamodelType.java:[35] 
	super(ID, null, EMFTypeCoreMessages.defaultEditHelper_name, EcorePackage.Literals.EOBJECT, new DefaultEditHelper());
	                                    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EMFTypeCoreMessages.defaultEditHelper_name' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/ObservationLinkMetamodelType.java:[42] 
	public static MetamodelTypeDescriptor getDescriptorInstance() {
	              ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MetamodelTypeDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/InteractionFragmentEditPart.java:[161] 
	LifelineDotLineCustomFigure dotLineFigure = lifelineEditPart.getPrimaryShape().getFigureLifelineDotLineFigure();
	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineDotLineFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/InteractionFragmentEditPart.java:[174] 
	List subLifelines = lifelineEditPart.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/OLDCustomCombinedFragmentEditPart.java:[95] 
	private static final String FORBIDDEN_ACTION = "Forbidden action"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^
The value of the field OLDCustomCombinedFragmentEditPart.FORBIDDEN_ACTION is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/OLDCustomCombinedFragmentEditPart.java:[100] 
	private static final String BLOCK_OPERATOR_MODIFICATION_MSG = "It's impossible to change the operator kind of the combined fragment\nbecause the combined fragment has more than one operand"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field OLDCustomCombinedFragmentEditPart.BLOCK_OPERATOR_MODIFICATION_MSG is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/OLDCustomCombinedFragmentEditPart.java:[105] 
	private static final String FORBIDEN_OPERATOR_MODIFICATION_MSG = "It's impossible to configure combined fragment as consider or ignore.\nUse ConsiderIgnoreFragment instead"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field OLDCustomCombinedFragmentEditPart.FORBIDEN_OPERATOR_MODIFICATION_MSG is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/OLDCustomCombinedFragmentEditPart.java:[110] 
	private static final String BLOCK_OPERAND_ADDITION_MSG = "It's impossible to add more than one operand on opt, loop, break, neg combined fragment"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field OLDCustomCombinedFragmentEditPart.BLOCK_OPERAND_ADDITION_MSG is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/OLDCustomCombinedFragmentEditPart.java:[125] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/OLDCustomCombinedFragmentEditPart.java:[224] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/ConnectRectangleToGridEditPolicy.java:[87] 
	Node nodeContainer = (Node) (((GraphicalEditPart) getHost()).getNotationView()).eContainer();
	     ^^^^^^^^^^^^^
The value of the local variable nodeContainer is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/ConnectRectangleToGridEditPolicy.java:[237] 
	java.util.List<Edge> sourceEdge = node.getSourceEdges();
	                                  ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to List<Edge>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/ConnectRectangleToGridEditPolicy.java:[244] 
	java.util.List<Edge> targetEdge = node.getTargetEdges();
	                                  ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to List<Edge>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/ConnectRectangleToGridEditPolicy.java:[275] 
	java.util.List<Edge> sourceEdge = node.getSourceEdges();
	                                  ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to List<Edge>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/ConnectRectangleToGridEditPolicy.java:[282] 
	java.util.List<Edge> targetEdge = node.getTargetEdges();
	                                  ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to List<Edge>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/PromptCreateElementAndNodeCommand.java:[40] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/PromptCreateElementAndNodeCommand.java:[92] 
	createMenuItems(menu, this, new ArrayList());
	                                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/PromptCreateElementAndNodeCommand.java:[141] 
	createExecutionSpecificationCommand.putCreateElementRequestParameter(SequenceRequestConstant.INTERACTIONFRAGMENT_CONTAINER, container);
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/PromptCreateElementAndNodeCommand.java:[141] 
	createExecutionSpecificationCommand.putCreateElementRequestParameter(SequenceRequestConstant.INTERACTIONFRAGMENT_CONTAINER, container);
	                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.INTERACTIONFRAGMENT_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/SeparatorResizeTracker.java:[68] 
	request.setEditParts(getOperationSet());
	                     ^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/figures/StateInvariantFigure.java:[121] 
	graphics.fillRoundRectangle(getBounds(), corner.width, corner.height);
	                                         ^^^^^^
The field RoundedRectangle.corner is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/figures/StateInvariantFigure.java:[121] 
	graphics.fillRoundRectangle(getBounds(), corner.width, corner.height);
	                                                       ^^^^^^
The field RoundedRectangle.corner is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AbstractMessageEditPart.java:[244] 
	private Cursor getCustomCursor() {
	               ^^^^^^^^^^^^^^^^^
The method getCustomCursor() from the type AbstractMessageEditPart is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AbstractMessageEditPart.java:[332] 
	EditPolicyIterator i = getEditPolicyIterator();
	                       ^^^^^^^^^^^^^^^^^^^^^^^
The method getEditPolicyIterator() from the type AbstractEditPart has been deprecated since version 3.15 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AbstractMessageEditPart.java:[496] 
	getConnectionFigure().setCursor(org.eclipse.gmf.runtime.gef.ui.internal.l10n.Cursors.CURSOR_SEG_MOVE);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/AbstractMessageEditPart.java:[496] 
	getConnectionFigure().setCursor(org.eclipse.gmf.runtime.gef.ui.internal.l10n.Cursors.CURSOR_SEG_MOVE);
	                                                                                     ^^^^^^^^^^^^^^^
Discouraged access: The field 'Cursors.CURSOR_SEG_MOVE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/LifelineHeadUtil.java:[82] 
	LifelineFigure primaryShape = lifeline.getPrimaryShape();
	               ^^^^^^^^^^^^
The value of the local variable primaryShape is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MoveableNonResizableLabelEditPolicy.java:[42] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.figures.LabelHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LabelHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MoveableNonResizableLabelEditPolicy.java:[160] 
	Point normalPoint = LabelHelper.offsetFromRelativeCoordinate(getHostFigure(), rect, refPoint);
	                    ^^^^^^^^^^^
Discouraged access: The type 'LabelHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/MoveableNonResizableLabelEditPolicy.java:[160] 
	Point normalPoint = LabelHelper.offsetFromRelativeCoordinate(getHostFigure(), rect, refPoint);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LabelHelper.offsetFromRelativeCoordinate(IFigure, Rectangle, Point)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/CombinedFragmentHeadImpactLayoutEditPolicy.java:[75] 
	List children = compartment.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/ConnectToGridEditPolicy.java:[22] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/ConnectToGridEditPolicy.java:[34] 
	public abstract class ConnectToGridEditPolicy extends GraphicalEditPolicyEx implements AutomaticNotationEditPolicy, IGrillingEditpolicy {
	                                                      ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/InteractionFragmentContainerCreationEditPolicy.java:[179] 
	((List) value).remove(combinedFragment);
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/InteractionFragmentContainerCreationEditPolicy.java:[205] 
	((List) value).add(createdCombinedFragment);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/InteractionFragmentContainerCreationEditPolicy.java:[205] 
	((List) value).add(createdCombinedFragment);
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/BehaviorDisplayHelper.java:[125] 
	setValue(shouldDisplayBehavior((View) source));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/BehaviorDisplayHelper.java:[137] 
	if (!Util.equals(realValue, value)) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^
The method equals(Object, Object) from the type Util is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/BehaviorDisplayHelper.java:[142] 
	if (!Util.equals(cacheValue, value)) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
The method equals(Object, Object) from the type Util is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/BehaviorDisplayHelper.java:[143] 
	ValueDiff diff = Diffs.createValueDiff(cacheValue, value);
	^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/BehaviorDisplayHelper.java:[144] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/advice/ConstraintHelperAdvice.java:[74] 
	List sourceConnections = ViewUtil.getSourceConnections(view);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/helpers/advice/ConstraintHelperAdvice.java:[89] 
	for (Iterator iterator = edgesToDestroy.iterator(); iterator.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/parser/custom/TimeObservationParser.java:[110] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/parser/custom/TimeObservationParser.java:[111] 
	public List getSemanticElementsBeingParsed(EObject element) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/SenderRequestUtils.java:[85] 
	Map<String, Object> extendedData = request.getExtendedData();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/policies/SenderRequestUtils.java:[88] 
	senderList = ((ArrayList<EditPart>) extendedData.get(REQUEST_SENDER));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ArrayList<EditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateLocatedConnectionViewCommand.java:[43] 
	import org.eclipse.papyrus.uml.diagram.common.commands.CommonDeferredCreateConnectionViewCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CommonDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateLocatedConnectionViewCommand.java:[55] 
	public class CreateLocatedConnectionViewCommand extends CommonDeferredCreateConnectionViewCommand {
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CommonDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateLocatedConnectionViewCommand.java:[68] 
	super(editingDomain, semanticHint, sourceViewAdapter, targetViewAdapter, viewer, preferencesHint, viewDescriptor, command);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CommonDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateLocatedConnectionViewCommand.java:[75] 
	super(editingDomain, element, sourceViewAdapter, targetViewAdapter, viewer, preferencesHint, command);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CommonDeferredCreateConnectionViewCommand(TransactionalEditingDomain, EObject, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/SignalUtil.java:[70] 
	String multiplicity = MultiplicityElementUtil.getMultiplicityAsString(property);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomStateInvariantEditPart.java:[171] 
	protected List getModelChildren() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomStateInvariantEditPart.java:[172] 
	List<Object> modelChildren = new ArrayList<>(super.getModelChildren());
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection<? extends Object>) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomStateInvariantEditPart.java:[172] 
	List<Object> modelChildren = new ArrayList<>(super.getModelChildren());
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomStateInvariantEditPart.java:[172] 
	List<Object> modelChildren = new ArrayList<>(super.getModelChildren());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomStateInvariantEditPart.java:[181] 
	final View view = getNotationView();
	           ^^^^
The value of the local variable view is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineGraphicalNodeEditPolicy.java:[115] 
	Map<String, Object> extendedData = request.getExtendedData();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineGraphicalNodeEditPolicy.java:[131] 
	Map<String, Object> extendedData = request.getExtendedData();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineGraphicalNodeEditPolicy.java:[179] 
	Map<String, Object> extendedData = requestForType.getExtendedData();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineGraphicalNodeEditPolicy.java:[387] 
	Map<String, Object> extendedData = request.getExtendedData();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineGraphicalNodeEditPolicy.java:[394] 
	Map<String, Object> extendedData = request.getExtendedData();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineGraphicalNodeEditPolicy.java:[435] 
	Map<String, Object> extendedData = request.getExtendedData();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineGraphicalNodeEditPolicy.java:[562] 
	Map<String, Object> requestParameters = request.getExtendedData();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifeLineGraphicalNodeEditPolicy.java:[622] 
	Map<String, Object> extendedData = request.getExtendedData();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/LifelineCreationEditPolicy.java:[82] 
	createElementRequest.setParameter(SequenceRequestConstant.COVERED, hostElement);
	                                                          ^^^^^^^
The field SequenceRequestConstant.COVERED is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[49] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.policies.OLDLifelineXYLayoutEditPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
354. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java (at line 147)
	if (message != null && movedOccurrenceSpecification.equals(message.getSendEvent())) {
	                                                           ^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): MessageEnd seems to be unrelated to OccurrenceSpecification
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[156] 
	reconnectRequest.getExtendedData().put(SequenceUtil.DO_NOT_CHECK_HORIZONTALITY, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
356. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java (at line 171)
	if (message != null && movedOccurrenceSpecification.equals(message.getReceiveEvent())) {
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): MessageEnd seems to be unrelated to OccurrenceSpecification
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[180] 
	reconnectRequest.getExtendedData().put(SequenceUtil.DO_NOT_CHECK_HORIZONTALITY, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[284] 
	Rectangle newBounds = null;
	          ^^^^^^^^^
The value of the local variable newBounds is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[574] 
	req.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[574] 
	req.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
	                          ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[574] 
	req.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
	                                                  ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[575] 
	return OLDLifelineXYLayoutEditPolicy.getResizeOrMoveChildrenCommand((LifelineEditPart) editPart.getParent(), req, true, false, true);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[575] 
	return OLDLifelineXYLayoutEditPolicy.getResizeOrMoveChildrenCommand((LifelineEditPart) editPart.getParent(), req, true, false, true);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getResizeOrMoveChildrenCommand(LifelineEditPart, ChangeBoundsRequest, boolean, boolean, boolean) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[644] 
	Object doNotToMoveEditParts = request.getExtendedData().get(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS);
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[644] 
	Object doNotToMoveEditParts = request.getExtendedData().get(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS);
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[857] 
	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
	                                ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/OccurrenceSpecificationMoveHelper.java:[857] 
	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/LifelineCoveredByUpdater.java:[43] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.parts.OLDLifelineEditPart.PreserveAnchorsPositionCommandEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart.PreserveAnchorsPositionCommandEx is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/LifelineCoveredByUpdater.java:[154] 
	PreserveAnchorsPositionCommandEx preserveAnchorsCommand = new PreserveAnchorsPositionCommandEx(lifelineEditpart, new Dimension(0, heightDelta), PreserveAnchorsPositionCommand.PRESERVE_Y, lifelineEditpart.getPrimaryShape()
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart.PreserveAnchorsPositionCommandEx is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/LifelineCoveredByUpdater.java:[154] 
	PreserveAnchorsPositionCommandEx preserveAnchorsCommand = new PreserveAnchorsPositionCommandEx(lifelineEditpart, new Dimension(0, heightDelta), PreserveAnchorsPositionCommand.PRESERVE_Y, lifelineEditpart.getPrimaryShape()
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineEditPart.PreserveAnchorsPositionCommandEx is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/LifelineCoveredByUpdater.java:[154] 
	PreserveAnchorsPositionCommandEx preserveAnchorsCommand = new PreserveAnchorsPositionCommandEx(lifelineEditpart, new Dimension(0, heightDelta), PreserveAnchorsPositionCommand.PRESERVE_Y, lifelineEditpart.getPrimaryShape()
						.getFigureLifelineDotLineFigure(), PositionConstants.SOUTH);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor OLDLifelineEditPart.PreserveAnchorsPositionCommandEx(ShapeNodeEditPart, Dimension, int, IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/util/LifelineCoveredByUpdater.java:[155] 
	.getFigureLifelineDotLineFigure(), PositionConstants.SOUTH);
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineDotLineFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/GridManagementEditPolicy.java:[43] 
	import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/GridManagementEditPolicy.java:[73] 
	public class GridManagementEditPolicy extends GraphicalEditPolicyEx implements AutomaticNotationEditPolicy, NotificationListener, IGrillingEditpolicy {
	                                              ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/GridManagementEditPolicy.java:[552] 
	List<Object> orderedRows = Arrays.asList(arrayRow);
	             ^^^^^^^^^^^
The value of the local variable orderedRows is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/command/CreateCoordinateCommand.java:[61] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/BorderItemLabelEditPart.java:[124] 
	protected List createSelectionHandles() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/BorderItemLabelEditPart.java:[226] 
	protected List getModelChildren() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/BorderItemLabelEditPart.java:[290] 
	IParserEditStatus valid = (IParserEditStatus) getEditingDomain().runExclusive(new RunnableWithResult.Impl() {
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
RunnableWithResult.Impl is a raw type. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/BorderItemLabelEditPart.java:[294] 
	setResult(parser.isValidEditString(new EObjectAdapter(element), (String) value));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setResult(Object) belongs to the raw type RunnableWithResult.Impl. References to generic type RunnableWithResult.Impl<T> should be parameterized
380 problems (0 errors, 363 warnings, 17 infos)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.sequence ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 209 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/target/org.eclipse.papyrus.uml.diagram.sequence-7.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/target/org.eclipse.papyrus.uml.diagram.sequence-7.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/target/org.eclipse.papyrus.uml.diagram.sequence-7.2.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.sequence/7.2.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.sequence-7.2.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.sequence/7.2.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.sequence-7.2.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/target/org.eclipse.papyrus.uml.diagram.sequence-7.2.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.sequence/7.2.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.sequence-7.2.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.sequence/7.2.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.sequence-7.2.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.sequence/7.2.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.sequence-7.2.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.sequence ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.statemachine >--
[INFO] Building org.eclipse.papyrus.uml.diagram.statemachine 5.0.0-SNAPSHOT [303/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.statemachine:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.statemachine
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] Compiling 217 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src-gen/org/eclipse/papyrus/uml/diagram/statemachine/edit/parts/StateEditPartTN.java:[186] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src-gen/org/eclipse/papyrus/uml/diagram/statemachine/edit/parts/StateEditPartTN.java:[191] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src-gen/org/eclipse/papyrus/uml/diagram/statemachine/edit/parts/StateMachineEditPart.java:[186] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src-gen/org/eclipse/papyrus/uml/diagram/statemachine/edit/parts/StateMachineEditPart.java:[191] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/edit/part/CustomTransitionEditPart.java:[55] 
	new RunnableWithResult.Impl() {
	    ^^^^^^^^^^^^^^^^^^^^^^^
RunnableWithResult.Impl is a raw type. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/edit/part/CustomTransitionEditPart.java:[60] 
	setResult(getChildren().get(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setResult(Object) belongs to the raw type RunnableWithResult.Impl. References to generic type RunnableWithResult.Impl<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/figures/NoExtraHeightLayoutManager.java:[61] 
	double ratio = new Integer(compartmentsHeight).doubleValue() / new Integer(remainingspace).doubleValue();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/figures/NoExtraHeightLayoutManager.java:[61] 
	double ratio = new Integer(compartmentsHeight).doubleValue() / new Integer(remainingspace).doubleValue();
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/strategies/StateSemanticConnectionsStrategy.java:[66] 
	List<EObject> result = (List<EObject>) super.getCanonicalSemanticChildren(semanticFromEditPart, viewFromEditPart);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#5-of ? extends EObject> to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src-gen/org/eclipse/papyrus/uml/diagram/statemachine/edit/parts/StateEditPart.java:[222] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src-gen/org/eclipse/papyrus/uml/diagram/statemachine/edit/parts/StateEditPart.java:[227] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src-gen/org/eclipse/papyrus/uml/diagram/statemachine/edit/parts/StateEditPart.java:[232] 
	IBorderItemLocator locator = new PortPositionLocator(getMainFigure(), PositionConstants.NONE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PortPositionLocator(IFigure, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/policies/CustomStateMachineDiagramDragDropEditPolicy.java:[180] 
	RegionFigure regionFigure = ((RegionEditPart) graphicalParentEditPart.getParent()).getPrimaryShape();
	             ^^^^^^^^^^^^
The value of the local variable regionFigure is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/policies/CustomStateMachineDiagramDragDropEditPolicy.java:[302] 
	Iterator<View> it = compartment.getChildren().iterator();
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/InternalStateListener.java:[31] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.commands.RefreshEditPartCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshEditPartCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/InternalStateListener.java:[102] 
	RefreshEditPartCommand refreshEditPart = new RefreshEditPartCommand(part, true);
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshEditPartCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/InternalStateListener.java:[102] 
	RefreshEditPartCommand refreshEditPart = new RefreshEditPartCommand(part, true);
	                                             ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshEditPartCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/InternalStateListener.java:[102] 
	RefreshEditPartCommand refreshEditPart = new RefreshEditPartCommand(part, true);
	                                             ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RefreshEditPartCommand(IGraphicalEditPart, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/StateBehaviorsListener.java:[29] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.commands.RefreshEditPartCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshEditPartCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/StateBehaviorsListener.java:[42] 
	public class StateBehaviorsListener extends AbstractModifcationTriggerListener {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractModifcationTriggerListener is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/StateBehaviorsListener.java:[127] 
	IGraphicalEditPart iGrapEditPart = getChildByEObject(oldBehavior, stateEditPart, false);
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getChildByEObject(EObject, IGraphicalEditPart, boolean) from the type AbstractModifcationTriggerListener is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/StateBehaviorsListener.java:[154] 
	IGraphicalEditPart found = getChildByEObject((EObject) toTest, getDiagramEditPart(), false);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getChildByEObject(EObject, IGraphicalEditPart, boolean) from the type AbstractModifcationTriggerListener is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/StateBehaviorsListener.java:[154] 
	IGraphicalEditPart found = getChildByEObject((EObject) toTest, getDiagramEditPart(), false);
	                                                               ^^^^^^^^^^^^^^^^^^^^
The method getDiagramEditPart() from the type AbstractModifcationTriggerListener is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/StateBehaviorsListener.java:[170] 
	RefreshEditPartCommand refreshEditPart = new RefreshEditPartCommand(part, true);
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshEditPartCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/StateBehaviorsListener.java:[170] 
	RefreshEditPartCommand refreshEditPart = new RefreshEditPartCommand(part, true);
	                                             ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshEditPartCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/custom-src/org/eclipse/papyrus/uml/diagram/statemachine/custom/listeners/StateBehaviorsListener.java:[170] 
	RefreshEditPartCommand refreshEditPart = new RefreshEditPartCommand(part, true);
	                                             ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RefreshEditPartCommand(IGraphicalEditPart, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
26 problems (26 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 197 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/target/org.eclipse.papyrus.uml.diagram.statemachine-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/target/org.eclipse.papyrus.uml.diagram.statemachine-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/target/org.eclipse.papyrus.uml.diagram.statemachine-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.statemachine/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.statemachine-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.statemachine/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.statemachine-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/target/org.eclipse.papyrus.uml.diagram.statemachine-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.statemachine/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.statemachine-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.statemachine/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.statemachine-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.statemachine/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.statemachine-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.statemachine ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.timing >-----
[INFO] Building org.eclipse.papyrus.uml.diagram.timing 2.1.100-SNAPSHOT [304/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.timing:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] The project's OSGi version is 2.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.timing
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] Compiling 379 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/policies/CustomCompactLifelineCompartmentLayoutEditPolicy.java:[95] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/policies/CustomCompactLifelineCompartmentLayoutEditPolicy.java:[206] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/LifelineVerticalLabelCellEditorLocator.java:[40] 
	final int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth();
	                                                               ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/utils/DropUtils.java:[51] 
	import org.eclipse.papyrus.uml.diagram.common.commands.CommonDeferredCreateConnectionViewCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CommonDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/utils/DropUtils.java:[187] 
	final CommonDeferredCreateConnectionViewCommand createConnectionViewCommand = new CommonDeferredCreateConnectionViewCommand(editingDomain, semanticHint, sourceViewAdapter, targetViewAdapter, viewer, PreferencesHint.USE_DEFAULTS,
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CommonDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/utils/DropUtils.java:[187] 
	final CommonDeferredCreateConnectionViewCommand createConnectionViewCommand = new CommonDeferredCreateConnectionViewCommand(editingDomain, semanticHint, sourceViewAdapter, targetViewAdapter, viewer, PreferencesHint.USE_DEFAULTS,
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CommonDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/utils/DropUtils.java:[187] 
	final CommonDeferredCreateConnectionViewCommand createConnectionViewCommand = new CommonDeferredCreateConnectionViewCommand(editingDomain, semanticHint, sourceViewAdapter, targetViewAdapter, viewer, PreferencesHint.USE_DEFAULTS,
				connectionViewDescriptor, null);
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CommonDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/parts/CustomInteractionEditPartTN.java:[67] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/ToggleTimeRulerVisibility.java:[27] 
	import org.eclipse.papyrus.uml.diagram.common.handlers.GraphicalCommandHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/ToggleTimeRulerVisibility.java:[39] 
	public class ToggleTimeRulerVisibility extends GraphicalCommandHandler {
	                                               ^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/ToggleTimeRulerVisibility.java:[44] 
	final List<IGraphicalEditPart> selectedElements = getSelectedElements();
	                                                  ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/ToggleTimeRulerVisibility.java:[66] 
	return new ICommandProxy(new AbstractTransactionalCommand(getEditingDomain(), Messages.ToggleTimeRulerVisibility_ToggleTimeRulerVisibility, null, null) {
	                                                          ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[48] 
	import org.eclipse.papyrus.uml.diagram.common.handlers.GraphicalCommandHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[78] 
	public class SwitchLifelineCommand extends GraphicalCommandHandler {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[96] 
	final ICommand createCommand = new ChangeLifelineFromCompactToFull(getEditingDomain(), lifelineEditPart);
	                                                                   ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[112] 
	final ICommand createCommand = new ChangeLifelineFromFullToCompact(getEditingDomain(), lifelineEditPart);
	                                                                   ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[196] 
	return new AbstractTransactionalCommand(getEditingDomain(), Messages.SwitchLifelineCommand_ReAssociateTicks, null, null) {
	                                        ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[225] 
	return new AbstractTransactionalCommand(getEditingDomain(), Messages.SwitchLifelineCommand_ReAssociateTicks, null, null) {
	                                        ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[267] 
	return new AbstractTransactionalCommand(getEditingDomain(), Messages.SwitchLifelineCommand_NameUnnamedStateInvariants, null, null) {
	                                        ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[311] 
	return new AbstractTransactionalCommand(getEditingDomain(), Messages.SwitchLifelineCommand_createMessages, null, null) {
	                                        ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[340] 
	return new AbstractTransactionalCommand(getEditingDomain(), Messages.SwitchLifelineCommand_CreateLinkedElements, null, null) {
	                                        ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[387] 
	return new AbstractTransactionalCommand(getEditingDomain(), Messages.SwitchLifelineCommand_createStateDefinitions, null, null) {
	                                        ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[416] 
	return new AbstractTransactionalCommand(getEditingDomain(), Messages.SwitchLifelineCommand_CreateTimeRuler, null) {
	                                        ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[435] 
	return new AbstractTransactionalCommand(getEditingDomain(), Messages.SwitchLifelineCommand_createLifelineFragments, null, null) {
	                                        ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[493] 
	return new AbstractTransactionalCommand(getEditingDomain(), Messages.SwitchLifelineCommand_createLifelineFragments, null, null) {
	                                        ^^^^^^^^^^^^^^^^^^
The method getEditingDomain() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/SwitchLifelineCommand.java:[576] 
	final List<IGraphicalEditPart> selectedElements = getSelectedElements();
	                                                  ^^^^^^^^^^^^^^^^^^^^^
The method getSelectedElements() from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/CreateTickCommand.java:[32] 
	import org.eclipse.papyrus.uml.diagram.common.handlers.GraphicalCommandHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/commands/CreateTickCommand.java:[44] 
	public class CreateTickCommand extends GraphicalCommandHandler {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^
The type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[68] 
	private Map myDomain2NotationMap = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[68] 
	private Map myDomain2NotationMap = new HashMap();
	                                       ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[73] 
	private Collection myLinkDescriptors = new LinkedList();
	        ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[73] 
	private Collection myLinkDescriptors = new LinkedList();
	                                           ^^^^^^^^^^
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[95] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[97] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[106] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[107] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getInteraction_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[109] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[111] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[122] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[123] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getLifeline_FullShape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[134] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[135] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getLifeline_CompactShape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[145] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[146] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getStateInvariant_FullShape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[154] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[155] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getStateInvariant_CompactShape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[163] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[164] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getOccurrenceSpecification_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[172] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[173] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getMessageOccurrenceSpecification_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[181] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[182] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getTimeConstraint_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[190] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[191] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getTimeObservation_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[199] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[200] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDurationConstraint_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[208] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[209] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDurationObservation_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[217] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[218] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getGeneralOrdering_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[226] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[227] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDestructionOccurrenceSpecification_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[235] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[236] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getLifeline_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[244] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[245] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getGate_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[253] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[255] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[264] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[266] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[275] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[277] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[286] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[288] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[297] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[299] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[308] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[310] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[319] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[321] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[387] 
	Collection additionalDescriptors = new LinkedList();
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[387] 
	Collection additionalDescriptors = new LinkedList();
	                                       ^^^^^^^^^^
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[388] 
	for (Iterator it = myLinkDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[400] 
	myDomain2NotationMap.put(nextLinkDescriptor.getModelElement(), edge);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[405] 
	additionalDescriptors.addAll(UMLDiagramUpdater.INSTANCE
								.getMessage_SynchEdge_OutgoingLinks(edge));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[409] 
	additionalDescriptors.addAll(UMLDiagramUpdater.INSTANCE
								.getMessage_AsynchEdge_OutgoingLinks(edge));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[413] 
	additionalDescriptors.addAll(UMLDiagramUpdater.INSTANCE
								.getMessage_ReplyEdge_OutgoingLinks(edge));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[417] 
	additionalDescriptors.addAll(UMLDiagramUpdater.INSTANCE
								.getMessage_CreateEdge_OutgoingLinks(edge));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[421] 
	additionalDescriptors.addAll(UMLDiagramUpdater.INSTANCE
								.getMessage_DeleteEdge_OutgoingLinks(edge));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[425] 
	additionalDescriptors.addAll(UMLDiagramUpdater.INSTANCE
								.getMessage_LostEdge_OutgoingLinks(edge));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[429] 
	additionalDescriptors.addAll(UMLDiagramUpdater.INSTANCE
								.getMessage_FoundEdge_OutgoingLinks(edge));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[435] 
	myLinkDescriptors.addAll(additionalDescriptors);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/part/UMLDiagramContentInitializer.java:[444] 
	for (Iterator it = node.getChildren().iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/providers/UMLViewProvider.java:[493] 
	node.getStyles().add(NotationFactory.eINSTANCE.createDescriptionStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/providers/UMLViewProvider.java:[494] 
	node.getStyles().add(NotationFactory.eINSTANCE.createFontStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/providers/UMLViewProvider.java:[553] 
	node_StateDefinitionNameLabel.getStyles().add(NotationFactory.eINSTANCE.createDescriptionStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src-gen/org/eclipse/papyrus/uml/diagram/timing/providers/UMLViewProvider.java:[729] 
	node_TickNameLabel.getStyles().add(NotationFactory.eINSTANCE.createDescriptionStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/SwitchLifelineAction.java:[29] 
	handler.execute(null);
	        ^^^^^^^^^^^^^
The method execute(ExecutionEvent) from the type GraphicalCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/policies/CustomTimelineCompartmentLayoutEditPolicy.java:[118] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/policies/CustomTimelineCompartmentLayoutEditPolicy.java:[162] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/policies/CustomTimelineCompartmentLayoutEditPolicy.java:[204] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/custom-src/org/eclipse/papyrus/uml/diagram/timing/custom/edit/policies/CustomTimelineCompartmentLayoutEditPolicy.java:[307] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
102 problems (102 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.timing ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 195 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/target/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/target/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/target/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/target/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.timing ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.usecase >-----
[INFO] Building org.eclipse.papyrus.uml.diagram.usecase 6.0.0-SNAPSHOT [305/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.usecase:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] The project's OSGi version is 6.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.usecase
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] Compiling 205 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src-gen/org/eclipse/papyrus/uml/diagram/usecase/edit/parts/ShortCutDiagramEditPart.java:[47] 
	import org.eclipse.papyrus.uml.diagram.common.editpolicies.ShortCutDiagramEditPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ShortCutDiagramEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src-gen/org/eclipse/papyrus/uml/diagram/usecase/edit/parts/ShortCutDiagramEditPart.java:[88] 
	installEditPolicy(EditPolicyRoles.OPEN_ROLE, new ShortCutDiagramEditPolicy());
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
The type ShortCutDiagramEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src-gen/org/eclipse/papyrus/uml/diagram/usecase/edit/parts/ShortCutDiagramEditPart.java:[88] 
	installEditPolicy(EditPolicyRoles.OPEN_ROLE, new ShortCutDiagramEditPolicy());
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ShortCutDiagramEditPolicy() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src-gen/org/eclipse/papyrus/uml/diagram/usecase/edit/parts/ExtendsLink_fixedEditPart.java:[27] 
	import org.eclipse.papyrus.uml.diagram.usecase.figure.ExtendsLink_fixed;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ExtendsLink_fixed is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src-gen/org/eclipse/papyrus/uml/diagram/usecase/edit/parts/ExtendsLink_fixedEditPart.java:[118] 
	return new ExtendsLink_fixed();
	           ^^^^^^^^^^^^^^^^^
The type ExtendsLink_fixed is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src-gen/org/eclipse/papyrus/uml/diagram/usecase/edit/parts/ExtendsLink_fixedEditPart.java:[118] 
	return new ExtendsLink_fixed();
	           ^^^^^^^^^^^^^^^^^^^
The constructor ExtendsLink_fixed() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src-gen/org/eclipse/papyrus/uml/diagram/usecase/edit/parts/IncludeLink_fixedEditPart.java:[27] 
	import org.eclipse.papyrus.uml.diagram.usecase.figure.IncludeLink_fixed;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IncludeLink_fixed is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src-gen/org/eclipse/papyrus/uml/diagram/usecase/edit/parts/IncludeLink_fixedEditPart.java:[118] 
	return new IncludeLink_fixed();
	           ^^^^^^^^^^^^^^^^^
The type IncludeLink_fixed is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src-gen/org/eclipse/papyrus/uml/diagram/usecase/edit/parts/IncludeLink_fixedEditPart.java:[118] 
	return new IncludeLink_fixed();
	           ^^^^^^^^^^^^^^^^^^^
The constructor IncludeLink_fixed() is deprecated
9 problems (9 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.usecase ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 195 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/target/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/target/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/target/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.usecase/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.usecase/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/target/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.usecase/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.usecase/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.usecase/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.usecase ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile >-----
[INFO] Building org.eclipse.papyrus.uml.diagram.profile 5.0.0-SNAPSHOT [306/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.profile
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] Compiling 219 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/requests/CustomCreateViewRequest.java:[218] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type CustomCreateViewRequest.ViewDescriptor needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/preferences/IPapyrusOperationPreferencesConstant.java:[18] 
	import java.rmi.server.Operation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The type Operation is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[98] 
	private Map myDomain2NotationMap = new HashMap();
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[98] 
	private Map myDomain2NotationMap = new HashMap();
	                                       ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[103] 
	private Collection myLinkDescriptors = new LinkedList();
	        ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[103] 
	private Collection myLinkDescriptors = new LinkedList();
	                                           ^^^^^^^^^^
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[125] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[127] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[136] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[137] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDependency_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[145] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[146] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getAssociation_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[154] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[155] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getStereotype_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[165] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[166] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getClass_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[176] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[177] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getClass_MetaclassShape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[185] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[186] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getComment_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[194] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[195] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getConstraint_PackagedElementShape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[203] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[204] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getModel_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[213] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[214] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getProfile_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[223] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[224] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getPackage_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[233] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[234] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getEnumeration_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[243] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[244] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getPrimitiveType_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[252] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[253] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDataType_Shape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[263] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[264] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDiagram_ShortcutShape_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[272] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[273] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getPrimitiveType_Shape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[281] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[282] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getOperation_DataTypeOperationLabel_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[290] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[291] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getEnumerationLiteral_LiteralLabel_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[299] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[300] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getProperty_DataTypeAttributeLabel_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[308] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[309] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getProperty_ClassAttributeLabel_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[317] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[318] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getOperation_ClassOperationLabel_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[326] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[327] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getStereotype_Shape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[337] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[338] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getClass_Shape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[348] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[349] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getClass_MetaclassShape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[357] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[358] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getComment_Shape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[366] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[367] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getModel_Shape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[376] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[377] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getProfile_Shape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[386] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[387] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getPackage_Shape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[389] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[391] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[401] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[402] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getConstraint_PackagedElementShape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[410] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[411] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getEnumeration_Shape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[420] 
	myDomain2NotationMap.put(view.getElement(), view);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[421] 
	myLinkDescriptors.addAll(UMLDiagramUpdater.INSTANCE
				.getDataType_Shape_CN_OutgoingLinks(view));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[431] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[433] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[442] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[444] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[453] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[455] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[464] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[466] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[475] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[477] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[486] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[488] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[497] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[499] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[508] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[510] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[519] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[521] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[530] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[532] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[541] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[543] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[552] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[554] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[563] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[565] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[574] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[576] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[585] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[587] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[596] 
	Collection childNodeDescriptors = UMLDiagramUpdater.INSTANCE
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src-gen/org/eclipse/papyrus/uml/diagram/profile/part/UMLDiagramContentInitializer.java:[598] 
	for (Iterator it = childNodeDescriptors.iterator(); it.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomSemanticCreateCommand.java:[42] 
	import org.eclipse.papyrus.infra.widgets.editors.MultipleValueSelectorDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomSemanticCreateCommand.java:[129] 
	final MultipleValueSelectorDialog dialog = new MultipleValueSelectorDialog(Display.getDefault().getActiveShell(), selector, Messages.CustomSemanticCreateCommand_SelectMetaclass, true, false, -1);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomSemanticCreateCommand.java:[129] 
	final MultipleValueSelectorDialog dialog = new MultipleValueSelectorDialog(Display.getDefault().getActiveShell(), selector, Messages.CustomSemanticCreateCommand_SelectMetaclass, true, false, -1);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomSemanticCreateCommand.java:[129] 
	final MultipleValueSelectorDialog dialog = new MultipleValueSelectorDialog(Display.getDefault().getActiveShell(), selector, Messages.CustomSemanticCreateCommand_SelectMetaclass, true, false, -1);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MultipleValueSelectorDialog(Shell, IElementSelector, String, boolean, boolean, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomSemanticCreateCommand.java:[130] 
	dialog.setContextElement(profile);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setContextElement(Object) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomSemanticCreateCommand.java:[131] 
	dialog.setLabelProvider(labelProvider);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLabelProvider(ILabelProvider) from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomSemanticCreateCommand.java:[134] 
	if (dialog.open() == IStatus.OK) {
	           ^^^^^^
The method open() from the type MultipleValueSelectorDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/UmlProfileDiagramForMultiEditor.java:[26] 
	import org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.l10n.EditorMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/UmlProfileDiagramForMultiEditor.java:[149] 
	String title = EditorMessages.Editor_error_setinput_title;
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/UmlProfileDiagramForMultiEditor.java:[149] 
	String title = EditorMessages.Editor_error_setinput_title;
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_setinput_title' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/UmlProfileDiagramForMultiEditor.java:[150] 
	String msg = EditorMessages.Editor_error_setinput_message;
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/UmlProfileDiagramForMultiEditor.java:[150] 
	String msg = EditorMessages.Editor_error_setinput_message;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EditorMessages.Editor_error_setinput_message' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.8.1.202403010913/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[42] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.commands.SetConnectionBendpointsCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[59] 
	import org.eclipse.papyrus.uml.diagram.profile.custom.providers.CustomDeferredCreateConnectionViewCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[160] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), new SemanticAdapter(null,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[160] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), new SemanticAdapter(null,
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[160] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), new SemanticAdapter(null,
						associationNodeEditPart.getModel()), new SemanticAdapter(null, sourceEditPart.getModel()), sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewBranchDescriptor, null);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[175] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), new SemanticAdapter(null,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[175] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), new SemanticAdapter(null,
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[175] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), new SemanticAdapter(null,
						associationNodeEditPart.getModel()), (IAdaptable) nodeCreationCommand.getCommandResult().getReturnValue(), associationNodeEditPart.getViewer(), ((IGraphicalEditPart) associationNodeEditPart).getDiagramPreferencesHint(),
						viewBranchDescriptor, null);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[238] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult()
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[238] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult()
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[238] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult()
						.getReturnValue(), new SemanticAdapter(null, sourceEditPart.getModel()), sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewBranchDescriptor, null);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[252] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult()
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[252] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult()
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[252] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult()
						.getReturnValue(), (IAdaptable) nodeCreationCommand.getCommandResult().getReturnValue(), viewer, diagramPreferencesHint, viewBranchDescriptor, null);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[301] 
	if (currentCommand instanceof SetConnectionBendpointsCommand) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[302] 
	sourceLocation = ((SetConnectionBendpointsCommand) currentCommand).getSourceRefPoint();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[302] 
	sourceLocation = ((SetConnectionBendpointsCommand) currentCommand).getSourceRefPoint();
	                                                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.getSourceRefPoint()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[303] 
	targetLocation = ((SetConnectionBendpointsCommand) currentCommand).getTargetRefPoint();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[303] 
	targetLocation = ((SetConnectionBendpointsCommand) currentCommand).getTargetRefPoint();
	                                                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.getTargetRefPoint()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[370] 
	ICommand firstBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[370] 
	ICommand firstBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
					new SemanticAdapter(
							null, associationViewSource),
					sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewDescriptor, null);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[374] 
	((CustomDeferredCreateConnectionViewCommand) firstBranchCommand).setElement(association);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[377] 
	ICommand secondBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[377] 
	ICommand secondBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
					new SemanticAdapter(null, associationViewTarget), sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewDescriptor, null);
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[379] 
	((CustomDeferredCreateConnectionViewCommand) secondBranchCommand).setElement(association);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[385] 
	thirdBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[385] 
	thirdBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
						new SemanticAdapter(null,
								targetEditPart.getModel()),
						sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewDescriptor, null);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[391] 
	thirdBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), new SemanticAdapter(null, sourceEditPart.getModel()), (IAdaptable) nodeCreation
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[391] 
	thirdBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(), new SemanticAdapter(null, sourceEditPart.getModel()), (IAdaptable) nodeCreation
						.getCommandResult().getReturnValue(), sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewDescriptor, null);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[394] 
	((CustomDeferredCreateConnectionViewCommand) thirdBranchCommand).setElement(association);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[441] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[441] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(),
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiAssociationHelper.java:[441] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Association_BranchEdge).getSemanticHint(),
					new SemanticAdapter(null, sourceEditPart.getModel()),
					new SemanticAdapter(null, targetEditPart.getModel()), sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewDescriptor, null);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomMetaClassCreateCommand.java:[37] 
	import org.eclipse.papyrus.uml.appearance.helper.AppliedStereotypeHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomMetaClassCreateCommand.java:[38] 
	import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomMetaClassCreateCommand.java:[131] 
	Command command = AppliedStereotypeHelper.getAddAppliedStereotypeCommand(getEditingDomain(), node, stereotypeName, UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION);
	                  ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomMetaClassCreateCommand.java:[131] 
	Command command = AppliedStereotypeHelper.getAddAppliedStereotypeCommand(getEditingDomain(), node, stereotypeName, UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAddAppliedStereotypeCommand(TransactionalEditingDomain, EModelElement, String, String) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomMetaClassCreateCommand.java:[131] 
	Command command = AppliedStereotypeHelper.getAddAppliedStereotypeCommand(getEditingDomain(), node, stereotypeName, UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION);
	                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/commands/CustomMetaClassCreateCommand.java:[131] 
	Command command = AppliedStereotypeHelper.getAddAppliedStereotypeCommand(getEditingDomain(), node, stereotypeName, UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION);
	                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[42] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.commands.SetConnectionBendpointsCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[57] 
	import org.eclipse.papyrus.uml.diagram.profile.custom.providers.CustomDeferredCreateConnectionViewCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[112] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = null;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[114] 
	aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), new SemanticAdapter(null, sourceEditPart.getModel()), (IAdaptable) nodeCreation
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[114] 
	aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), new SemanticAdapter(null, sourceEditPart.getModel()), (IAdaptable) nodeCreation
							.getCommandResult().getReturnValue(), sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewBranchDescriptor, null);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[117] 
	aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[117] 
	aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
							new SemanticAdapter(null,
									sourceEditPart.getModel()),
							sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewBranchDescriptor, null);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[134] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = null;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[136] 
	aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreationCommand.getCommandResult().getReturnValue(),
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[136] 
	aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreationCommand.getCommandResult().getReturnValue(),
							(IAdaptable) nodeCreation.getCommandResult().getReturnValue(), viewer, diagramPreferencesHint, viewBranchDescriptor, null);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[139] 
	aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[139] 
	aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
							(IAdaptable) nodeCreationCommand.getCommandResult().getReturnValue(), viewer, diagramPreferencesHint, viewBranchDescriptor, null);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[193] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), new SemanticAdapter(null, sourceEditPart.getModel()),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[193] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), new SemanticAdapter(null, sourceEditPart.getModel()),
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[193] 
	CustomDeferredCreateConnectionViewCommand aBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), new SemanticAdapter(null, sourceEditPart.getModel()),
				new SemanticAdapter(null, targetEditPart.getModel()), sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewDescriptor, null);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[285] 
	if (currentCommand instanceof SetConnectionBendpointsCommand) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[286] 
	sourceLocation = ((SetConnectionBendpointsCommand) currentCommand).getSourceRefPoint();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[286] 
	sourceLocation = ((SetConnectionBendpointsCommand) currentCommand).getSourceRefPoint();
	                                                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.getSourceRefPoint()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[287] 
	targetLocation = ((SetConnectionBendpointsCommand) currentCommand).getTargetRefPoint();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[287] 
	targetLocation = ((SetConnectionBendpointsCommand) currentCommand).getTargetRefPoint();
	                                                                   ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.getTargetRefPoint()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[347] 
	ICommand firstBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), new SemanticAdapter(null, dependencyViewSource), (IAdaptable) nodeCreation
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[347] 
	ICommand firstBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), new SemanticAdapter(null, dependencyViewSource), (IAdaptable) nodeCreation
					.getCommandResult().getReturnValue(), sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewDescriptor, null);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[349] 
	((CustomDeferredCreateConnectionViewCommand) firstBranchCommand).setElement(dependency);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[352] 
	ICommand secondBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[352] 
	ICommand secondBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
					new SemanticAdapter(
							null, dependencyViewTarget),
					sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewDescriptor, null);
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[356] 
	((CustomDeferredCreateConnectionViewCommand) secondBranchCommand).setElement(dependency);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[362] 
	thirdBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[362] 
	thirdBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), (IAdaptable) nodeCreation.getCommandResult().getReturnValue(),
						new SemanticAdapter(null,
								targetEditPart.getModel()),
						sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewDescriptor, null);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[368] 
	thirdBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), new SemanticAdapter(null, sourceEditPart.getModel()), (IAdaptable) nodeCreation
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[368] 
	thirdBranchCommand = new CustomDeferredCreateConnectionViewCommand(getEditingDomain(), ((IHintedType) UMLElementTypes.Dependency_BranchEdge).getSemanticHint(), new SemanticAdapter(null, sourceEditPart.getModel()), (IAdaptable) nodeCreation
						.getCommandResult().getReturnValue(), sourceEditPart.getViewer(), ((IGraphicalEditPart) sourceEditPart).getDiagramPreferencesHint(), viewDescriptor, null);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CustomDeferredCreateConnectionViewCommand(TransactionalEditingDomain, String, IAdaptable, IAdaptable, EditPartViewer, PreferencesHint, CreateConnectionViewRequest.ConnectionViewDescriptor, ICommand) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/custom-src/org/eclipse/papyrus/uml/diagram/profile/custom/helper/MultiDependencyHelper.java:[371] 
	((CustomDeferredCreateConnectionViewCommand) thirdBranchCommand).setElement(dependency);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CustomDeferredCreateConnectionViewCommand is deprecated
184 problems (184 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.profile ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 199 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/target/org.eclipse.papyrus.uml.diagram.profile-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/target/org.eclipse.papyrus.uml.diagram.profile-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/target/org.eclipse.papyrus.uml.diagram.profile-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.profile/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.profile-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.profile/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.profile-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/target/org.eclipse.papyrus.uml.diagram.profile-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.profile/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.profile-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.profile/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.profile-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.profile/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.profile-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.profile ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture >------
[INFO] Building org.eclipse.papyrus.uml.architecture 2.0.0-SNAPSHOT   [307/487]
[INFO]   from ../../plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.architecture ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.architecture ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.architecture
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.architecture ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/src/org/eclipse/papyrus/uml/architecture/migration/UMLTableReconciler_1_3_0.java:[101] 
	table.setPrototype(null);
	      ^^^^^^^^^^^^^^^^^^
The method setPrototype(EObject) from the type Table is deprecated
2. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/src/org/eclipse/papyrus/uml/architecture/migration/UMLDiagramReconciler_1_3_0.java (at line 41)
	@SuppressWarnings({ "deprecation", "nls" }) // Warnings are not pertinent this migration should remain on old deprecated API
	                                   ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
2 problems (0 errors, 1 warning, 1 info)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.architecture ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 214 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/target/org.eclipse.papyrus.uml.architecture-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/target/org.eclipse.papyrus.uml.architecture-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/target/org.eclipse.papyrus.uml.architecture-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.architecture/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.architecture-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.architecture/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.architecture-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/target/org.eclipse.papyrus.uml.architecture-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.architecture/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.architecture-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.architecture/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.architecture-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.architecture/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.architecture-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.architecture ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml-decorator >--------
[INFO] Building Papyrus UML Decorator Models 0.0.1-SNAPSHOT           [308/487]
[INFO]   from ../../plugins/uml/decoratormodel/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-decorator ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-decorator ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-decorator ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-decorator ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-decorator/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-decorator-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel >-----
[INFO] Building org.eclipse.papyrus.uml.decoratormodel 3.0.0-SNAPSHOT [309/487]
[INFO]   from ../../plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/src/org/eclipse/papyrus/uml/decoratormodel/helper/DecoratorModelUtils.java:[164] 
	stereotypeHelper.addToContainmentList(UMLUtil.getBaseElement(next), next);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addToContainmentList(Element, EObject) from the type UMLUtil.StereotypeApplicationHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/src/org/eclipse/papyrus/uml/decoratormodel/helper/DecoratorModelUtils.java:[207] 
	stereotypeHelper.addToContainmentList(UMLUtil.getBaseElement(next), next);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addToContainmentList(Element, EObject) from the type UMLUtil.StereotypeApplicationHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/src/org/eclipse/papyrus/uml/decoratormodel/internal/providers/ExternalizedProfileApplicationDelegate.java:[345] 
	computeExtendedProfiles(profile, extendedProfiles);
	                        ^^^^^^^
The field PackageOperations.StereotypeApplicationCopier.profile is deprecated
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 150 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/target/org.eclipse.papyrus.uml.decoratormodel-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/target/org.eclipse.papyrus.uml.decoratormodel-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/target/org.eclipse.papyrus.uml.decoratormodel-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/target/org.eclipse.papyrus.uml.decoratormodel-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.decoratormodel ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.controlmode >--
[INFO] Building org.eclipse.papyrus.uml.decoratormodel.controlmode 2.0.0-SNAPSHOT [310/487]
[INFO]   from ../../plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.controlmode
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 150 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/target/org.eclipse.papyrus.uml.decoratormodel.controlmode-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/target/org.eclipse.papyrus.uml.decoratormodel.controlmode-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/target/org.eclipse.papyrus.uml.decoratormodel.controlmode-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.controlmode-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.controlmode-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/target/org.eclipse.papyrus.uml.decoratormodel.controlmode-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.controlmode-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.controlmode-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.controlmode-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.decoratormodel.controlmode ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml-properties >-------
[INFO] Building Papyrus UML Properties 0.0.1-SNAPSHOT                 [311/487]
[INFO]   from ../../plugins/uml/properties/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-properties ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-properties/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-properties-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml.properties >-------
[INFO] Building org.eclipse.papyrus.uml.properties 4.1.100-SNAPSHOT   [312/487]
[INFO]   from ../../plugins/uml/properties/org.eclipse.papyrus.uml.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties:4.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.properties ---
[INFO] The project's OSGi version is 4.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.properties ---
[INFO] Compiling 177 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/ExpressionEditor.java:[55] 
	private IObservableList bodies;
	        ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/ExpressionEditor.java:[107] 
	bodies = (IObservableList) input.getObservable("UML:OpaqueExpression:body"); //$NON-NLS-1$
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/ExpressionEditor.java:[129] 
	protected IObservableList getInputObservableList() {
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/StereotypeItems.java:[59] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/StereotypeItems.java:[59] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositeforview/StereotypePropertiesDoubleClickListener.java:[72] 
	propertyComposite.touchModel();
	                  ^^^^^^^^^^^^
The method touchModel() from the type AppliedStereotypePropertyCompositeWithView is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/CommentBodyWrapperEditor.java:[238] 
	public IValidator getValidator() {
	       ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/RequiredInterfaceObservableList.java:[75] 
	super(EMFProperties.list(UMLPackage.eINSTANCE.getPort_Required()).observe(source), domain, source, UMLPackage.eINSTANCE.getPort_Required());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/StereotypeAppearanceObservableValue.java:[26] 
	import org.eclipse.core.internal.databinding.Util;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/StereotypeAppearanceObservableValue.java:[48] 
	public class StereotypeAppearanceObservableValue extends AbstractObservableValue implements IObserving {
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/StereotypeAppearanceObservableValue.java:[134] 
	setValue(doGetValue());
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/StereotypeAppearanceObservableValue.java:[217] 
	fireValueChange(Diffs.createValueDiff(oldValue, stringValue));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/LabelCustomizationMaskProvider.java:[30] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/LabelCustomizationMaskProvider.java:[90] 
	} else if (input.getSelection().getFirstElement() instanceof FloatingLabelEditPart) {
	                                                             ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtensionRequiredObservableValue.java:[37] 
	public class ExtensionRequiredObservableValue extends AbstractObservableValue implements IChangeListener, IObserving {
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtensionRequiredObservableValue.java:[76] 
	observable.setValue(required ? MultiplicityParser.ONE : MultiplicityParser.OPTIONAL);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtensionRequiredObservableValue.java:[98] 
	fireValueChange(new ValueDiff() {
			@Override
			public Object getOldValue() {
				return oldValue;
			}
			@Override
			public Object getNewValue() {
				return newValue;
			}
		});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtensionRequiredObservableValue.java:[98] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/CommentEditor.java:[28] 
	public void setModelObservable(IObservableList modelObservable) {
	                               ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/EStructuralFeatureEditor.java:[313] 
	observable.addValueChangeListener(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/EStructuralFeatureEditor.java:[356] 
	observable.addListChangeListener(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addListChangeListener(IListChangeListener) belongs to the raw type ObservableList. References to generic type ObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/actions/ReApplyProfiles.java:[59] 
	EPackage ep = prof.getDefinition();
	         ^^
The value of the local variable ep is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/MetaclassItems.java:[58] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/MetaclassItems.java:[58] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ProvidedInterfaceObservableList.java:[75] 
	super(EMFProperties.list(UMLPackage.eINSTANCE.getPort_Provided()).observe(source), domain, source, UMLPackage.eINSTANCE.getPort_Provided());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/StereotypeQualifyNameValueEditor.java:[81] 
	Activator.getDefault().log.error(message, null);
	                       ^^^
The static field Activator.log should be accessed in a static way
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/AppliedCommentsObservableList.java:[105] 
	wrappedList.addAll(getAppliedCommentsList((Element) source));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/AppliedCommentsObservableList.java:[106] 
	fireListChange(null);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireListChange(ListDiff) belongs to the raw type ObservableList. References to generic type ObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ElementCustomizationObservableValue.java:[38] 
	private EditPart sourceElement;
	                 ^^^^^^^^^^^^^
The value of the field ElementCustomizationObservableValue.sourceElement is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/NavigationObservableValue.java:[57] 
	public class NavigationObservableValue extends ReferenceCountedObservable.Value implements IChangeListener, CommandBasedObservableValue, AggregatedObservable, IObserving {
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/NavigationObservableValue.java:[63] 
	private final IObservableList ownerObservableList;
	              ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/NavigationObservableValue.java:[79] 
	ownerObservableList = EMFProperties.list(UMLPackage.eINSTANCE.getAssociation_OwnedEnd()).observe(memberEnd.getAssociation());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/NavigationObservableValue.java:[85] 
	fireValueChange(Diffs.createValueDiff(currentValue, doGetValue()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/DataTypeItems.java:[41] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/DataTypeItems.java:[41] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/RichTextObservableValue.java:[162] 
	@SuppressWarnings({ "unchecked", "rawtypes" })
	                                 ^^^^^^^^^^
Unnecessary @SuppressWarnings("rawtypes")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/editors/UMLReferenceContentAssistProcessor.java:[139] 
	List<NamedElement> matchingElements = (List<NamedElement>) nameResolutionHelper.getMatchingElements(new Predicate<NamedElement>() {
			@Override
			public boolean test(NamedElement namedElement) { //check startwith without case
				return namedElement.getName().regionMatches(true, 0, entry, 0, entry.length());
			}
		});
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#1-of ?> to List<NamedElement>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/OwnedCommentsObservableList.java:[98] 
	wrappedList.addAll(getOwnedComments(source));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/OwnedCommentsObservableList.java:[99] 
	fireListChange(null);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireListChange(ListDiff) belongs to the raw type ObservableList. References to generic type ObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/dialogs/ChooseSetStereotypeDialog.java:[109] 
	possibleElementsTableViewer.setSorter(new AlphabeticalViewerSorter(0));
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/dialogs/ChooseSetStereotypeDialog.java:[122] 
	possibleElementsTableViewer.setSorter(new AlphabeticalViewerSorter(1));
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/dialogs/ChooseSetStereotypeDialog.java:[127] 
	possibleElementsTableViewer.setSorter(new AlphabeticalViewerSorter(0));
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/dialogs/ChooseSetStereotypeDialog.java:[147] 
	Iterator<Stereotype> it = possibleElementList.getElements().iterator();
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Stereotype>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/dialogs/ChooseSetStereotypeDialog.java:[175] 
	Iterator<Stereotype> it = possibleElementList.getElements().iterator();
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Stereotype>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/dialogs/ChooseSetStereotypeDialog.java:[213] 
	Iterator it = possibleElementList.getElements().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/listeners/ReadOnlyStringPropertiesListener.java:[43] 
	Object value = ((IObservableValue) observable).getValue();
	                 ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/UMLModelElement.java:[147] 
	IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new GMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature);
	^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/UMLModelElement.java:[147] 
	IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new GMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/UMLModelElement.java:[147] 
	IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new GMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature);
	                                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/UMLModelElement.java:[153] 
	value = domain == null ? EMFProperties.value(featurePath).observe(source) : new GMFObservableValue(getSource(featurePath), feature, domain);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/UMLModelElement.java:[349] 
	public IValidator getValidator(String propertyPath) {
	       ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/helpers/UMLDatabindingHelper.java:[47] 
	public static IObservableValue getObservableValue(EObject source, EStructuralFeature feature, EditingDomain domain) {
	              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/helpers/UMLDatabindingHelper.java:[48] 
	return domain == null ? EMFProperties.value(feature).observe(source) : new GMFObservableValue(source, feature, domain);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ImageExpressionObservableValue.java:[32] 
	public class ImageExpressionObservableValue extends AbstractObservableValue implements IObserving {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/ProfileApplicationEditor.java:[307] 
	modelProperty.add(profile);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/ProfileApplicationEditor.java:[321] 
	modelProperty.add(profile);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/ProfileApplicationEditor.java:[347] 
	modelProperty.add(profile);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/StereotypeAppearanceModelElement.java:[37] 
	import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/StereotypeAppearanceModelElement.java:[102] 
	return new StaticContentProvider(new String[] { UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION });
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/StereotypeAppearanceModelElement.java:[102] 
	return new StaticContentProvider(new String[] { UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION });
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/StereotypeAppearanceModelElement.java:[102] 
	return new StaticContentProvider(new String[] { UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION });
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/StereotypeAppearanceModelElement.java:[102] 
	return new StaticContentProvider(new String[] { UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION });
	                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/StereotypeAppearanceModelElement.java:[102] 
	return new StaticContentProvider(new String[] { UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION });
	                                                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/StereotypeAppearanceModelElement.java:[102] 
	return new StaticContentProvider(new String[] { UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION, UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION });
	                                                                                                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[28] 
	import org.eclipse.papyrus.uml.appearance.helper.AppliedStereotypeHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[29] 
	import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[66] 
	private String stereotypePlacePresentation = UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION;
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[66] 
	private String stereotypePlacePresentation = UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION;
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[87] 
	comboStereotypePropertiesPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION);
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[87] 
	comboStereotypePropertiesPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION);
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[88] 
	comboStereotypePropertiesPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION);
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[88] 
	comboStereotypePropertiesPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION);
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[89] 
	comboStereotypePropertiesPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION);
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[89] 
	comboStereotypePropertiesPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION);
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[109] 
	RecordingCommand command = AppliedStereotypeHelper.getSetAppliedStereotypePropertiesLocalizationCommand(domain, diagramElement, stereotypePlacePresentation);
	                           ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[109] 
	RecordingCommand command = AppliedStereotypeHelper.getSetAppliedStereotypePropertiesLocalizationCommand(domain, diagramElement, stereotypePlacePresentation);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getSetAppliedStereotypePropertiesLocalizationCommand(TransactionalEditingDomain, EModelElement, String) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[133] 
	stereotypePlacePresentation = AppliedStereotypeHelper.getAppliedStereotypesPropertiesLocalization(diagramElement);
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[133] 
	stereotypePlacePresentation = AppliedStereotypeHelper.getAppliedStereotypesPropertiesLocalization(diagramElement);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypesPropertiesLocalization(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[164] 
	if (!AppliedStereotypeHelper.getAppliedStereotypesPropertiesToDisplay(diagramElement).equals("")) {
	     ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypePropertiesPlaceSection.java:[164] 
	if (!AppliedStereotypeHelper.getAppliedStereotypesPropertiesToDisplay(diagramElement).equals("")) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypesPropertiesToDisplay(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/editors/AutoCompleteReferenceDialogObservableValue.java:[44] 
	public AutoCompleteReferenceDialogObservableValue(AutoCompleteReferenceDialog dialog, StyledText styledText, IObservableValue modelObservable, int eventType) {
	                                                                                                             ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[43] 
	public class ExtendedMultiplicityObservableValue extends ReferenceCountedObservable.Value implements AggregatedObservable {
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[54] 
	private final List<IObservableValue> observableValues;
	                   ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[59] 
	private IValueChangeListener<?> valueChangeListener = new IValueChangeListener() {
	                                                          ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[62] 
	public void handleValueChange(ValueChangeEvent event) {
	                              ^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[63] 
	ExtendedMultiplicityObservableValue.this.fireValueChange(event.diff);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[120] 
	for (final IObservableValue current : observableValues) {
	           ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[121] 
	current.addValueChangeListener(this.valueChangeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[134] 
	final Object value = ((IObservableValue) observable).getValue();
	                       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[232] 
	fireValueChange(Diffs.createValueDiff(oldObservables, newObservables));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[241] 
	public List<IObservableValue> getObservableValues() {
	            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[252] 
	for (IObservableValue observableValue : observableValues) {
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ExtendedMultiplicityObservableValue.java:[253] 
	observableValue.removeValueChangeListener(this.valueChangeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MaskValueObservableList.java:[50] 
	updateWrappedList(getDefaultValues());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method updateWrappedList(List) belongs to the raw type ObservableList. References to generic type ObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MaskValueObservableList.java:[58] 
	protected IObservableList getConcreteList() {
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MaskValueObservableList.java:[60] 
	return new WritableList(getDefaultValues(), String.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableList(List, Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MaskValueObservableList.java:[60] 
	return new WritableList(getDefaultValues(), String.class);
	           ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MaskValueObservableList.java:[87] 
	Collection<Object> currentValues = new HashSet<Object>(wrappedList);
	                                                       ^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MaskValueObservableList.java:[100] 
	Collection<Object> currentValues = new HashSet<Object>(wrappedList);
	                                                       ^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/StereotypeExplorerDialog.java:[661] 
	for (Iterator iterator = workspaceProfilesURIs.iterator(); iterator.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/NattablePropertyEditor.java:[844] 
	BooleanValueStyle fillStyle = (BooleanValueStyle) table.getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE);
	                                                                                                                                                 ^^^^^^^^^^^^^^^^^
The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/ExpressionLanguageEditor.java:[53] 
	public void setModelObservable(IObservableList modelProperty) {
	                               ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ImageNameObservableValue.java:[32] 
	public class ImageNameObservableValue extends AbstractObservableValue implements IObserving {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ImageKindObservableValue.java:[34] 
	public class ImageKindObservableValue extends AbstractObservableValue implements IObserving {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src-gen/org/eclipse/papyrus/uml/properties/languagepreferences/util/languagepreferencesSwitch.java:[12] 
	import org.eclipse.papyrus.uml.properties.languagepreferences.*;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.uml.properties.languagepreferences is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/NaturalLanguageEditor.java:[76] 
	IObservableValue observable = new AbstractObservableValue() {
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/NaturalLanguageEditor.java:[76] 
	IObservableValue observable = new AbstractObservableValue() {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/ImportedPackageLocationObservableValue.java:[29] 
	public class ImportedPackageLocationObservableValue extends AbstractObservableValue {
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[47] 
	public class ExpressionList extends WritableList implements IChangeListener, ICommitListener, IObserving {
	                                    ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[51] 
	private IObservableList languages;
	        ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[53] 
	private IObservableList bodies;
	        ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[70] 
	public ExpressionList(IObservableList languages, IObservableList bodies, IChangeListener nestedChangeListener) {
	                      ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[70] 
	public ExpressionList(IObservableList languages, IObservableList bodies, IChangeListener nestedChangeListener) {
	                                                 ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[71] 
	super(new LinkedList<Expression>(), Expression.class);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableList(List, Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[72] 
	expressions = wrappedList;
	              ^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<ExpressionList.Expression>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[93] 
	public ExpressionList(IObservableList languages, IObservableList bodies) {
	                      ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[93] 
	public ExpressionList(IObservableList languages, IObservableList bodies) {
	                                                 ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[192] 
	bodies.add(""); //$NON-NLS-1$
	^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[195] 
	bodies.add(body);
	^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[200] 
	languages.add(""); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/expression/ExpressionList.java:[203] 
	languages.add(language);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/views/ProfilePanelView.java:[22] 
	import org.eclipse.papyrus.uml.properties.profile.ui.panels.AppliedProfilePanel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedProfilePanel is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/views/ProfilePanelView.java:[214] 
	panel = new AppliedProfilePanel(this.parent, 0);
	            ^^^^^^^^^^^^^^^^^^^
The type AppliedProfilePanel is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/views/ProfilePanelView.java:[214] 
	panel = new AppliedProfilePanel(this.parent, 0);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AppliedProfilePanel(Composite, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/views/ProfilePanelView.java:[216] 
	((AppliedProfilePanel) panel).setSelected((Package) currentTarget);
	  ^^^^^^^^^^^^^^^^^^^
The type AppliedProfilePanel is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/views/ProfilePanelView.java:[216] 
	((AppliedProfilePanel) panel).setSelected((Package) currentTarget);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSelected(Package) from the type AppliedProfilePanel is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src-gen/org/eclipse/papyrus/uml/properties/languagepreferences/impl/languagepreferencesFactoryImpl.java:[14] 
	import org.eclipse.papyrus.uml.properties.languagepreferences.*;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.uml.properties.languagepreferences is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/ProfileDefinitionModelElement.java:[31] 
	import org.eclipse.papyrus.uml.tools.databinding.PapyrusObservableList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PapyrusObservableList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/ProfileDefinitionModelElement.java:[57] 
	return new PapyrusObservableList(EMFObservables.observeList(definitions, EcorePackage.eINSTANCE.getEAnnotation_Contents()), domain, definitions, EcorePackage.eINSTANCE.getEAnnotation_Contents());
	           ^^^^^^^^^^^^^^^^^^^^^
The type PapyrusObservableList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/ProfileDefinitionModelElement.java:[57] 
	return new PapyrusObservableList(EMFObservables.observeList(definitions, EcorePackage.eINSTANCE.getEAnnotation_Contents()), domain, definitions, EcorePackage.eINSTANCE.getEAnnotation_Contents());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PapyrusObservableList(List<?>, EditingDomain, EObject, EStructuralFeature) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/datatype/StructuredDataTypeObservableValue.java:[49] 
	observable.setValue(super.doGetValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/datatype/StructuredDataTypeObservableValue.java:[55] 
	setValue(null);
	^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/datatype/StructuredDataTypeObservableValue.java:[65] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type StructuredDataTypeObservableValue needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/datatype/StructuredDataTypeObservableValue.java:[65] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/CompositeItems.java:[55] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/CompositeItems.java:[55] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositeforview/AppliedProfileCompositeWithView.java:[203] 
	Profile profileToUnapply = (Profile) getProfiles().getData(itemName);
	        ^^^^^^^^^^^^^^^^
The value of the local variable profileToUnapply is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src-gen/org/eclipse/papyrus/uml/properties/languagepreferences/util/languagepreferencesAdapterFactory.java:[13] 
	import org.eclipse.papyrus.uml.properties.languagepreferences.*;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.uml.properties.languagepreferences is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/datatype/DataTypeObservableValue.java:[28] 
	public interface DataTypeObservableValue extends IObservableValue {
	                                                 ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/KeywordObservableValue.java:[33] 
	public class KeywordObservableValue extends AbstractObservableValue implements IObserving, ReferenceCountedObservable {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/EnumerationItems.java:[52] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/EnumerationItems.java:[52] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/datatype/DataTypeProvider.java:[39] 
	Class<? extends DataTypeObservableValue> observableClass = ClassLoaderHelper.loadClass(observableClassName, DataTypeObservableValue.class);
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method loadClass(String, Class<DataTypeObservableValue>) from the type ClassLoaderHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositeforview/AppliedStereotypePropertyCompositeWithView.java:[23] 
	import org.eclipse.papyrus.uml.appearance.helper.AppliedStereotypeHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/PrimitiveTypeItems.java:[45] 
	final List propValues = (List) value;
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/items/PrimitiveTypeItems.java:[45] 
	final List propValues = (List) value;
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[27] 
	import org.eclipse.papyrus.uml.appearance.helper.AppliedStereotypeHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[28] 
	import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[67] 
	private String stereotypePlacePresentation = UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION;
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[67] 
	private String stereotypePlacePresentation = UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION;
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[147] 
	Stereotype stereotype = AppliedStereotypeHelper.getFirstDisplayedStereotype(diagramElement, elt);
	                        ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[147] 
	Stereotype stereotype = AppliedStereotypeHelper.getFirstDisplayedStereotype(diagramElement, elt);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFirstDisplayedStereotype(EModelElement, Element) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[151] 
	String appliedStereotypeKind = UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[151] 
	String appliedStereotypeKind = UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION;
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[154] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION;
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[154] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[156] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION;
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[156] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[158] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION;
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[158] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[160] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION;
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[160] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[162] 
	String stereotypetoDisplay = AppliedStereotypeHelper.getStereotypesToDisplay(diagramElement);
	                             ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[162] 
	String stereotypetoDisplay = AppliedStereotypeHelper.getStereotypesToDisplay(diagramElement);
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getStereotypesToDisplay(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[163] 
	RecordingCommand command = AppliedStereotypeHelper.getAppliedStereotypeToDisplayCommand(domain, diagramElement, stereotypetoDisplay, appliedStereotypeKind);
	                           ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[163] 
	RecordingCommand command = AppliedStereotypeHelper.getAppliedStereotypeToDisplayCommand(domain, diagramElement, stereotypetoDisplay, appliedStereotypeKind);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypeToDisplayCommand(TransactionalEditingDomain, EModelElement, String, String) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[195] 
	String appliedStereotypeKind = UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION;
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[195] 
	String appliedStereotypeKind = UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION;
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[197] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION;
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[197] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[199] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_VERTICAL_PRESENTATION;
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[199] 
	appliedStereotypeKind = UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_VERTICAL_PRESENTATION;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_VERTICAL_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[201] 
	String stereotypetoDisplay = AppliedStereotypeHelper.getStereotypesToDisplay(diagramElement);
	                             ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[201] 
	String stereotypetoDisplay = AppliedStereotypeHelper.getStereotypesToDisplay(diagramElement);
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getStereotypesToDisplay(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[202] 
	RecordingCommand command = AppliedStereotypeHelper.getAppliedStereotypeToDisplayCommand(domain, diagramElement, stereotypetoDisplay, appliedStereotypeKind);
	                           ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[202] 
	RecordingCommand command = AppliedStereotypeHelper.getAppliedStereotypeToDisplayCommand(domain, diagramElement, stereotypetoDisplay, appliedStereotypeKind);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypeToDisplayCommand(TransactionalEditingDomain, EModelElement, String, String) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[222] 
	comboStereotypeDisplayPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[222] 
	comboStereotypeDisplayPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_COMMENT_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[223] 
	comboStereotypeDisplayPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[223] 
	comboStereotypeDisplayPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_COMPARTMENT_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[224] 
	comboStereotypeDisplayPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[224] 
	comboStereotypeDisplayPlace.add(UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_BRACE_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[237] 
	RecordingCommand command = AppliedStereotypeHelper.getSetAppliedStereotypePropertiesLocalizationCommand(domain, diagramElement, stereotypePlacePresentation);
	                           ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[237] 
	RecordingCommand command = AppliedStereotypeHelper.getSetAppliedStereotypePropertiesLocalizationCommand(domain, diagramElement, stereotypePlacePresentation);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getSetAppliedStereotypePropertiesLocalizationCommand(TransactionalEditingDomain, EModelElement, String) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[297] 
	stereotypePlacePresentation = AppliedStereotypeHelper.getAppliedStereotypesPropertiesLocalization(diagramElement);
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[297] 
	stereotypePlacePresentation = AppliedStereotypeHelper.getAppliedStereotypesPropertiesLocalization(diagramElement);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypesPropertiesLocalization(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[313] 
	if (!AppliedStereotypeHelper.getAppliedStereotypesPropertiesToDisplay(diagramElement).equals("")) {
	     ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[313] 
	if (!AppliedStereotypeHelper.getAppliedStereotypesPropertiesToDisplay(diagramElement).equals("")) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypesPropertiesToDisplay(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[331] 
	final String stereotypePresentation = AppliedStereotypeHelper.getAppliedStereotypePresentationKind(diagramElement);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[331] 
	final String stereotypePresentation = AppliedStereotypeHelper.getAppliedStereotypePresentationKind(diagramElement);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypePresentationKind(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[337] 
	Stereotype stereotype = AppliedStereotypeHelper.getFirstDisplayedStereotype(diagramElement, elt);
	                        ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[337] 
	Stereotype stereotype = AppliedStereotypeHelper.getFirstDisplayedStereotype(diagramElement, elt);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFirstDisplayedStereotype(EModelElement, Element) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[342] 
	if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION) && hasIcons) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[342] 
	if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION) && hasIcons) {
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[344] 
	} else if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION) && hasIcons) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[344] 
	} else if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION) && hasIcons) {
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[346] 
	} else if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) && hasShapes) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[346] 
	} else if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) && hasShapes) {
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[352] 
	if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION)) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[352] 
	if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION)) {
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_HORIZONTAL_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[354] 
	} else if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_VERTICAL_PRESENTATION)) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[354] 
	} else if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_VERTICAL_PRESENTATION)) {
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.STEREOTYPE_TEXT_VERTICAL_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[384] 
	final String stereotypePresentation = AppliedStereotypeHelper.getAppliedStereotypePresentationKind(diagramElement);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[384] 
	final String stereotypePresentation = AppliedStereotypeHelper.getAppliedStereotypePresentationKind(diagramElement);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAppliedStereotypePresentationKind(EModelElement) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[390] 
	Stereotype stereotype = AppliedStereotypeHelper.getFirstDisplayedStereotype(diagramElement, elt);
	                        ^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[390] 
	Stereotype stereotype = AppliedStereotypeHelper.getFirstDisplayedStereotype(diagramElement, elt);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFirstDisplayedStereotype(EModelElement, Element) from the type AppliedStereotypeHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[394] 
	if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION) && hasIcons) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[394] 
	if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION) && hasIcons) {
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.ICON_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[396] 
	} else if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION) && hasIcons) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[396] 
	} else if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION) && hasIcons) {
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.TEXT_ICON_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[398] 
	} else if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) && hasShapes) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type UMLVisualInformationPapyrusConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[398] 
	} else if (stereotypePresentation.equals(UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION) && hasShapes) {
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field UMLVisualInformationPapyrusConstant.IMAGE_STEREOTYPE_PRESENTATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/section/AppliedStereotypeKindAppearanceSection.java:[433] 
	diagramElement.eAdapters().remove(this);
	                                  ^^^^
Unlikely argument type AppliedStereotypeKindAppearanceSection for remove(Object) on a Collection<Adapter>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/OwnerObservableValue.java:[63] 
	public class OwnerObservableValue extends ReferenceCountedObservable.Value implements IChangeListener, AggregatedObservable, CommandBasedObservableValue, IObserving {
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/OwnerObservableValue.java:[71] 
	private final IObservableList navigableEndsObservableList;
	              ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/OwnerObservableValue.java:[94] 
	navigableEndsObservableList = EMFProperties.list(UMLPackage.eINSTANCE.getAssociation_NavigableOwnedEnd()).observe(memberEnd.getAssociation());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/OwnerObservableValue.java:[100] 
	fireValueChange(Diffs.createValueDiff(currentValue, doGetValue()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/AbstractUMLAggregatedObservableValue.java:[32] 
	public abstract class AbstractUMLAggregatedObservableValue extends ReferenceCountedObservable.Value implements AggregatedObservable, CommandBasedObservableValue {
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/AutoCompleteReferenceDialog.java:[60] 
	protected IObservableValue createWidgetObservable(IObservableValue modelProperty) {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/AutoCompleteReferenceDialog.java:[60] 
	protected IObservableValue createWidgetObservable(IObservableValue modelProperty) {
	                                                  ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/StereotypeApplicationModelElement.java:[34] 
	import org.eclipse.papyrus.uml.tools.providers.ProfileLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ProfileLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/StereotypeApplicationModelElement.java:[111] 
	return new ProfileLabelProvider((Package) umlSource);
	           ^^^^^^^^^^^^^^^^^^^^
The type ProfileLabelProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/modelelement/StereotypeApplicationModelElement.java:[111] 
	return new ProfileLabelProvider((Package) umlSource);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ProfileLabelProvider(Package) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositesformodel/AppliedProfileCompositeOnModel.java:[53] 
	import org.eclipse.papyrus.uml.properties.profile.ui.panels.AppliedProfilePanel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AppliedProfilePanel is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositesformodel/AppliedProfileCompositeOnModel.java:[132] 
	public AppliedProfileCompositeOnModel(AppliedProfilePanel parent) {
	                                      ^^^^^^^^^^^^^^^^^^^
The type AppliedProfilePanel is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositesformodel/AppliedProfileCompositeOnModel.java:[614] 
	EList appliedProfiles = getSelectedPackage().getAppliedProfiles();
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositesformodel/AppliedProfileCompositeOnModel.java:[621] 
	EList importedPackages = getSelectedPackage().getPackageImports();
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositesformodel/AppliedProfileCompositeOnModel.java:[622] 
	Iterator<PackageImport> iterPI = importedPackages.iterator();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<PackageImport>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositesformodel/AppliedProfileCompositeOnModel.java:[623] 
	ArrayList importedPackagesToRemove = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositesformodel/AppliedProfileCompositeOnModel.java:[623] 
	ArrayList importedPackagesToRemove = new ArrayList();
	                                         ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositesformodel/AppliedProfileCompositeOnModel.java:[628] 
	importedPackagesToRemove.add(pi);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositesformodel/AppliedProfileCompositeOnModel.java:[651] 
	private EObject resolveSemanticObject(Object object) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method resolveSemanticObject(Object) from the type AppliedProfileCompositeOnModel is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/EObjectContentsEditor.java:[79] 
	protected IObservableValue modelElementObservable;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/EObjectContentsEditor.java:[169] 
	public void setValue(IObservableValue observable) {
	                     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/EObjectContentsEditor.java:[307] 
	modelElementObservable.setValue(value);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/EObjectContentsEditor.java:[331] 
	modelElementObservable.setValue(null);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/constraints/IsDataTypeConstraint.java:[41] 
	dataType = ClassLoaderHelper.newInstance(dataTypeClassName, EDataType.class);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method newInstance(String, Class<EDataType>) from the type ClassLoaderHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MultiplicityObservableValue.java:[53] 
	public class MultiplicityObservableValue extends ReferenceCountedObservable.Value implements IChangeListener, CommandBasedObservableValue, AggregatedObservable, IObserving {
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MultiplicityObservableValue.java:[55] 
	private IObservableValue lowerBound, upperBound, lowerValue, upperValue, lowerValueSpecification, upperValueSpecification;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MultiplicityObservableValue.java:[105] 
	private IObservableValue getValueSpecification(IObservableValue source, EStructuralFeature specificationFeature, EditingDomain domain) {
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MultiplicityObservableValue.java:[105] 
	private IObservableValue getValueSpecification(IObservableValue source, EStructuralFeature specificationFeature, EditingDomain domain) {
	                                               ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MultiplicityObservableValue.java:[133] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return null; // Unknown
				}
				@Override
				public Object getNewValue() {
					return value;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/databinding/MultiplicityObservableValue.java:[133] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/editors/AutoCompleteStyledTextStringEditor.java:[99] 
	IStatus status = targetValidator.validate(text.getText());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/editors/AutoCompleteStyledTextStringEditor.java:[152] 
	private boolean delayedIsOpen = false;
	                ^^^^^^^^^^^^^
The value of the field new ICompletionListener(){}.delayedIsOpen is not used
245 problems (245 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 192 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/target/org.eclipse.papyrus.uml.properties-4.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/target/org.eclipse.papyrus.uml.properties-4.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/target/org.eclipse.papyrus.uml.properties-4.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties/4.1.100-SNAPSHOT/org.eclipse.papyrus.uml.properties-4.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties/4.1.100-SNAPSHOT/org.eclipse.papyrus.uml.properties-4.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/target/org.eclipse.papyrus.uml.properties-4.1.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties/4.1.100-SNAPSHOT/org.eclipse.papyrus.uml.properties-4.1.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties/4.1.100-SNAPSHOT/org.eclipse.papyrus.uml.properties-4.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties/4.1.100-SNAPSHOT/org.eclipse.papyrus.uml.properties-4.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.properties ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.ui >----
[INFO] Building org.eclipse.papyrus.uml.decoratormodel.ui 3.0.0-SNAPSHOT [313/487]
[INFO]   from ../../plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/target/org.eclipse.papyrus.uml.decoratormodel.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/target/org.eclipse.papyrus.uml.decoratormodel.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/target/org.eclipse.papyrus.uml.decoratormodel.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/target/org.eclipse.papyrus.uml.decoratormodel.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.decoratormodel.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.properties >--
[INFO] Building org.eclipse.papyrus.uml.decoratormodel.properties 5.0.0-SNAPSHOT [314/487]
[INFO]   from ../../plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] The project's OSGi version is 5.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/src/org/eclipse/papyrus/uml/decoratormodel/internal/properties/constraints/ProfileApplicationsConstraintException.java:[24] 
	public class ProfileApplicationsConstraintException extends CoreException {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The serializable class ProfileApplicationsConstraintException does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/src/org/eclipse/papyrus/uml/decoratormodel/properties/elements/DecoratorModelsObservableList.java:[57] 
	public class DecoratorModelsObservableList extends ObservableList implements ICommitListener, IObserving {
	                                                   ^^^^^^^^^^^^^^
ObservableList is a raw type. References to generic type ObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/src/org/eclipse/papyrus/uml/decoratormodel/properties/elements/DecoratorModelsObservableList.java:[96] 
	super(realm, Lists.newArrayList(), Object.class);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ObservableList(Realm, List, Object) belongs to the raw type ObservableList. References to generic type ObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/src/org/eclipse/papyrus/uml/decoratormodel/properties/elements/DecoratorModelsObservableList.java:[220] 
	updateWrappedList(newList);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method updateWrappedList(List) belongs to the raw type ObservableList. References to generic type ObservableList<E> should be parameterized
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 192 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/target/org.eclipse.papyrus.uml.decoratormodel.properties-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/target/org.eclipse.papyrus.uml.decoratormodel.properties-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/target/org.eclipse.papyrus.uml.decoratormodel.properties-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.properties-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.properties-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/target/org.eclipse.papyrus.uml.decoratormodel.properties-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.properties-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.properties-5.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.properties-5.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.decoratormodel.properties ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.groups >--
[INFO] Building org.eclipse.papyrus.uml.diagram.common.groups 3.0.100-SNAPSHOT [315/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.groups:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.common.groups
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/preferences/OpacityFactoryHelper.java:[81] 
	return new Integer(store.getInt(preferenceName));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/utils/GraphicalAndModelElementComparator.java:[55] 
	private Map registery;
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/edit/policies/XYLayoutEditGroupPolicy.java:[359] 
	List<IGraphicalEditPart> automaticChildren = (List<IGraphicalEditPart>) request.getExtendedData().get(GroupRequestConstants.GRAPHICAL_CHILDREN);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<IGraphicalEditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/edit/policies/XYLayoutEditGroupPolicy.java:[436] 
	List<IGraphicalEditPart> automaticChildren = (List<IGraphicalEditPart>) request.getExtendedData().get(GroupRequestConstants.GRAPHICAL_CHILDREN);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<IGraphicalEditPart>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/ChangeModelParentCommand.java:[32] 
	import org.eclipse.gmf.runtime.emf.type.core.internal.l10n.EMFTypeCoreMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EMFTypeCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/ChangeModelParentCommand.java:[91] 
	coll.add(element);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/ChangeModelParentCommand.java:[96] 
	return CommandResult.newErrorCommandResult(EMFTypeCoreMessages.moveElementsCommand_noTargetFeature);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EMFTypeCoreMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/ChangeModelParentCommand.java:[96] 
	return CommandResult.newErrorCommandResult(EMFTypeCoreMessages.moveElementsCommand_noTargetFeature);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'EMFTypeCoreMessages.moveElementsCommand_noTargetFeature' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.emf.type.core/1.10.0.202403010913/org.eclipse.gmf.runtime.emf.type.core-1.10.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/ui/CheckboxIGraphicalFocusListenner.java:[30] 
	private int oldColor, newColor;
	            ^^^^^^^^
The value of the field CheckboxIGraphicalFocusListenner.oldColor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/ui/CheckboxIGraphicalFocusListenner.java:[30] 
	private int oldColor, newColor;
	                      ^^^^^^^^
The value of the field CheckboxIGraphicalFocusListenner.newColor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/ui/CheckboxIGraphicalFocusListenner.java:[32] 
	private View parentView;
	             ^^^^^^^^^^
The value of the field CheckboxIGraphicalFocusListenner.parentView is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/ui/CheckboxIGraphicalFocusListenner.java:[34] 
	private TransactionalEditingDomain editingDomain;
	                                   ^^^^^^^^^^^^^
The value of the field CheckboxIGraphicalFocusListenner.editingDomain is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/ui/ChooseChildrenNotificationConfigurator.java:[63] 
	private IGraphicalEditPart parentEditPart;
	                           ^^^^^^^^^^^^^^
The value of the field ChooseChildrenNotificationConfigurator.parentEditPart is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/utlis/CommandsUtils.java:[281] 
	request.getExtendedData().put(NEW_PARENT_HOST, hostParent);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/utlis/CommandsUtils.java:[286] 
	request.getExtendedData().put(CommandsUtils.NEW_PARENT_HOST, hostParent);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/utlis/CommandsUtils.java:[324] 
	request.getExtendedData().put(CommandsUtils.NEW_PARENT_HOST, hostParent);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/utlis/CommandsUtils.java:[380] 
	request.getExtendedData().put(GroupRequestConstants.GRAPHICAL_CHILDREN, automaticChildren);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/utlis/CommandsUtils.java:[1020] 
	request.getExtendedData().put(GroupRequestConstants.GRAPHICAL_CONTAINERS, _graphicalParents);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/utlis/CommandsUtils.java:[1023] 
	request.getExtendedData().put(GroupRequestConstants.MODEL_CONTAINERS, _modelParents);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/utlis/CommandsUtils.java:[1052] 
	request.getExtendedData().put(NEW_PARENT_HOST, defaultGraphicalEditPart);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/utlis/CommandsUtils.java:[1140] 
	HashMap extendedData = new HashMap(request.getExtendedData());
	^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/utlis/CommandsUtils.java:[1140] 
	HashMap extendedData = new HashMap(request.getExtendedData());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/utlis/CommandsUtils.java:[1140] 
	HashMap extendedData = new HashMap(request.getExtendedData());
	                           ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/edit/policies/CreateInGroupEditPolicy.java:[81] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/edit/policies/CreateInGroupEditPolicy.java:[201] 
	request.getExtendedData().put(CommandsUtils.GRAPHICAL_PARENT, newParentPart);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/ChangeGraphicalParentCommand.java:[88] 
	private IGraphicalEditPart host;
	                           ^^^^
The value of the field ChangeGraphicalParentCommand.host is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/commands/UpdateReferencesCommand.java:[132] 
	Collection<EObject> collection = (Collection<EObject>) eObjectCreatedElement.eGet(ref);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/utils/Utils.java:[248] 
	Collection<View> diagramViews = new ArrayList<View>(anyPart.getViewer().getEditPartRegistry().keySet());
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Collection<? extends View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/utils/Utils.java:[276] 
	Collection<View> diagramViews = new ArrayList<View>(parentPart.getViewer().getEditPartRegistry().keySet());
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Collection<? extends View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/utils/Utils.java:[309] 
	Map editPartRegistry = null;
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/utils/Utils.java:[335] 
	Collection<View> diagramViews = new ArrayList<View>(editPartRegistry.keySet());
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Collection<? extends View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/utils/Utils.java:[557] 
	groups = (List<EObject>) object.eGet(ref);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/utils/Utils.java:[607] 
	groups = (List<EObject>) visitingElement.eGet(ref);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/utils/Utils.java:[644] 
	Collection<EObject> collection = (Collection<EObject>) source.eGet(ref);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/utils/Utils.java:[962] 
	public static boolean isContainedInRegistery(Map editPartRegistry, Object _child) {
	                                             ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/utils/Utils.java:[977] 
	public static boolean isAGoodCompartementEditPart(Map editPartRegistry, Object _child) {
	                                                  ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/org/eclipse/papyrus/uml/diagram/common/groups/core/utils/Utils.java:[990] 
	public static EditPart getCompartementEditPartFromMainEditPart(Map editPartRegistry, EditPart parentEditPart) {
	                                                               ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
37 problems (37 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 188 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/target/org.eclipse.papyrus.uml.diagram.common.groups-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/target/org.eclipse.papyrus.uml.diagram.common.groups-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/target/org.eclipse.papyrus.uml.diagram.common.groups-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common.groups/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common.groups-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common.groups/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common.groups-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/target/org.eclipse.papyrus.uml.diagram.common.groups-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common.groups/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common.groups-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common.groups/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common.groups-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common.groups/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common.groups-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.common.groups ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css >-------
[INFO] Building org.eclipse.papyrus.uml.diagram.css 3.0.0-SNAPSHOT    [316/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.css
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.css ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 189 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/target/org.eclipse.papyrus.uml.diagram.css-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/target/org.eclipse.papyrus.uml.diagram.css-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/target/org.eclipse.papyrus.uml.diagram.css-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.css/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.css-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.css/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.css-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/target/org.eclipse.papyrus.uml.diagram.css-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.css/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.css-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.css/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.css-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.css/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.css-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.css ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.dnd >-------
[INFO] Building org.eclipse.papyrus.uml.diagram.dnd 2.0.0-SNAPSHOT    [317/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.dnd
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/src/org/eclipse/papyrus/uml/diagram/dnd/strategy/instancespecification/ClassifierToSlotsDropStrategy.java:[108] 
	List<Classifier> currentValues = (List<Classifier>) semanticElement.eGet(feature);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<Classifier>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/src/org/eclipse/papyrus/uml/diagram/dnd/strategy/ReorderListItemsStrategy.java:[183] 
	EList<View> viewChildren = listPart.getNotationView().getPersistedChildren();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type EList needs unchecked conversion to conform to EList<View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/src/org/eclipse/papyrus/uml/diagram/dnd/strategy/instancespecification/ui/ClassifierPropertiesContentProvider.java:[34] 
	private Viewer viewer;
	               ^^^^^^
The value of the field ClassifierPropertiesContentProvider.viewer is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/src/org/eclipse/papyrus/uml/diagram/dnd/strategy/instancespecification/ui/ClassifierPropertiesContentProvider.java:[47] 
	this.input = (Collection<Classifier>) newInput;
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<Classifier>
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.dnd ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 196 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/target/org.eclipse.papyrus.uml.diagram.dnd-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/target/org.eclipse.papyrus.uml.diagram.dnd-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/target/org.eclipse.papyrus.uml.diagram.dnd-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.dnd/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.dnd-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.dnd/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.dnd-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/target/org.eclipse.papyrus.uml.diagram.dnd-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.dnd/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.dnd-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.dnd/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.dnd-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.dnd/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.dnd-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.dnd ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.icons >------
[INFO] Building org.eclipse.papyrus.uml.diagram.icons 2.0.0-SNAPSHOT  [318/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.icons
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.icons ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 61 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/target/org.eclipse.papyrus.uml.diagram.icons-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/target/org.eclipse.papyrus.uml.diagram.icons-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/target/org.eclipse.papyrus.uml.diagram.icons-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.icons/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.icons-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.icons/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.icons-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/target/org.eclipse.papyrus.uml.diagram.icons-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.icons/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.icons-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.icons/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.icons-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.icons/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.icons-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.icons ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.linklf >-----
[INFO] Building org.eclipse.papyrus.uml.diagram.linklf 3.0.0-SNAPSHOT [319/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.linklf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.linklf
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/DefaultLinksLFEditPolicy.java:[21] 
	import org.eclipse.gmf.runtime.diagram.ui.commands.CreateCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.gmf.runtime.diagram.ui.commands.CreateCommand is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[37] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.commands.SetConnectionBendpointsCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[86] 
	SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand(editingDomain);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[86] 
	SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand(editingDomain);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[86] 
	SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand(editingDomain);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SetConnectionBendpointsCommand(TransactionalEditingDomain)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[87] 
	sbbCommand.setEdgeAdapter(getViewAdapter());
	           ^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setEdgeAdapter(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[128] 
	Iterator commandItr = cc.iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[150] 
	SetConnectionBendpointsCommand sbbCommand = (SetConnectionBendpointsCommand) commandItr.next(); // 3
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[150] 
	SetConnectionBendpointsCommand sbbCommand = (SetConnectionBendpointsCommand) commandItr.next(); // 3
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[151] 
	sbbCommand.setNewPointList(pointList, sourceAnchor.getReferencePoint(), targetAnchor.getReferencePoint());
	           ^^^^^^^^^^^^^^^
Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, Point, Point)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.10.1.202403010913/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[166] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type new IAdaptable(){} needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[166] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[167] 
	if (adapter != null && adapter.isAssignableFrom(ShapeImpl.class)) {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[186] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type new IAdaptable(){} needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[186] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/org/eclipse/papyrus/uml/diagram/linklf/policy/graphicalnode/LinksLFObjectFlowWithPinsCreationEditPolicies.java:[187] 
	if (adapter != null && adapter.isAssignableFrom(ShapeImpl.class)) {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
16 problems (16 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.linklf ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 198 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/target/org.eclipse.papyrus.uml.diagram.linklf-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/target/org.eclipse.papyrus.uml.diagram.linklf-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/target/org.eclipse.papyrus.uml.diagram.linklf-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.linklf/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.linklf-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.linklf/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.linklf-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/target/org.eclipse.papyrus.uml.diagram.linklf-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.linklf/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.linklf-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.linklf/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.linklf-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.linklf/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.linklf-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.linklf ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.modelexplorer >--
[INFO] Building org.eclipse.papyrus.uml.diagram.modelexplorer 2.0.0-SNAPSHOT [320/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.modelexplorer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/src/org/eclipse/papyrus/uml/diagram/modelexplorer/handler/DiagramViewHandler.java:[26] 
	import org.eclipse.ui.internal.navigator.filters.UpdateActiveExtensionsOperation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UpdateActiveExtensionsOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/src/org/eclipse/papyrus/uml/diagram/modelexplorer/handler/DiagramViewHandler.java:[95] 
	UpdateActiveExtensionsOperation updateExtensions = new UpdateActiveExtensionsOperation(viewer, newContents);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UpdateActiveExtensionsOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/src/org/eclipse/papyrus/uml/diagram/modelexplorer/handler/DiagramViewHandler.java:[95] 
	UpdateActiveExtensionsOperation updateExtensions = new UpdateActiveExtensionsOperation(viewer, newContents);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UpdateActiveExtensionsOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/src/org/eclipse/papyrus/uml/diagram/modelexplorer/handler/DiagramViewHandler.java:[95] 
	UpdateActiveExtensionsOperation updateExtensions = new UpdateActiveExtensionsOperation(viewer, newContents);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UpdateActiveExtensionsOperation(CommonViewer, String[])' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/src/org/eclipse/papyrus/uml/diagram/modelexplorer/handler/DiagramViewHandler.java:[96] 
	updateExtensions.execute(null, null);
	                 ^^^^^^^
Discouraged access: The method 'UpdateActiveExtensionsOperation.execute(IProgressMonitor, IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 190 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/target/org.eclipse.papyrus.uml.diagram.modelexplorer-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/target/org.eclipse.papyrus.uml.diagram.modelexplorer-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/target/org.eclipse.papyrus.uml.diagram.modelexplorer-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.modelexplorer-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.modelexplorer-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/target/org.eclipse.papyrus.uml.diagram.modelexplorer-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.modelexplorer-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.modelexplorer-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.modelexplorer-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.modelexplorer ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.navigation >---
[INFO] Building org.eclipse.papyrus.uml.diagram.navigation 3.0.0-SNAPSHOT [321/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.navigation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/src/org/eclipse/papyrus/uml/diagram/navigation/UMLBaseNameSetter.java:[43] 
	contents = Collections.EMPTY_LIST;
	           ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<EObject>
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.navigation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 178 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/target/org.eclipse.papyrus.uml.diagram.navigation-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/target/org.eclipse.papyrus.uml.diagram.navigation-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/target/org.eclipse.papyrus.uml.diagram.navigation-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.navigation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.navigation-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.navigation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.navigation-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/target/org.eclipse.papyrus.uml.diagram.navigation-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.navigation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.navigation-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.navigation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.navigation-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.navigation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.navigation-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.navigation ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols >-----
[INFO] Building org.eclipse.papyrus.uml.diagram.symbols 2.0.100-SNAPSHOT [322/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] The project's OSGi version is 2.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.symbols
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.symbols ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 188 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/target/org.eclipse.papyrus.uml.diagram.symbols-2.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/target/org.eclipse.papyrus.uml.diagram.symbols-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/target/org.eclipse.papyrus.uml.diagram.symbols-2.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.symbols/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.symbols-2.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.symbols/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.symbols-2.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/target/org.eclipse.papyrus.uml.diagram.symbols-2.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.symbols/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.symbols-2.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.symbols/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.symbols-2.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.symbols/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.symbols-2.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.symbols ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence.restrictions >--
[INFO] Building org.eclipse.papyrus.uml.diagram.sequence.restrictions 2.1.0-SNAPSHOT [323/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence.restrictions:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.sequence.restrictions
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
[INFO] 0 component(s) where generated, 2 where kept.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 209 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/target/org.eclipse.papyrus.uml.diagram.sequence.restrictions-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/target/org.eclipse.papyrus.uml.diagram.sequence.restrictions-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/target/org.eclipse.papyrus.uml.diagram.sequence.restrictions-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.sequence.restrictions-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.sequence.restrictions-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/target/org.eclipse.papyrus.uml.diagram.sequence.restrictions-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.sequence.restrictions-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.sequence.restrictions-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.sequence.restrictions-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.sequence.restrictions ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols.properties >--
[INFO] Building org.eclipse.papyrus.uml.diagram.symbols.properties 2.0.0-SNAPSHOT [324/487]
[INFO]   from ../../plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.symbols.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 192 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/target/org.eclipse.papyrus.uml.diagram.symbols.properties-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/target/org.eclipse.papyrus.uml.diagram.symbols.properties-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/target/org.eclipse.papyrus.uml.diagram.symbols.properties-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.symbols.properties-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.symbols.properties-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/target/org.eclipse.papyrus.uml.diagram.symbols.properties-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.symbols.properties-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.symbols.properties-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.symbols.properties-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.symbols.properties ---
[INFO] 
[INFO] --< org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml-expressions >--
[INFO] Building Papyrus UML Expressions Infrastructure 0.0.1-SNAPSHOT [325/487]
[INFO]   from ../../plugins/uml/expressions/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-expressions ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-expressions ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-expressions ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-expressions ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml-expressions/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-expressions-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions >--
[INFO] Building org.eclipse.papyrus.uml.expressions 3.0.0-SNAPSHOT    [326/487]
[INFO]   from ../../plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.expressions ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.expressions ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.expressions
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.expressions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.expressions ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.expressions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.expressions ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 59 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.expressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/target/org.eclipse.papyrus.uml.expressions-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.expressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/target/org.eclipse.papyrus.uml.expressions-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.expressions ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/target/org.eclipse.papyrus.uml.expressions-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/target/org.eclipse.papyrus.uml.expressions-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.expressions ---
[INFO] 
[INFO] --< org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.edit >--
[INFO] Building org.eclipse.papyrus.uml.expressions.edit 3.0.100-SNAPSHOT [327/487]
[INFO]   from ../../plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.edit:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.expressions.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.expressions.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/target/org.eclipse.papyrus.uml.expressions.edit-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/target/org.eclipse.papyrus.uml.expressions.edit-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/target/org.eclipse.papyrus.uml.expressions.edit-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions.edit/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.expressions.edit-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions.edit/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.expressions.edit-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/target/org.eclipse.papyrus.uml.expressions.edit-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions.edit/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.expressions.edit-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions.edit/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.expressions.edit-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions.edit/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.expressions.edit-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.expressions.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.properties >--
[INFO] Building org.eclipse.papyrus.uml.expressions.properties 2.0.0-SNAPSHOT [328/487]
[INFO]   from ../../plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.expressions.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.expressions.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 152 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/target/org.eclipse.papyrus.uml.expressions.properties-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/target/org.eclipse.papyrus.uml.expressions.properties-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/target/org.eclipse.papyrus.uml.expressions.properties-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions.properties-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions.properties-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/target/org.eclipse.papyrus.uml.expressions.properties-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions.properties-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions.properties-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/uml-expressions/org.eclipse.papyrus.uml.expressions.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions.properties-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.expressions.properties ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml-modelexplorer >------
[INFO] Building Papyrus UML Model Explorer 0.0.1-SNAPSHOT             [329/487]
[INFO]   from ../../plugins/uml/modelexplorer/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-modelexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-modelexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-modelexplorer ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-modelexplorer ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-modelexplorer/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-modelexplorer-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer >------
[INFO] Building org.eclipse.papyrus.uml.modelexplorer 3.1.0-SNAPSHOT  [330/487]
[INFO]   from ../../plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.modelexplorer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] Compiling 272 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/factory/ModelElementItemFactory.java:[24] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type ModelElementItemFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/factory/ModelElementItemFactory.java:[24] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	                                                 ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[91] 
	protected List<String> predefinedCustoList = new ArrayList<String>() {
	                                                 ^^^^^^^^^^^^^^^^^^^
The serializable class  does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[535] 
	int index = ((List) input).indexOf(selection);
	              ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[536] 
	((List) input).remove(selection);
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[537] 
	((List) input).add(index + 1, selection);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[537] 
	((List) input).add(index + 1, selection);
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[550] 
	int index = ((List) input).indexOf(selection);
	              ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[551] 
	((List) input).remove(selection);
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[552] 
	((List) input).add(index - 1, selection);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[552] 
	((List) input).add(index - 1, selection);
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[566] 
	((List) input).remove(selection);
	  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/dialogs/CustomizeUMLLabelDialog.java:[582] 
	((List<String[]>) input).add(newEntry);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<String[]>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/CustomizeUMLLabelHandler.java:[56] 
	Map map = (Map<String, String>) result[0];
	^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/CustomizeUMLLabelHandler.java:[56] 
	Map map = (Map<String, String>) result[0];
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/AbstractUmlModelExplorerCreateCommandHandler.java:[21] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/AbstractUmlModelExplorerCreateCommandHandler.java:[26] 
	import org.eclipse.papyrus.uml.service.types.ui.handlers.AbstractUmlCreateCommandHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractUmlCreateCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/AbstractUmlModelExplorerCreateCommandHandler.java:[39] 
	public abstract class AbstractUmlModelExplorerCreateCommandHandler extends AbstractUmlCreateCommandHandler {
	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractUmlCreateCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/AbstractUmlModelExplorerCreateCommandHandler.java:[54] 
	Object result = super.execute(event);
	                      ^^^^^^^^^^^^^^
The method execute(ExecutionEvent) from the type AbstractCreateCommandHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/AbstractUmlModelExplorerCreateCommandHandler.java:[84] 
	Optional<NavigationTarget> navigationTarget = AdapterUtils.adapt(activePart, NavigationTarget.class);
	                                              ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/AbstractUmlModelExplorerCreateCommandHandler.java:[84] 
	Optional<NavigationTarget> navigationTarget = AdapterUtils.adapt(activePart, NavigationTarget.class);
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<NavigationTarget>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/AbstractUmlModelExplorerCreateCommandHandler.java:[89] 
	Optional<IRevealSemanticElement> revealSemantic = AdapterUtils.adapt(activePart, IRevealSemanticElement.class);
	                                                  ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/AbstractUmlModelExplorerCreateCommandHandler.java:[89] 
	Optional<IRevealSemanticElement> revealSemantic = AdapterUtils.adapt(activePart, IRevealSemanticElement.class);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IRevealSemanticElement>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/ToggleAdvancedModelExplorerHandler.java:[118] 
	org.eclipse.papyrus.infra.ui.internal.emf.Activator.getDefault().saveCustomizationManagerState();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/ToggleAdvancedModelExplorerHandler.java:[118] 
	org.eclipse.papyrus.infra.ui.internal.emf.Activator.getDefault().saveCustomizationManagerState();
	                                                    ^^^^^^^^^^
Discouraged access: The method 'Activator.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/org/eclipse/papyrus/uml/modelexplorer/handler/ToggleAdvancedModelExplorerHandler.java:[118] 
	org.eclipse.papyrus.infra.ui.internal.emf.Activator.getDefault().saveCustomizationManagerState();
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.saveCustomizationManagerState()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin')
26 problems (26 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelexplorer ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 194 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/target/org.eclipse.papyrus.uml.modelexplorer-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/target/org.eclipse.papyrus.uml.modelexplorer-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/target/org.eclipse.papyrus.uml.modelexplorer-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/target/org.eclipse.papyrus.uml.modelexplorer-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.modelexplorer ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.widgets >--
[INFO] Building org.eclipse.papyrus.uml.modelexplorer.widgets 3.0.0-SNAPSHOT [331/487]
[INFO]   from ../../plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.modelexplorer.widgets
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 143 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/target/org.eclipse.papyrus.uml.modelexplorer.widgets-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/target/org.eclipse.papyrus.uml.modelexplorer.widgets-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/target/org.eclipse.papyrus.uml.modelexplorer.widgets-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer.widgets-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer.widgets-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/target/org.eclipse.papyrus.uml.modelexplorer.widgets-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer.widgets-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer.widgets-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer.widgets-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.modelexplorer.widgets ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic >----
[INFO] Building org.eclipse.papyrus.uml.nattable.generic 2.0.0-SNAPSHOT [332/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.generic
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.generic ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 89 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/target/org.eclipse.papyrus.uml.nattable.generic-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/target/org.eclipse.papyrus.uml.nattable.generic-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/target/org.eclipse.papyrus.uml.nattable.generic-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.generic/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.generic-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.generic/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.generic-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/target/org.eclipse.papyrus.uml.nattable.generic-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.generic/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.generic-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.generic/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.generic-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.generic/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.generic-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.generic ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.matrix >-----
[INFO] Building org.eclipse.papyrus.uml.nattable.matrix 2.0.0-SNAPSHOT [333/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.matrix:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.matrix
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/src/org/eclipse/papyrus/uml/nattable/matrix/validator/RelationshipOwnerValidator.java:[50] 
	public class RelationshipOwnerValidator implements IValidator {
	                                                   ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
2 problems (0 errors, 1 warning, 1 info)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.matrix ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 155 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/target/org.eclipse.papyrus.uml.nattable.matrix-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/target/org.eclipse.papyrus.uml.nattable.matrix-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/target/org.eclipse.papyrus.uml.nattable.matrix-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.matrix/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.matrix-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.matrix/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.matrix-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/target/org.eclipse.papyrus.uml.nattable.matrix-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.matrix/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.matrix-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.matrix/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.matrix-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.matrix/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.matrix-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.matrix ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.menu >------
[INFO] Building org.eclipse.papyrus.uml.nattable.menu 2.0.0-SNAPSHOT  [334/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.menu
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] Compiling 250 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.menu ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 193 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/target/org.eclipse.papyrus.uml.nattable.menu-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/target/org.eclipse.papyrus.uml.nattable.menu-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/target/org.eclipse.papyrus.uml.nattable.menu-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.menu/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.menu-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.menu/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.menu-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/target/org.eclipse.papyrus.uml.nattable.menu-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.menu/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.menu-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.menu/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.menu-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.menu/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.menu-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.menu ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.properties >---
[INFO] Building org.eclipse.papyrus.uml.nattable.properties 2.0.0-SNAPSHOT [335/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/src/org/eclipse/papyrus/uml/nattable/properties/modelelements/GenericUMLRelationshipMatrixModelElement.java:[38] 
	import org.eclipse.papyrus.infra.nattable.contentprovider.MatrixSourcesContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MatrixSourcesContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/src/org/eclipse/papyrus/uml/nattable/properties/modelelements/GenericUMLRelationshipMatrixModelElement.java:[38] 
	import org.eclipse.papyrus.infra.nattable.contentprovider.MatrixSourcesContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.nattable.contentprovider.MatrixSourcesContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/src/org/eclipse/papyrus/uml/nattable/properties/observables/AbstractMatrixRelationshipCellEditorConfigurationObservableValue.java:[33] 
	public abstract class AbstractMatrixRelationshipCellEditorConfigurationObservableValue extends AbstractObservableValue implements Listener {
	                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/src/org/eclipse/papyrus/uml/nattable/properties/observables/AbstractMatrixRelationshipCellEditorConfigurationObservableValue.java:[142] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return localOldValue;
				}
				@Override
				public Object getNewValue() {
					return newValue;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/src/org/eclipse/papyrus/uml/nattable/properties/observables/AbstractMatrixRelationshipCellEditorConfigurationObservableValue.java:[142] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/target/org.eclipse.papyrus.uml.nattable.properties-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/target/org.eclipse.papyrus.uml.nattable.properties-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/target/org.eclipse.papyrus.uml.nattable.properties-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.properties-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.properties-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/target/org.eclipse.papyrus.uml.nattable.properties-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.properties-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.properties-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.properties/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.properties-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.properties ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.richtext >----
[INFO] Building org.eclipse.papyrus.uml.nattable.richtext 3.0.0-SNAPSHOT [336/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.richtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/pom.xml
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.extension.nebula,1.1.0.201703192131.
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.richtext
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/src/org/eclipse/papyrus/uml/nattable/richtext/celleditor/RichTextCellEditorWithUMLReferences.java:[75] 
	super(toolbarConfiguration, style);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor RichTextCellEditor(ToolbarConfiguration, int) is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.richtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 156 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/target/org.eclipse.papyrus.uml.nattable.richtext-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/target/org.eclipse.papyrus.uml.nattable.richtext-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/target/org.eclipse.papyrus.uml.nattable.richtext-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.richtext/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.richtext-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.richtext/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.richtext-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/target/org.eclipse.papyrus.uml.nattable.richtext-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.richtext/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.richtext-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.richtext/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.richtext-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.richtext/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.richtext-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.richtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.stereotype.display >--
[INFO] Building org.eclipse.papyrus.uml.nattable.stereotype.display 4.0.0-SNAPSHOT [337/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.stereotype.display:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.stereotype.display
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 192 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/target/org.eclipse.papyrus.uml.nattable.stereotype.display-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/target/org.eclipse.papyrus.uml.nattable.stereotype.display-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/target/org.eclipse.papyrus.uml.nattable.stereotype.display-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.stereotype.display-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.stereotype.display-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/target/org.eclipse.papyrus.uml.nattable.stereotype.display-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.stereotype.display-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.stereotype.display-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.stereotype.display-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.stereotype.display ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.ui >--
[INFO] Building org.eclipse.papyrus.uml.xtext.integration.ui 3.1.0-SNAPSHOT [338/487]
[INFO]   from ../../plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.xtext.integration.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/CompletionProposalUtils.java:[29] 
	import org.eclipse.papyrus.infra.ui.util.DisplayUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DisplayUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[32] 
	import org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[33] 
	import org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ISemanticHighlightingCalculator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[35] 
	import org.eclipse.xtext.ui.editor.syntaxcoloring.MergingHighlightedPositionAcceptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MergingHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[45] 
	ITextInputListener, IXtextModelListener, IHighlightedPositionAcceptor {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[48] 
	private ISemanticHighlightingCalculator calculator;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ISemanticHighlightingCalculator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[97] 
	MergingHighlightedPositionAcceptor acceptor = new MergingHighlightedPositionAcceptor(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MergingHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[97] 
	MergingHighlightedPositionAcceptor acceptor = new MergingHighlightedPositionAcceptor(
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MergingHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[97] 
	MergingHighlightedPositionAcceptor acceptor = new MergingHighlightedPositionAcceptor(
				calculator);
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MergingHighlightedPositionAcceptor(ISemanticHighlightingCalculator) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[99] 
	acceptor.provideHighlightingFor(resource, this);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method provideHighlightingFor(XtextResource, IHighlightedPositionAcceptor) from the type MergingHighlightedPositionAcceptor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[319] 
	public void setCalculator(ISemanticHighlightingCalculator calculator) {
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ISemanticHighlightingCalculator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextStyledTextHighlightingReconciler.java:[323] 
	public ISemanticHighlightingCalculator getCalculator() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ISemanticHighlightingCalculator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/AbstractXtextDirectEditorConfiguration.java:[31] 
	public abstract class AbstractXtextDirectEditorConfiguration extends DefaultXtextDirectEditorConfiguration implements IXtextDirectEditorConfiguration {
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/AbstractXtextDirectEditorConfiguration.java:[44] 
	return super.createInvalidStringCommand(invalidString, semanticElement, parseResult, diagnostics, issues);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createInvalidStringCommand(String, EObject, IParseResult, List<Resource.Diagnostic>, List<Issue>) from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/AbstractXtextDirectEditorConfiguration.java:[56] 
	return super.getTextToEditInternal(semanticObject);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTextToEditInternal(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/StyledTextXtextAdapter.java:[240] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextDirectEditManager.java:[178] 
	int style, DefaultXtextDirectEditorConfiguration configuration) {
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextDirectEditManager.java:[180] 
	this.contextProvider = configuration.getContextProvider();
	                                     ^^^^^^^^^^^^^^^^^^^^
The method getContextProvider() from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextDirectEditManager.java:[181] 
	this.parser = configuration.createParser(((IGraphicalEditPart) source).resolveSemanticElement());
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createParser(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextDirectEditManager.java:[267] 
	text.getFont()).getAverageCharWidth();
	                ^^^^^^^^^^^^^^^^^^^^^
The method getAverageCharWidth() from the type FontMetrics is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextDirectEditManager.java:[417] 
	return getResourceManager().createFont(fontDescriptor);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createFont(FontDescriptor) from the type ResourceManager is deprecated since version 3.31
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextDirectEditManager.java:[543] 
	getResourceManager().destroyFont(iter.next());
	                     ^^^^^^^^^^^^^^^^^^^^^^^^
The method destroyFont(FontDescriptor) from the type ResourceManager is deprecated since version 3.31
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/XtextDirectEditManager.java:[652] 
	return getResourceManager().createFont(fontDescriptor);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createFont(FontDescriptor) from the type ResourceManager is deprecated since version 3.31
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/CompletionProposalAdapter.java:[124] 
	private ListenerList proposalListeners2 = new ListenerList();
	        ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/CompletionProposalAdapter.java:[124] 
	private ListenerList proposalListeners2 = new ListenerList();
	                                              ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/org/eclipse/papyrus/uml/xtext/integration/CompletionProposalAdapter.java:[249] 
	proposalListeners2.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
26 problems (26 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 191 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/target/org.eclipse.papyrus.uml.xtext.integration.ui-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/target/org.eclipse.papyrus.uml.xtext.integration.ui-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/target/org.eclipse.papyrus.uml.xtext.integration.ui-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.ui-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.ui-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/target/org.eclipse.papyrus.uml.xtext.integration.ui-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.ui-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.ui-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.ui-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.xtext.integration.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.integration >--
[INFO] Building org.eclipse.papyrus.uml.nattable.xtext.integration 3.0.0-SNAPSHOT [339/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.integration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.xtext.integration
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[26] 
	import org.eclipse.papyrus.infra.nattable.celleditor.AbstractPapyrusStyledTextCellEditor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[31] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[44] 
	public abstract class AbstractNatTableXTextCellEditor extends AbstractPapyrusStyledTextCellEditor {
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[46] 
	protected DefaultXtextDirectEditorConfiguration xTextConfiguration;
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[64] 
	super(table, axisElement, elementProvider, commitOnUpDown, moveSelectionOnEnter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AbstractPapyrusStyledTextCellEditor(Table, Object, ITableAxisElementProvider, boolean, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[98] 
	protected abstract DefaultXtextDirectEditorConfiguration createXTextEditorConfiguration();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[120] 
	return super.activateCell(parent, value);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method activateCell(Composite, Object) from the type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[137] 
	final EObject editedObject = getEditedEObject();
	                             ^^^^^^^^^^^^^^^^^^
The method getEditedEObject() from the type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[140] 
	XtextFakeResourceContext context = new XtextFakeResourceContext(xTextConfiguration.getInjector());
	                                                                                   ^^^^^^^^^^^^^
The method getInjector() from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[149] 
	jfaceCellEditor = xTextConfiguration.createCellEditor(parent, editedObject);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createCellEditor(Composite, EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractNatTableXTextCellEditor.java:[179] 
	final IParser parser = ((ICustomDirectEditorConfiguration) xTextConfiguration).createParser(getEditedEObject());
	                                                                                            ^^^^^^^^^^^^^^^^^^
The method getEditedEObject() from the type AbstractPapyrusStyledTextCellEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractXtextCellEditor.java:[27] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractXtextCellEditor.java:[54] 
	protected DefaultXtextDirectEditorConfiguration createXTextEditorConfiguration() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractXtextCellEditor.java:[57] 
	Object row = this.elementProvider.getRowElement(rowIndex);
	                  ^^^^^^^^^^^^^^^
The field AbstractPapyrusStyledTextCellEditor.elementProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractXtextCellEditor.java:[58] 
	Object column = this.elementProvider.getColumnElement(columnIndex);
	                     ^^^^^^^^^^^^^^^
The field AbstractPapyrusStyledTextCellEditor.elementProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractXtextCellEditor.java:[72] 
	protected DefaultXtextDirectEditorConfiguration getConfigurationFromEditedEObject(Object row, Object column) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractXtextCellEditor.java:[89] 
	if (configuration instanceof DefaultXtextDirectEditorConfiguration) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractXtextCellEditor.java:[91] 
	DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) configuration;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/celleditor/AbstractXtextCellEditor.java:[91] 
	DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) configuration;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/org/eclipse/papyrus/uml/nattable/xtext/integration/util/XTextEditorResultWrapper.java:[61] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type XTextEditorResultWrapper needs unchecked conversion to conform to T from the type IAdaptable
20 problems (20 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 195 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/target/org.eclipse.papyrus.uml.nattable.xtext.integration-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/target/org.eclipse.papyrus.uml.nattable.xtext.integration-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/target/org.eclipse.papyrus.uml.nattable.xtext.integration-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.xtext.integration-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.xtext.integration-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/target/org.eclipse.papyrus.uml.nattable.xtext.integration-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.xtext.integration-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.xtext.integration-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.xtext.integration-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.xtext.integration ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.uml-textedit >--------
[INFO] Building Papyrus UML Textual Edit 0.0.1-SNAPSHOT               [340/487]
[INFO]   from ../../plugins/uml/textedit/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-textedit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-textedit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-textedit ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-textedit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-textedit/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-textedit-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.valuespecification.xtext 2.0.100-SNAPSHOT [341/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] The project's OSGi version is 2.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.valuespecification.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/src/org/eclipse/papyrus/uml/textedit/valuespecification/xtext/formatting/UmlValueSpecificationFormatter.java:[34] 
	private UmlValueSpecificationGrammarAccess grammarAccess;
	                                           ^^^^^^^^^^^^^
The value of the field UmlValueSpecificationFormatter.grammarAccess is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/src/org/eclipse/papyrus/uml/textedit/valuespecification/xtext/formatting/UmlValueSpecificationFormatter.java:[38] 
	org.eclipse.papyrus.uml.textedit.valuespecification.xtext.services.UmlValueSpecificationGrammarAccess f = (org.eclipse.papyrus.uml.textedit.valuespecification.xtext.services.UmlValueSpecificationGrammarAccess) getGrammarAccess();
	                                                                                                      ^
The value of the local variable f is not used
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 129 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext-2.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext-2.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext-2.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext-2.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext-2.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext-2.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext-2.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext-2.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils >--
[INFO] Building org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils 2.0.0-SNAPSHOT [342/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/src/org/eclipse/papyrus/uml/textedit/valuespecification/xtext/utils/commands/MultiplicityUpperValueSetCommand.java:[27] 
	import org.eclipse.uml2.uml.LiteralInteger;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.LiteralInteger is never used
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 200 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui 3.0.0-SNAPSHOT [343/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/src/org/eclipse/papyrus/uml/textedit/valuespecification/xtext/ui/contribution/ValueSpecificationXtextDirectEditorConfiguration.java:[32] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/src/org/eclipse/papyrus/uml/textedit/valuespecification/xtext/ui/contribution/ValueSpecificationXtextDirectEditorConfiguration.java:[40] 
	public class ValueSpecificationXtextDirectEditorConfiguration extends DefaultXtextDirectEditorConfiguration {
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/src/org/eclipse/papyrus/uml/textedit/valuespecification/xtext/ui/contribution/ValueSpecificationXtextDirectEditorConfiguration.java:[77] 
	return ValueSpecificationXtextDirectEditorConfiguration.this.getTextToEditInternal(semanticObject);
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTextToEditInternal(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 212 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/target/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.valuespecification >--
[INFO] Building org.eclipse.papyrus.uml.nattable.xtext.valuespecification 6.0.0-SNAPSHOT [344/487]
[INFO]   from ../../plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.valuespecification:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] The project's OSGi version is 6.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.xtext.valuespecification
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/src/org/eclipse/papyrus/uml/nattable/xtext/valuespecification/celleditor/ValueSpecificationCellEditor.java:[27] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/src/org/eclipse/papyrus/uml/nattable/xtext/valuespecification/celleditor/ValueSpecificationCellEditor.java:[63] 
	Object row = this.elementProvider.getRowElement(rowIndex);
	                  ^^^^^^^^^^^^^^^
The field AbstractPapyrusStyledTextCellEditor.elementProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/src/org/eclipse/papyrus/uml/nattable/xtext/valuespecification/celleditor/ValueSpecificationCellEditor.java:[64] 
	Object column = this.elementProvider.getColumnElement(columnIndex);
	                     ^^^^^^^^^^^^^^^
The field AbstractPapyrusStyledTextCellEditor.elementProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/src/org/eclipse/papyrus/uml/nattable/xtext/valuespecification/celleditor/ValueSpecificationCellEditor.java:[92] 
	protected DefaultXtextDirectEditorConfiguration getConfigurationFromEditedEObject(
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/src/org/eclipse/papyrus/uml/nattable/xtext/valuespecification/celleditor/ValueSpecificationCellEditor.java:[101] 
	if (directEditorConfiguration instanceof DefaultXtextDirectEditorConfiguration) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/src/org/eclipse/papyrus/uml/nattable/xtext/valuespecification/celleditor/ValueSpecificationCellEditor.java:[102] 
	DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) directEditorConfiguration;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/src/org/eclipse/papyrus/uml/nattable/xtext/valuespecification/celleditor/ValueSpecificationCellEditor.java:[102] 
	DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) directEditorConfiguration;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 216 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/target/org.eclipse.papyrus.uml.nattable.xtext.valuespecification-6.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/target/org.eclipse.papyrus.uml.nattable.xtext.valuespecification-6.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/target/org.eclipse.papyrus.uml.nattable.xtext.valuespecification-6.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.xtext.valuespecification-6.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.xtext.valuespecification-6.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/target/org.eclipse.papyrus.uml.nattable.xtext.valuespecification-6.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.xtext.valuespecification-6.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.xtext.valuespecification-6.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.xtext.valuespecification-6.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.xtext.valuespecification ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.uml-profile >---------
[INFO] Building Papyrus UML Profile 0.0.1-SNAPSHOT                    [345/487]
[INFO]   from ../../plugins/uml/profile/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-profile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-profile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-profile ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-profile ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-profile/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-profile-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter >-----
[INFO] Building org.eclipse.papyrus.uml.profile.drafter 2.2.0-SNAPSHOT [346/487]
[INFO]   from ../../plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] The project's OSGi version is 2.2.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.drafter
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] Compiling 72 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/StereoptypeModel.java:[56] 
	protected IObservableList properties = new WritableList();
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/StereoptypeModel.java:[56] 
	protected IObservableList properties = new WritableList();
	                                           ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/StereoptypeModel.java:[323] 
	properties.addAll(toRetain);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/StereoptypeModel.java:[353] 
	properties.add(new PropertyModel(MemberKind.owned, property, getPropertyValue(property)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/StereoptypeModel.java:[363] 
	properties.add(new PropertyModel(MemberKind.inherited, property, getPropertyValue(property)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/StereoptypeModel.java:[432] 
	properties.add(model);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[79] 
	private DataBindingContext m_bindingContext;
	                           ^^^^^^^^^^^^^^^^
The value of the field PropertiesEditorWidget.m_bindingContext is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[81] 
	private Composite contentArea;
	                  ^^^^^^^^^^^
The value of the field PropertiesEditorWidget.contentArea is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[83] 
	private WritableList properties;
	        ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[126] 
	this.properties = (WritableList) properties;
	                   ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[128] 
	this.properties = new WritableList(properties, PropertyModel.class);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableList(List, Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[128] 
	this.properties = new WritableList(properties, PropertyModel.class);
	                      ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[142] 
	this.properties = (WritableList) properties;
	                   ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[144] 
	this.properties = new WritableList(properties, PropertyModel.class);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableList(List, Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[144] 
	this.properties = new WritableList(properties, PropertyModel.class);
	                      ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[285] 
	properties.add(model);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[326] 
	private void createDialogContents() {
	             ^^^^^^^^^^^^^^^^^^^^^^
The method createDialogContents() from the type PropertiesEditorWidget is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[334] 
	private void fillContentArea() {
	             ^^^^^^^^^^^^^^^^^
The method fillContentArea() from the type PropertiesEditorWidget is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[381] 
	private class MyContentProvider implements ITreeContentProvider {
	              ^^^^^^^^^^^^^^^^^
The type PropertiesEditorWidget.MyContentProvider is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[466] 
	final IValueProperty cellEditorProperty,
	      ^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[467] 
	final IValueProperty elementProperty) {
	      ^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[469] 
	return new ObservableValueEditingSupport(viewer, dbc) {
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ObservableValueEditingSupport is a raw type. References to generic type ObservableValueEditingSupport<E,M,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[471] 
	protected IObservableValue doCreateCellEditorObservable(CellEditor cellEditor) {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[474] 
	return cellEditorProperty.observe(((ComboBoxViewerCellEditor) cellEditor).getViewer());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[477] 
	return cellEditorProperty.observe(cellEditor.getControl());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[481] 
	protected IObservableValue doCreateElementObservable(Object element, ViewerCell cell) {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[482] 
	return elementProperty.observe(element);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[497] 
	ObservableListContentProvider listContentProvider = new ObservableListContentProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ObservableListContentProvider is a raw type. References to generic type ObservableListContentProvider<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[497] 
	ObservableListContentProvider listContentProvider = new ObservableListContentProvider();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ObservableListContentProvider is a raw type. References to generic type ObservableListContentProvider<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[499] 
	IObservableMap[] observeMaps = new IObservableMap[propertyNames.length];
	^^^^^^^^^^^^^^
IObservableMap is a raw type. References to generic type IObservableMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[501] 
	observeMaps[i] = BeanProperties.value(PropertyModel.class, propertyNames[i]).observeDetail(listContentProvider.getKnownElements());
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation observeDetail(IObservableSet) of the generic method observeDetail(IObservableSet<M>) of type IValueProperty<PropertyModel,Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[501] 
	observeMaps[i] = BeanProperties.value(PropertyModel.class, propertyNames[i]).observeDetail(listContentProvider.getKnownElements());
	                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableSet needs unchecked conversion to conform to IObservableSet<PropertyModel>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[539] 
	IValueProperty cellEditorProperty_0 = WidgetProperties.text(SWT.Modify);
	^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[540] 
	IBeanValueProperty valueProperty_0 = BeanProperties.value("proposedName");
	^^^^^^^^^^^^^^^^^^
IBeanValueProperty is a raw type. References to generic type IBeanValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[555] 
	IValueProperty typeCellEditorBindAnchor = ViewerProperties.singleSelection();
	^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[557] 
	IBeanValueProperty typeModelPropertyBindAnchor = BeanProperties.value("type");
	^^^^^^^^^^^^^^^^^^
IBeanValueProperty is a raw type. References to generic type IBeanValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[562] 
	IValueProperty cellEditorProperty_1 = WidgetProperties.text(SWT.Modify);
	^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[563] 
	IBeanValueProperty valueProperty_2 = BeanProperties.value("stateKind");
	^^^^^^^^^^^^^^^^^^
IBeanValueProperty is a raw type. References to generic type IBeanValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[567] 
	IValueProperty cellEditorProperty_2 = WidgetProperties.text(SWT.Modify);
	^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[568] 
	IBeanValueProperty valueProperty_3 = BeanProperties.value("value");
	^^^^^^^^^^^^^^^^^^
IBeanValueProperty is a raw type. References to generic type IBeanValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[573] 
	IValueProperty cellEditorPropertyMember = WidgetProperties.text(SWT.Modify);
	^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[574] 
	IBeanValueProperty valuePropertyMember = BeanProperties.value("memberKind");
	^^^^^^^^^^^^^^^^^^
IBeanValueProperty is a raw type. References to generic type IBeanValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[578] 
	IValueProperty cellEditorPropertyDel = WidgetProperties.text(SWT.Modify);
	^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[579] 
	IBeanValueProperty valuePropertyDel = BeanProperties.value("lifeStatusKind");
	^^^^^^^^^^^^^^^^^^
IBeanValueProperty is a raw type. References to generic type IBeanValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[646] 
	IValueProperty cellEditorProperty_0 = WidgetProperties.text(SWT.Modify);
	^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[647] 
	IBeanValueProperty valueProperty_0 = BeanProperties.value("proposedName");
	^^^^^^^^^^^^^^^^^^
IBeanValueProperty is a raw type. References to generic type IBeanValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[651] 
	IValueProperty cellEditorProperty = WidgetProperties.text(SWT.Modify);
	^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[652] 
	IBeanValueProperty valueProperty_1 = BeanProperties.value("type");
	^^^^^^^^^^^^^^^^^^
IBeanValueProperty is a raw type. References to generic type IBeanValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[656] 
	IValueProperty cellEditorProperty_1 = WidgetProperties.text(SWT.Modify);
	^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[657] 
	IBeanValueProperty valueProperty_2 = BeanProperties.value("modelStatus");
	^^^^^^^^^^^^^^^^^^
IBeanValueProperty is a raw type. References to generic type IBeanValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[661] 
	IValueProperty cellEditorProperty_2 = WidgetProperties.text(SWT.Modify);
	^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java:[662] 
	IBeanValueProperty valueProperty_3 = BeanProperties.value("value");
	^^^^^^^^^^^^^^^^^^
IBeanValueProperty is a raw type. References to generic type IBeanValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/TypeModel.java:[35] 
	private ITypeCatalog typeCatalog;
	                     ^^^^^^^^^^^
The value of the field TypeModel.typeCatalog is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/TaggedValuesEditorWidget.java:[36] 
	private Composite contentArea;
	                  ^^^^^^^^^^^
The value of the field TaggedValuesEditorWidget.contentArea is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/TaggedValuesEditorWidget.java:[141] 
	private void createDialogContents() {
	             ^^^^^^^^^^^^^^^^^^^^^^
The method createDialogContents() from the type TaggedValuesEditorWidget is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/TaggedValuesEditorWidget.java:[149] 
	private void fillContentArea() {
	             ^^^^^^^^^^^^^^^^^
The method fillContentArea() from the type TaggedValuesEditorWidget is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/commands/CreateProfileAndProfileResourceCommand.java:[167] 
	private Profile createProfile() {
	                ^^^^^^^^^^^^^^^
The method createProfile() from the type CreateProfileAndProfileResourceCommand is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/commands/CreateProfileAndProfileResourceCommand.java:[177] 
	private Resource createResource() {
	                 ^^^^^^^^^^^^^^^^
The method createResource() from the type CreateProfileAndProfileResourceCommand is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/NewSterotypeDialog2.java:[77] 
	List metaclassToAdd = new List(metaclassesGroup, SWT.BORDER);
	     ^^^^^^^^^^^^^^
The value of the local variable metaclassToAdd is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/NewSterotypeDialog2.java:[79] 
	List existingMetaclass = new List(metaclassesGroup, SWT.BORDER);
	     ^^^^^^^^^^^^^^^^^
The value of the local variable existingMetaclass is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/NewSterotypeDialog2.java:[100] 
	List extensionsToAdd = new List(extendedStereotypes, SWT.BORDER);
	     ^^^^^^^^^^^^^^^
The value of the local variable extensionsToAdd is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/NewSterotypeDialog2.java:[102] 
	List existingExtensions = new List(extendedStereotypes, SWT.BORDER);
	     ^^^^^^^^^^^^^^^^^^
The value of the local variable existingExtensions is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/ResourceTypeProvider.java:[68] 
	Iterators.filter(iter, getTypePredicate() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation filter(Iterator<EObject>, Predicate) of the generic method filter(Iterator<T>, Predicate<? super T>) of type Iterators
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/ResourceTypeProvider.java:[68] 
	Iterators.filter(iter, getTypePredicate() );
	                       ^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Predicate needs unchecked conversion to conform to Predicate<? super EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/ResourceTypeProvider.java:[81] 
	private Predicate getTypePredicate() {
	        ^^^^^^^^^
Predicate is a raw type. References to generic type Predicate<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/ResourceTypeProvider.java:[88] 
	return Iterators.filter(resource.getAllContents(), getTypePredicate() );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation filter(TreeIterator<EObject>, Predicate) of the generic method filter(Iterator<T>, Predicate<? super T>) of type Iterators
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/ResourceTypeProvider.java:[88] 
	return Iterators.filter(resource.getAllContents(), getTypePredicate() );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type UnmodifiableIterator needs unchecked conversion to conform to Iterator<Type>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/ResourceTypeProvider.java:[88] 
	return Iterators.filter(resource.getAllContents(), getTypePredicate() );
	                                                   ^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Predicate needs unchecked conversion to conform to Predicate<? super EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ProfileApplicator.java:[356] 
	private IStatus validateAllProfiles(EObject rootObject, List<EPackage> objectsToValidate) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method validateAllProfiles(EObject, List<EPackage>) from the type ProfileApplicator is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ProfileApplicator.java:[668] 
	private ElementImport getMetaclassElementImport(Element fromElement, Class metaclass)  {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMetaclassElementImport(Element, Class) from the type ProfileApplicator is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ProfileApplicator.java:[1018] 
	Object actualValue = getUmlElement().getValue(stereotype, propertyModel.getProposedName());
	       ^^^^^^^^^^^
The value of the local variable actualValue is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/handler/AddProfileHandler.java:[51] 
	private String taggedValeNameInput;
	               ^^^^^^^^^^^^^^^^^^^
The value of the field AddProfileHandler.taggedValeNameInput is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[48] 
	private Binding stereotypeNameBinding;
	                ^^^^^^^^^^^^^^^^^^^^^
The value of the field StereotypeUpdateDialogOld.stereotypeNameBinding is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[49] 
	private Binding profileNameBinding;
	                ^^^^^^^^^^^^^^^^^^
The value of the field StereotypeUpdateDialogOld.profileNameBinding is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[50] 
	private Binding stereotypeBinding;
	                ^^^^^^^^^^^^^^^^^
The value of the field StereotypeUpdateDialogOld.stereotypeBinding is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[51] 
	private DataBindingContext m_bindingContext;
	                           ^^^^^^^^^^^^^^^^
The value of the field StereotypeUpdateDialogOld.m_bindingContext is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[52] 
	private org.eclipse.core.databinding.Binding profileBinding;
	                                             ^^^^^^^^^^^^^^
The value of the field StereotypeUpdateDialogOld.profileBinding is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[298] 
	IObservableValue observeTextProfileTextObserveWidget = WidgetProperties.text(SWT.Modify).observe(profileText);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[299] 
	IObservableValue profileNameStereotypeNameToProfileSynchronizerObserveValue = BeanProperties.value("profileName").observe(stereotypeNameToProfileSynchronizer);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[300] 
	profileNameBinding = bindingContext.bindValue(observeTextProfileTextObserveWidget, profileNameStereotypeNameToProfileSynchronizerObserveValue, null, null);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[300] 
	profileNameBinding = bindingContext.bindValue(observeTextProfileTextObserveWidget, profileNameStereotypeNameToProfileSynchronizerObserveValue, null, null);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[300] 
	profileNameBinding = bindingContext.bindValue(observeTextProfileTextObserveWidget, profileNameStereotypeNameToProfileSynchronizerObserveValue, null, null);
	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[302] 
	IObservableValue observeTextStereotypeTextObserveWidget = WidgetProperties.text(SWT.Modify).observe(stereotypeText);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[303] 
	IObservableValue stereotypeNameStereotypeNameToProfileSynchronizerObserveValue = BeanProperties.value("stereotypeName").observe(stereotypeNameToProfileSynchronizer);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[304] 
	stereotypeNameBinding = bindingContext.bindValue(observeTextStereotypeTextObserveWidget, stereotypeNameStereotypeNameToProfileSynchronizerObserveValue, null, null);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[304] 
	stereotypeNameBinding = bindingContext.bindValue(observeTextStereotypeTextObserveWidget, stereotypeNameStereotypeNameToProfileSynchronizerObserveValue, null, null);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[304] 
	stereotypeNameBinding = bindingContext.bindValue(observeTextStereotypeTextObserveWidget, stereotypeNameStereotypeNameToProfileSynchronizerObserveValue, null, null);
	                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[306] 
	IObservableValue stereotypeTaggedValuesEditorWidgetObserveValue = PojoProperties.value("stereotype").observe(taggedValuesEditorWidget);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[307] 
	IObservableValue stereotypeStereotypeNameToProfileSynchronizerObserveValue = BeanProperties.value("stereotype").observe(stereotypeNameToProfileSynchronizer);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[308] 
	bindingContext.bindValue(stereotypeTaggedValuesEditorWidgetObserveValue, stereotypeStereotypeNameToProfileSynchronizerObserveValue, new UpdateValueStrategy(UpdateValueStrategy.POLICY_NEVER), null);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, null) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[308] 
	bindingContext.bindValue(stereotypeTaggedValuesEditorWidgetObserveValue, stereotypeStereotypeNameToProfileSynchronizerObserveValue, new UpdateValueStrategy(UpdateValueStrategy.POLICY_NEVER), null);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[308] 
	bindingContext.bindValue(stereotypeTaggedValuesEditorWidgetObserveValue, stereotypeStereotypeNameToProfileSynchronizerObserveValue, new UpdateValueStrategy(UpdateValueStrategy.POLICY_NEVER), null);
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[308] 
	bindingContext.bindValue(stereotypeTaggedValuesEditorWidgetObserveValue, stereotypeStereotypeNameToProfileSynchronizerObserveValue, new UpdateValueStrategy(UpdateValueStrategy.POLICY_NEVER), null);
	                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java:[308] 
	bindingContext.bindValue(stereotypeTaggedValuesEditorWidgetObserveValue, stereotypeStereotypeNameToProfileSynchronizerObserveValue, new UpdateValueStrategy(UpdateValueStrategy.POLICY_NEVER), null);
	                                                                                                                                        ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/MemberKind.java:[21] 
	import org.eclipse.uml2.uml.Stereotype;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.Stereotype is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/handler/AbstractBaseHandler.java:[210] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/model/StereotypeURL.java:[110] 
	int num = count++;
	    ^^^
The value of the local variable num is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/MultipleValueSelectorWidget.java:[167] 
	private List initialSelections = new ArrayList();
	        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/MultipleValueSelectorWidget.java:[167] 
	private List initialSelections = new ArrayList();
	                                     ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/MultipleValueSelectorWidget.java:[848] 
	protected List getInitialElementSelections() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/MultipleValueSelectorWidget.java:[860] 
	initialSelections = new ArrayList(selectedElements.length);
	                        ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/MultipleValueSelectorWidget.java:[862] 
	initialSelections.add(selectedElements[i]);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/MultipleValueSelectorWidget.java:[876] 
	public void setInitialElementSelections(List selectedElements) {
	                                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/MultipleValueSelectorWidget.java:[913] 
	protected void setResult(List newResult) {
	                         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/MultipleValueSelectorWidget.java:[918] 
	newResult.toArray(result);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[47] 
	private DataBindingContext m_bindingContext;
	                           ^^^^^^^^^^^^^^^^
The value of the field StereotypeUpdateDialog.m_bindingContext is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[54] 
	private PropertiesEditorWidget propertiesEditorWidget;
	                               ^^^^^^^^^^^^^^^^^^^^^^
The value of the field StereotypeUpdateDialog.propertiesEditorWidget is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[305] 
	IObservableValue observeTextQuickSetTextObserveWidget = WidgetProperties.text(SWT.Modify).observe(quickSetText);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[306] 
	IObservableValue qualifiedNameStereotypeModelObserveValue = BeanProperties.value("qualifiedName").observe(stereotypeModel);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[307] 
	bindingContext.bindValue(observeTextQuickSetTextObserveWidget, qualifiedNameStereotypeModelObserveValue, null, null);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[307] 
	bindingContext.bindValue(observeTextQuickSetTextObserveWidget, qualifiedNameStereotypeModelObserveValue, null, null);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[307] 
	bindingContext.bindValue(observeTextQuickSetTextObserveWidget, qualifiedNameStereotypeModelObserveValue, null, null);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[309] 
	IObservableValue observeTextProfileTextObserveWidget = WidgetProperties.text(SWT.Modify).observe(profileText);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[310] 
	IObservableValue profileNameStereotypeModelObserveValue = BeanProperties.value("profileName").observe(stereotypeModel);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[311] 
	bindingContext.bindValue(observeTextProfileTextObserveWidget, profileNameStereotypeModelObserveValue, null, null);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[311] 
	bindingContext.bindValue(observeTextProfileTextObserveWidget, profileNameStereotypeModelObserveValue, null, null);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[311] 
	bindingContext.bindValue(observeTextProfileTextObserveWidget, profileNameStereotypeModelObserveValue, null, null);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[313] 
	IObservableValue observeTextStereotypeTextObserveWidget = WidgetProperties.text(SWT.Modify).observe(stereotypeText);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[314] 
	IObservableValue stereotypeNameStereotypeModelObserveValue = BeanProperties.value("stereotypeName").observe(stereotypeModel);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[315] 
	bindingContext.bindValue(observeTextStereotypeTextObserveWidget, stereotypeNameStereotypeModelObserveValue, null, null);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[315] 
	bindingContext.bindValue(observeTextStereotypeTextObserveWidget, stereotypeNameStereotypeModelObserveValue, null, null);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java:[315] 
	bindingContext.bindValue(observeTextStereotypeTextObserveWidget, stereotypeNameStereotypeModelObserveValue, null, null);
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
122 problems (122 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.drafter ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 157 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/target/org.eclipse.papyrus.uml.profile.drafter-2.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/target/org.eclipse.papyrus.uml.profile.drafter-2.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/target/org.eclipse.papyrus.uml.profile.drafter-2.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.drafter/2.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.drafter-2.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.drafter/2.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.drafter-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/target/org.eclipse.papyrus.uml.profile.drafter-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.drafter/2.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.drafter-2.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.drafter/2.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.drafter-2.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.drafter/2.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.drafter-2.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.drafter ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter.documentation >--
[INFO] Building org.eclipse.papyrus.uml.profile.drafter.documentation 2.0.0-SNAPSHOT [347/487]
[INFO]   from ../../plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.drafter.documentation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/target/org.eclipse.papyrus.uml.profile.drafter.documentation-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/target/org.eclipse.papyrus.uml.profile.drafter.documentation-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/target/org.eclipse.papyrus.uml.profile.drafter.documentation-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.drafter.documentation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.drafter.documentation-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.drafter.documentation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.drafter.documentation-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/target/org.eclipse.papyrus.uml.profile.drafter.documentation-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.drafter.documentation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.drafter.documentation-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.drafter.documentation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.drafter.documentation-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.drafter.documentation/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.drafter.documentation-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.drafter.documentation ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.xtext >----
[INFO] Building org.eclipse.papyrus.uml.properties.xtext 2.0.0-SNAPSHOT [348/487]
[INFO]   from ../../plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.properties.xtext
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[35] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[63] 
	private DefaultXtextDirectEditorConfiguration configuration;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[203] 
	return configuration.createParser(semanticElement);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createParser(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[211] 
	final DefaultXtextDirectEditorConfiguration newConfiguration = getConfigurationFromSelection();
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[218] 
	xtextAdapter = new StyledTextXtextAdapter(configuration.getInjector());
	                                                        ^^^^^^^^^^^^^
The method getInjector() from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[230] 
	IContextElementProvider provider = configuration.getContextProvider();
	                                                 ^^^^^^^^^^^^^^^^^^^^
The method getContextProvider() from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[244] 
	protected DefaultXtextDirectEditorConfiguration getConfigurationFromSelection() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[251] 
	if (configuration instanceof DefaultXtextDirectEditorConfiguration) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[252] 
	DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) configuration;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[252] 
	DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) configuration;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[267] 
	if (configuration instanceof DefaultXtextDirectEditorConfiguration) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[268] 
	DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) configuration;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/XtextLanguageEditor.java:[268] 
	DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) configuration;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[32] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[74] 
	private DefaultXtextDirectEditorConfiguration configuration;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[315] 
	final DefaultXtextDirectEditorConfiguration newConfiguration = getConfigurationFromSelection();
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[324] 
	configuration.getInjector());
	              ^^^^^^^^^^^^^
The method getInjector() from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[339] 
	.getContextProvider();
	 ^^^^^^^^^^^^^^^^^^^^
The method getContextProvider() from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[357] 
	protected DefaultXtextDirectEditorConfiguration getConfigurationFromSelection() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[364] 
	final Object classInstance = directEditorConfigurationClass.newInstance();
	                                                            ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#3-of ?> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[366] 
	if (classInstance instanceof DefaultXtextDirectEditorConfiguration) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[367] 
	final DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) classInstance;
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[367] 
	final DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) classInstance;
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/widget/UMLXtextReferenceValueEditor.java:[404] 
	return configuration.createParser(parentSemanticElement);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createParser(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/sheet/AdvancedEditingPropertySection.java:[36] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/sheet/AdvancedEditingPropertySection.java:[69] 
	private DefaultXtextDirectEditorConfiguration configuration;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/sheet/AdvancedEditingPropertySection.java:[233] 
	protected DefaultXtextDirectEditorConfiguration getConfigurationFromSelection() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/sheet/AdvancedEditingPropertySection.java:[247] 
	if (configuration instanceof DefaultXtextDirectEditorConfiguration) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/sheet/AdvancedEditingPropertySection.java:[249] 
	DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) configuration;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/sheet/AdvancedEditingPropertySection.java:[249] 
	DefaultXtextDirectEditorConfiguration xtextConfiguration = (DefaultXtextDirectEditorConfiguration) configuration;
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/sheet/AdvancedEditingPropertySection.java:[272] 
	return configuration.createParser(semanticElement);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createParser(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/sheet/AdvancedEditingPropertySection.java:[280] 
	final DefaultXtextDirectEditorConfiguration newConfiguration = getConfigurationFromSelection();
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/sheet/AdvancedEditingPropertySection.java:[289] 
	configuration.getInjector());
	              ^^^^^^^^^^^^^
The method getInjector() from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/org/eclipse/papyrus/uml/properties/xtext/sheet/AdvancedEditingPropertySection.java:[302] 
	IContextElementProvider provider = configuration.getContextProvider();
	                                                 ^^^^^^^^^^^^^^^^^^^^
The method getContextProvider() from the type DefaultXtextDirectEditorConfiguration is deprecated
34 problems (34 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.properties.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 205 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/target/org.eclipse.papyrus.uml.properties.xtext-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/target/org.eclipse.papyrus.uml.properties.xtext-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/target/org.eclipse.papyrus.uml.properties.xtext-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.xtext/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.xtext-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.xtext/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.xtext-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/target/org.eclipse.papyrus.uml.properties.xtext-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.xtext/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.xtext-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.xtext/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.xtext-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.xtext/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.xtext-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.properties.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.common.xtext 3.0.100-SNAPSHOT [349/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.common.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 54 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/target/org.eclipse.papyrus.uml.textedit.common.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/target/org.eclipse.papyrus.uml.textedit.common.xtext-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/target/org.eclipse.papyrus.uml.textedit.common.xtext-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.common.xtext-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.common.xtext-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/target/org.eclipse.papyrus.uml.textedit.common.xtext-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.common.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.common.xtext-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.common.xtext-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.common.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 3.0.100-SNAPSHOT [350/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.collaborationuse.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 54 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/target/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/target/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/target/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/target/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.common.xtext.ui 3.0.0-SNAPSHOT [351/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.common.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 211 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/target/org.eclipse.papyrus.uml.textedit.common.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/target/org.eclipse.papyrus.uml.textedit.common.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/target/org.eclipse.papyrus.uml.textedit.common.xtext.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.common.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.common.xtext.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/target/org.eclipse.papyrus.uml.textedit.common.xtext.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.common.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.common.xtext.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.common.xtext.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.common.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui 3.0.0-SNAPSHOT [352/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/src/org/eclipse/papyrus/uml/textedit/collaborationuse/xtext/ui/contributions/CollaborationUseEditor.java:[30] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/src/org/eclipse/papyrus/uml/textedit/collaborationuse/xtext/ui/contributions/CollaborationUseEditor.java:[43] 
	public class CollaborationUseEditor extends DefaultXtextDirectEditorConfiguration {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 218 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/target/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/target/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/target/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/target/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 3.0.100-SNAPSHOT [353/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 43 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/target/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/target/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/target/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/target/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui 3.0.0-SNAPSHOT [354/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/src/org/eclipse/papyrus/uml/textedit/connectionpointreference/xtext/ui/contributions/ConnectionPointReferenceEditorConfiguration.java:[32] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/src/org/eclipse/papyrus/uml/textedit/connectionpointreference/xtext/ui/contributions/ConnectionPointReferenceEditorConfiguration.java:[38] 
	public class ConnectionPointReferenceEditorConfiguration extends DefaultXtextDirectEditorConfiguration {
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/src/org/eclipse/papyrus/uml/textedit/connectionpointreference/xtext/ui/contributions/ConnectionPointReferenceEditorConfiguration.java:[40] 
	private ConnectionPointReference connectionPoint;
	                                 ^^^^^^^^^^^^^^^
The value of the field ConnectionPointReferenceEditorConfiguration.connectionPoint is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/src/org/eclipse/papyrus/uml/textedit/connectionpointreference/xtext/ui/contributions/ConnectionPointReferenceEditorConfiguration.java:[47] 
	super();
	^^^^^^^^
The constructor DefaultXtextDirectEditorConfiguration() is deprecated
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 211 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/target/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/target/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/target/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/target/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext 2.0.0-SNAPSHOT [355/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/src/org/eclipse/papyrus/uml/textedit/constraintwithessentialocl/xtext/EssentialOCLEditorConfiguration.java:[48] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/src/org/eclipse/papyrus/uml/textedit/constraintwithessentialocl/xtext/EssentialOCLEditorConfiguration.java:[69] 
	public class EssentialOCLEditorConfiguration extends DefaultXtextDirectEditorConfiguration {
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/src/org/eclipse/papyrus/uml/textedit/constraintwithessentialocl/xtext/EssentialOCLEditorConfiguration.java:[234] 
	PivotUtil.setParserContext((CSResource)resource, getEditObject());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setParserContext(CSResource, EObject, Object...) from the type PivotUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/src/org/eclipse/papyrus/uml/textedit/constraintwithessentialocl/xtext/EssentialOCLEditorConfiguration.java:[251] 
	final IParser defaultParser = super.createParser(semanticObject);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createParser(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 231 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/target/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/target/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/target/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/target/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.javaconstraint >--
[INFO] Building org.eclipse.papyrus.uml.textedit.javaconstraint 3.0.0-SNAPSHOT [356/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.javaconstraint:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.javaconstraint
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 142 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/target/org.eclipse.papyrus.uml.textedit.javaconstraint-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/target/org.eclipse.papyrus.uml.textedit.javaconstraint-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/target/org.eclipse.papyrus.uml.textedit.javaconstraint-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.javaconstraint-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.javaconstraint-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/target/org.eclipse.papyrus.uml.textedit.javaconstraint-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.javaconstraint-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.javaconstraint-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.javaconstraint-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.javaconstraint ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.message.xtext 3.0.100-SNAPSHOT [357/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.message.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 43 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/target/org.eclipse.papyrus.uml.textedit.message.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/target/org.eclipse.papyrus.uml.textedit.message.xtext-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/target/org.eclipse.papyrus.uml.textedit.message.xtext-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.message.xtext-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.message.xtext-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/target/org.eclipse.papyrus.uml.textedit.message.xtext-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.message.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.message.xtext-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.message.xtext-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.message.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.message.xtext.ui 3.0.0-SNAPSHOT [358/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.message.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/src/org/eclipse/papyrus/uml/textedit/message/xtext/ui/contributions/MessagePopupEditor.java:[33] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/src/org/eclipse/papyrus/uml/textedit/message/xtext/ui/contributions/MessagePopupEditor.java:[39] 
	public class MessagePopupEditor extends DefaultXtextDirectEditorConfiguration {
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/src/org/eclipse/papyrus/uml/textedit/message/xtext/ui/contributions/MessagePopupEditor.java:[67] 
	String recurrence;
	       ^^^^^^^^^^
The value of the local variable recurrence is not used
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 224 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/target/org.eclipse.papyrus.uml.textedit.message.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/target/org.eclipse.papyrus.uml.textedit.message.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/target/org.eclipse.papyrus.uml.textedit.message.xtext.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.message.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.message.xtext.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/target/org.eclipse.papyrus.uml.textedit.message.xtext.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.message.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.message.xtext.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.message.xtext.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.message.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.parameter.xtext 3.0.100-SNAPSHOT [359/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.parameter.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] Compiling 53 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 54 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/target/org.eclipse.papyrus.uml.textedit.parameter.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/target/org.eclipse.papyrus.uml.textedit.parameter.xtext-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/target/org.eclipse.papyrus.uml.textedit.parameter.xtext-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.parameter.xtext-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.parameter.xtext-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/target/org.eclipse.papyrus.uml.textedit.parameter.xtext-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.parameter.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.parameter.xtext-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.parameter.xtext-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.parameter.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.parameter.xtext.ui 3.0.0-SNAPSHOT [360/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.parameter.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/src/org/eclipse/papyrus/uml/textedit/parameter/xtext/ui/contributions/UMLParameterEditorUtil.java:[77] 
	String multiplicity = MultiplicityElementUtil.getMultiplicityAsString(parameter);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/src/org/eclipse/papyrus/uml/textedit/parameter/xtext/ui/contributions/ParameterXtextDirectEditorConfiguration.java:[42] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/src/org/eclipse/papyrus/uml/textedit/parameter/xtext/ui/contributions/ParameterXtextDirectEditorConfiguration.java:[59] 
	public class ParameterXtextDirectEditorConfiguration extends DefaultXtextDirectEditorConfiguration {
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/src/org/eclipse/papyrus/uml/textedit/parameter/xtext/ui/contributions/ParameterXtextDirectEditorConfiguration.java:[180] 
	newLowerBound = new Integer(tempBound).intValue();
	                    ^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/src/org/eclipse/papyrus/uml/textedit/parameter/xtext/ui/contributions/ParameterXtextDirectEditorConfiguration.java:[181] 
	newUpperBound = new Integer(tempBound).intValue();
	                    ^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/src/org/eclipse/papyrus/uml/textedit/parameter/xtext/ui/contributions/ParameterXtextDirectEditorConfiguration.java:[185] 
	newLowerBound = new Integer(tempBound).intValue();
	                    ^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/src/org/eclipse/papyrus/uml/textedit/parameter/xtext/ui/contributions/ParameterXtextDirectEditorConfiguration.java:[190] 
	newUpperBound = new Integer(tempBound).intValue();
	                    ^^^^^^^^^^^^^^^^^^
The constructor Integer(String) has been deprecated since version 9 and marked for removal
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 211 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/target/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/target/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/target/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/target/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.parameter.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext >---
[INFO] Building org.eclipse.papyrus.uml.textedit.port.xtext 2.0.100-SNAPSHOT [361/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] The project's OSGi version is 2.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.port.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] Compiling 62 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/src/org/eclipse/papyrus/uml/textedit/port/xtext/formatting/UmlPortFormatter.java:[35] 
	private UmlPortGrammarAccess grammarAccess;
	                             ^^^^^^^^^^^^^
The value of the field UmlPortFormatter.grammarAccess is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/src/org/eclipse/papyrus/uml/textedit/port/xtext/formatting/UmlPortFormatter.java:[39] 
	org.eclipse.papyrus.uml.textedit.port.xtext.services.UmlPortGrammarAccess f = (org.eclipse.papyrus.uml.textedit.port.xtext.services.UmlPortGrammarAccess) getGrammarAccess();
	                                                                          ^
The value of the local variable f is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/src/org/eclipse/papyrus/uml/textedit/port/xtext/validation/UmlPortJavaValidator.java:[67] 
	String isDerivedErrorMessage = "Since the redefined property is derived, the redefining property must be derived";
	       ^^^^^^^^^^^^^^^^^^^^^
The value of the local variable isDerivedErrorMessage is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/src/org/eclipse/papyrus/uml/textedit/port/xtext/validation/UmlPortJavaValidator.java:[141] 
	String typeErrorMessage = "The type of the subsetting property must conform to the type of the subsetted property";
	       ^^^^^^^^^^^^^^^^
The value of the local variable typeErrorMessage is not used
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 43 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/target/org.eclipse.papyrus.uml.textedit.port.xtext-2.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/target/org.eclipse.papyrus.uml.textedit.port.xtext-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/target/org.eclipse.papyrus.uml.textedit.port.xtext-2.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.port.xtext-2.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.port.xtext-2.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/target/org.eclipse.papyrus.uml.textedit.port.xtext-2.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.port.xtext-2.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.port.xtext-2.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.port.xtext-2.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.port.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.port.xtext.ui 3.0.0-SNAPSHOT [362/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.port.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/src/org/eclipse/papyrus/uml/textedit/port/xtext/ui/contribution/UMLPortEditorPropertyUtil.java:[58] 
	String multiplicity = MultiplicityElementUtil.getMultiplicityAsString(port, true);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement, boolean) from the type MultiplicityElementUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/src/org/eclipse/papyrus/uml/textedit/port/xtext/ui/contribution/PortXtextDirectEditorConfiguration.java:[43] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/src/org/eclipse/papyrus/uml/textedit/port/xtext/ui/contribution/PortXtextDirectEditorConfiguration.java:[68] 
	public class PortXtextDirectEditorConfiguration extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration {
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 211 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/target/org.eclipse.papyrus.uml.textedit.port.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/target/org.eclipse.papyrus.uml.textedit.port.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/target/org.eclipse.papyrus.uml.textedit.port.xtext.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.port.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.port.xtext.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/target/org.eclipse.papyrus.uml.textedit.port.xtext.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.port.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.port.xtext.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.port.xtext.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.port.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.property.xtext 3.0.100-SNAPSHOT [363/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.property.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] Compiling 61 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src/org/eclipse/papyrus/uml/textedit/property/xtext/validation/UmlPropertyJavaValidator.java:[77] 
	String isDerivedErrorMessage = "Since the redefined property is derived, the redefining property must be derived";
	       ^^^^^^^^^^^^^^^^^^^^^
The value of the local variable isDerivedErrorMessage is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src/org/eclipse/papyrus/uml/textedit/property/xtext/validation/UmlPropertyJavaValidator.java:[159] 
	String typeErrorMessage = "The type of the subsetting property must conform to the type of the subsetted property";
	       ^^^^^^^^^^^^^^^^
The value of the local variable typeErrorMessage is not used
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 145 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/target/org.eclipse.papyrus.uml.textedit.property.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/target/org.eclipse.papyrus.uml.textedit.property.xtext-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/target/org.eclipse.papyrus.uml.textedit.property.xtext-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.property.xtext-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.property.xtext-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/target/org.eclipse.papyrus.uml.textedit.property.xtext-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.property.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.property.xtext-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.property.xtext-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.property.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.property.xtext.ui 3.0.0-SNAPSHOT [364/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.property.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/src/org/eclipse/papyrus/uml/textedit/property/xtext/ui/contributions/PropertyXtextDirectEditorConfiguration.java:[43] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/src/org/eclipse/papyrus/uml/textedit/property/xtext/ui/contributions/PropertyXtextDirectEditorConfiguration.java:[67] 
	public class PropertyXtextDirectEditorConfiguration extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration {
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
3. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/src/org/eclipse/papyrus/uml/textedit/property/xtext/ui/contentassist/UmlPropertyProposalProvider.java (at line 56)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
4. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/src/org/eclipse/papyrus/uml/textedit/property/xtext/ui/contributions/UMLPropertyEditorPropertyUtil.java (at line 29)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/src/org/eclipse/papyrus/uml/textedit/property/xtext/ui/contributions/UMLPropertyEditorPropertyUtil.java:[52] 
	String multiplicity = MultiplicityElementUtil.getMultiplicityAsString(property, true);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement, boolean) from the type MultiplicityElementUtil is deprecated
5 problems (0 errors, 3 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 211 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/target/org.eclipse.papyrus.uml.textedit.property.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/target/org.eclipse.papyrus.uml.textedit.property.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/target/org.eclipse.papyrus.uml.textedit.property.xtext.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.property.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.property.xtext.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/target/org.eclipse.papyrus.uml.textedit.property.xtext.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.property.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.property.xtext.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.property.xtext.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.property.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.state.xtext 3.0.100-SNAPSHOT [365/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.state.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 144 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/target/org.eclipse.papyrus.uml.textedit.state.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/target/org.eclipse.papyrus.uml.textedit.state.xtext-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/target/org.eclipse.papyrus.uml.textedit.state.xtext-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.state.xtext-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.state.xtext-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/target/org.eclipse.papyrus.uml.textedit.state.xtext-3.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.state.xtext-3.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.state.xtext-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.state.xtext-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.state.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.state.xtext.ui 3.0.0-SNAPSHOT [366/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.state.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/src/org/eclipse/papyrus/uml/textedit/state/xtext/ui/contributions/StateEditorConfigurationContribution.java:[37] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/src/org/eclipse/papyrus/uml/textedit/state/xtext/ui/contributions/StateEditorConfigurationContribution.java:[56] 
	public class StateEditorConfigurationContribution extends DefaultXtextDirectEditorConfiguration implements
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/src/org/eclipse/papyrus/uml/textedit/state/xtext/ui/contentassist/UmlStateProposalProvider.java:[26] 
	import org.eclipse.papyrus.infra.ui.util.DisplayUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DisplayUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/src/org/eclipse/papyrus/uml/textedit/state/xtext/ui/contentassist/UmlStateProposalProvider.java:[47] 
	private ILabelProvider labelProvider = DisplayUtils.getLabelProvider();
	                                       ^^^^^^^^^^^^
The type DisplayUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/src/org/eclipse/papyrus/uml/textedit/state/xtext/ui/contentassist/UmlStateProposalProvider.java:[47] 
	private ILabelProvider labelProvider = DisplayUtils.getLabelProvider();
	                                                    ^^^^^^^^^^^^^^^^^^
The method getLabelProvider() from the type DisplayUtils is deprecated
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 211 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/target/org.eclipse.papyrus.uml.textedit.state.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/target/org.eclipse.papyrus.uml.textedit.state.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/target/org.eclipse.papyrus.uml.textedit.state.xtext.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.state.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.state.xtext.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/target/org.eclipse.papyrus.uml.textedit.state.xtext.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.state.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.state.xtext.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.state.xtext.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.state.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 4.0.100-SNAPSHOT [367/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext:4.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] The project's OSGi version is 4.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 178 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/target/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext-4.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/target/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext-4.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/target/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext-4.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext-4.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext-4.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/target/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext-4.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext-4.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext-4.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext-4.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui 4.0.0-SNAPSHOT [368/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/src/org/eclipse/papyrus/uml/textedit/stereotypeproperty/xtext/ui/contributions/StereotypePropertyEditorConfigurationContribution.java:[41] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/src/org/eclipse/papyrus/uml/textedit/stereotypeproperty/xtext/ui/contributions/StereotypePropertyEditorConfigurationContribution.java:[59] 
	public class StereotypePropertyEditorConfigurationContribution extends DefaultXtextDirectEditorConfiguration {
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/src/org/eclipse/papyrus/uml/textedit/stereotypeproperty/xtext/ui/contributions/StereotypePropertyEditorConfigurationContribution.java:[351] 
	IContextElementProvider provider = getContextProvider();
	                                   ^^^^^^^^^^^^^^^^^^^^
The method getContextProvider() from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/src/org/eclipse/papyrus/uml/textedit/stereotypeproperty/xtext/ui/contributions/StereotypePropertyEditorConfigurationContribution.java:[368] 
	result.add(createInvalidStringCommand(newString, semanticObject));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createInvalidStringCommand(String, EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 226 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/target/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/target/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/target/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/target/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext >--
[INFO] Building org.eclipse.papyrus.uml.textedit.transition.xtext 2.0.100-SNAPSHOT [369/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] The project's OSGi version is 2.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.transition.xtext
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 43 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/target/org.eclipse.papyrus.uml.textedit.transition.xtext-2.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/target/org.eclipse.papyrus.uml.textedit.transition.xtext-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/target/org.eclipse.papyrus.uml.textedit.transition.xtext-2.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.transition.xtext-2.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.transition.xtext-2.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/target/org.eclipse.papyrus.uml.textedit.transition.xtext-2.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.transition.xtext-2.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.transition.xtext-2.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.transition.xtext-2.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.transition.xtext ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext.ui >--
[INFO] Building org.eclipse.papyrus.uml.textedit.transition.xtext.ui 3.0.0-SNAPSHOT [370/487]
[INFO]   from ../../plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.transition.xtext.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/src/org/eclipse/papyrus/uml/textedit/transition/xtext/ui/contributions/TransitionEditorConfigurationContribution.java:[42] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
2. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/src/org/eclipse/papyrus/uml/textedit/transition/xtext/ui/contributions/TransitionEditorConfigurationContribution.java (at line 73)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/src/org/eclipse/papyrus/uml/textedit/transition/xtext/ui/contributions/TransitionEditorConfigurationContribution.java:[74] 
	public class TransitionEditorConfigurationContribution extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration {
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
4. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/src/org/eclipse/papyrus/uml/textedit/transition/xtext/ui/contributions/TransitionEditorConfigurationContribution.java (at line 93)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
4 problems (0 errors, 2 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 213 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/target/org.eclipse.papyrus.uml.textedit.transition.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/target/org.eclipse.papyrus.uml.textedit.transition.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/target/org.eclipse.papyrus.uml.textedit.transition.xtext.ui-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.transition.xtext.ui-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.transition.xtext.ui-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/target/org.eclipse.papyrus.uml.textedit.transition.xtext.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.transition.xtext.ui-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.transition.xtext.ui-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textedit.transition.xtext.ui-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.transition.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.validation >--
[INFO] Building org.eclipse.papyrus.uml.xtext.integration.validation 3.0.0-SNAPSHOT [371/487]
[INFO]   from ../../plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.xtext.integration.validation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 191 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/target/org.eclipse.papyrus.uml.xtext.integration.validation-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/target/org.eclipse.papyrus.uml.xtext.integration.validation-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/target/org.eclipse.papyrus.uml.xtext.integration.validation-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.validation-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.validation-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/target/org.eclipse.papyrus.uml.xtext.integration.validation-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.validation-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.validation-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.validation-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.xtext.integration.validation ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization >--
[INFO] Building org.eclipse.papyrus.uml.internationalization 2.0.0-SNAPSHOT [372/487]
[INFO]   from ../../plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 131 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/target/org.eclipse.papyrus.uml.internationalization-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/target/org.eclipse.papyrus.uml.internationalization-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/target/org.eclipse.papyrus.uml.internationalization-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/target/org.eclipse.papyrus.uml.internationalization-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.internationalization ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common.plugins >--
[INFO] Building Papyrus M2M QvTo 0.0.1-SNAPSHOT                       [373/487]
[INFO]   from ../../plugins/uml/m2m/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.m2m.qvto.common.plugins ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.m2m.qvto.common.plugins ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.m2m.qvto.common.plugins ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml.m2m.qvto.common.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common.plugins/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common.plugins-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common >-----
[INFO] Building org.eclipse.papyrus.uml.m2m.qvto.common 2.1.0-SNAPSHOT [374/487]
[INFO]   from ../../plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.m2m.qvto.common
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] Compiling 51 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/internal/utils/CreateFile.java:[86] 
	public static String getContents(String relativePath, String resource, Class clazz)
	                                                                       ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/internal/utils/CreateFile.java:[125] 
	private static File getSourceProject(Class clazz)
	                                     ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/concurrent/ThreadSafeModelSet.java:[20] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/concurrent/ThreadSafeModelSet.java:[30] 
	public class ThreadSafeModelSet extends DiResourceSet {
	                                        ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[43] 
	import org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.IRepairAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[44] 
	import org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.ZombieStereotypesDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[89] 
	ZombieStereotypesDescriptor result = null;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[124] 
	ZombieStereotypesDescriptor zombies = new ZombieStereotypesDescriptor(resource, rootPackage, appliedDefinitions, profileSupplier, labelProvider);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[124] 
	ZombieStereotypesDescriptor zombies = new ZombieStereotypesDescriptor(resource, rootPackage, appliedDefinitions, profileSupplier, labelProvider);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[124] 
	ZombieStereotypesDescriptor zombies = new ZombieStereotypesDescriptor(resource, rootPackage, appliedDefinitions, profileSupplier, labelProvider);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ZombieStereotypesDescriptor(Resource, Package, Set<EPackage>, Function<? super EPackage,Profile>, LabelProviderService)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[128] 
	zombies.analyze(next);
	        ^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.analyze(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[132] 
	if (zombies.hasZombies()) {
	            ^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.hasZombies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[140] 
	final ZombieStereotypesDescriptor descriptor = result;
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[158] 
	for (IAdaptable packageToRepair : descriptor.getZombieSchemas()) {
	                                             ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[159] 
	IRepairAction action = descriptor.getRepairAction(packageToRepair, IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[159] 
	IRepairAction action = descriptor.getRepairAction(packageToRepair, IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION);
	                                  ^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getRepairAction(IAdaptable, IRepairAction.Kind)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[159] 
	IRepairAction action = descriptor.getRepairAction(packageToRepair, IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION);
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[159] 
	IRepairAction action = descriptor.getRepairAction(packageToRepair, IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION);
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[159] 
	IRepairAction action = descriptor.getRepairAction(packageToRepair, IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION);
	                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/org/eclipse/papyrus/uml/m2m/qvto/common/transformation/RepairStereotypes.java:[160] 
	descriptor.repair(packageToRepair, action, diagnostics, new NullProgressMonitor());
	           ^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.repair(IAdaptable, IRepairAction, DiagnosticChain, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.modelrepair/bin')
20 problems (20 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 160 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/target/org.eclipse.papyrus.uml.m2m.qvto.common-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/target/org.eclipse.papyrus.uml.m2m.qvto.common-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/target/org.eclipse.papyrus.uml.m2m.qvto.common-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/target/org.eclipse.papyrus.uml.m2m.qvto.common-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.m2m.qvto.common ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes >--
[INFO] Building org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes 2.0.0-SNAPSHOT [375/487]
[INFO]   from ../../plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 74 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/target/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/target/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/target/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/target/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.plugins-doc >---------
[INFO] Building org.eclipse.papyrus.plugins-doc 0.0.1-SNAPSHOT        [376/487]
[INFO]   from ../../plugins/doc/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.plugins-doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.plugins-doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.plugins-doc ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.plugins-doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.plugins-doc/0.0.1-SNAPSHOT/org.eclipse.papyrus.plugins-doc-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.api.migration.doc >------
[INFO] Building Papyrus - API migration documentation 2.0.0-SNAPSHOT  [377/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.api.migration.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.api.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] Resolving class path of Papyrus - API migration documentation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/target/site/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/src/site/mediawiki/4.8.0_to_5.0.0_migration.mediawiki
[INFO] Processed 2 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/target/org.eclipse.papyrus.api.migration.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/target/org.eclipse.papyrus.api.migration.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/target/org.eclipse.papyrus.api.migration.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.api.migration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.api.migration.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.api.migration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.api.migration.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/target/org.eclipse.papyrus.api.migration.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.api.migration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.api.migration.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.api.migration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.api.migration.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.api.migration.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.api.migration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.api.migration.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.api.migration.doc ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.copypaste.ui.doc >------
[INFO] Building Papyrus Copypaste UI doc 2.0.0-SNAPSHOT               [378/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.copypaste.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] Resolving class path of Papyrus Copypaste UI doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/resource/copypaste.mediawiki
[INFO] Processed 8 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/target/org.eclipse.papyrus.copypaste.ui.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/target/org.eclipse.papyrus.copypaste.ui.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/target/org.eclipse.papyrus.copypaste.ui.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.copypaste.ui.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.copypaste.ui.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.copypaste.ui.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.copypaste.ui.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/target/org.eclipse.papyrus.copypaste.ui.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.copypaste.ui.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.copypaste.ui.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.copypaste.ui.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.copypaste.ui.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.copypaste.ui.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.copypaste.ui.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.copypaste.ui.doc ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.developer.doc >--------
[INFO] Building Papyrus Developer doc 2.0.0-SNAPSHOT                  [379/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.developer.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.developer.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.developer.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.developer.doc ---
[INFO] Resolving class path of Papyrus Developer doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.developer.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.developer.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/resource/guidelines.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/resource/umledition.mediawiki
[INFO] Processed 98 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.developer.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.developer.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.developer.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/target/org.eclipse.papyrus.developer.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.developer.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/target/org.eclipse.papyrus.developer.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.developer.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/target/org.eclipse.papyrus.developer.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.developer.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.developer.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.developer.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.developer.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/target/org.eclipse.papyrus.developer.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.developer.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.developer.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.developer.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.developer.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.developer.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.developer.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.developer.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.developer.doc ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.dsml.validation.doc >-----
[INFO] Building Papyrus DSML Validation doc 2.0.0-SNAPSHOT            [380/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.dsml.validation.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dsml.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] Resolving class path of Papyrus DSML Validation doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/resource/dsml-validation.mediawiki
[INFO] Processed 12 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/target/org.eclipse.papyrus.dsml.validation.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/target/org.eclipse.papyrus.dsml.validation.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/target/org.eclipse.papyrus.dsml.validation.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dsml.validation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.dsml.validation.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dsml.validation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.dsml.validation.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/target/org.eclipse.papyrus.dsml.validation.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dsml.validation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.dsml.validation.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dsml.validation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.dsml.validation.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dsml.validation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.dsml.validation.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.dsml.validation.doc ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.doc >----------
[INFO] Building Papyrus Infra doc 2.0.0-SNAPSHOT                      [381/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.doc ---
[INFO] Resolving class path of Papyrus Infra doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.doc ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.doc ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 20 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/target/org.eclipse.papyrus.infra.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/target/org.eclipse.papyrus.infra.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/target/org.eclipse.papyrus.infra.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/target/org.eclipse.papyrus.infra.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common.doc >--
[INFO] Building Papyrus Infra GmfDiag Common doc 2.0.0-SNAPSHOT       [382/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] Resolving class path of Papyrus Infra GmfDiag Common doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/resource/alignmentTool.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/resource/connectionDecorationCustomization.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/resource/diagramExpansion.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/resource/diagramPreferences-devDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/resource/diagramPreferences-userDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/resource/keyBindings.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/resource/marqueeSelectionTool.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/resource/modelExplorer.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/resource/textAlignment.mediawiki
[INFO] Processed 99 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/target/org.eclipse.papyrus.infra.gmfdiag.common.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/target/org.eclipse.papyrus.infra.gmfdiag.common.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/target/org.eclipse.papyrus.infra.gmfdiag.common.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/target/org.eclipse.papyrus.infra.gmfdiag.common.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.common.doc ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.doc >----
[INFO] Building Papyrus Infra GmfDiag Css doc 2.0.0-SNAPSHOT          [383/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] Resolving class path of Papyrus Infra GmfDiag Css doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/resource/css.mediawiki
[INFO] Processed 43 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/target/org.eclipse.papyrus.infra.gmfdiag.css.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/target/org.eclipse.papyrus.infra.gmfdiag.css.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/target/org.eclipse.papyrus.infra.gmfdiag.css.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/target/org.eclipse.papyrus.infra.gmfdiag.css.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.doc >--
[INFO] Building Papyrus Infra Expression doc 2.0.0-SNAPSHOT           [384/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] Resolving class path of Papyrus Infra Expression doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/target/site/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/src/site/mediawiki/expressionsDevDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/src/site/mediawiki/expressionsUserDoc.mediawiki
[INFO] Processed 8 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/target/org.eclipse.papyrus.infra.emf.expressions.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/target/org.eclipse.papyrus.infra.emf.expressions.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/target/org.eclipse.papyrus.infra.emf.expressions.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/target/org.eclipse.papyrus.infra.emf.expressions.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.expressions.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.doc >--
[INFO] Building Papyrus Internationalization doc 2.0.0-SNAPSHOT       [385/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] Resolving class path of Papyrus Internationalization doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/target/site/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/src/site/mediawiki/internationalizationDev.mediawiki
[INFO] Processed 10 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/target/org.eclipse.papyrus.infra.internationalization.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/target/org.eclipse.papyrus.infra.internationalization.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/target/org.eclipse.papyrus.infra.internationalization.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/target/org.eclipse.papyrus.infra.internationalization.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.internationalization.doc ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.doc >-----
[INFO] Building Papyrus Infra Nattable doc 2.0.0-SNAPSHOT             [386/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.nattable.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] Resolving class path of Papyrus Infra Nattable doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/target/site/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/matrixDevDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/matrixUserDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/tableDevDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/tableDevDoc_experimental_features.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/tableUserDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/tablemetamodeldocumentation.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/toolsmiths/nattableToolsmiths.mediawiki
[INFO] Processed 197 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/target/org.eclipse.papyrus.infra.nattable.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/target/org.eclipse.papyrus.infra.nattable.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/target/org.eclipse.papyrus.infra.nattable.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/target/org.eclipse.papyrus.infra.nattable.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.doc ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.doc >-----
[INFO] Building Papyrus Infra Newchild doc 2.0.0-SNAPSHOT             [387/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.newchild.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] Resolving class path of Papyrus Infra Newchild doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/resource/newChild.mediawiki
[INFO] Processed 15 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/target/org.eclipse.papyrus.infra.newchild.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/target/org.eclipse.papyrus.infra.newchild.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/target/org.eclipse.papyrus.infra.newchild.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/target/org.eclipse.papyrus.infra.newchild.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.newchild.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.newchild.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.newchild.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.doc >--
[INFO] Building Papyrus Infra Services ControlMode doc 2.0.0-SNAPSHOT [388/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] Resolving class path of Papyrus Infra Services ControlMode doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/controlMode.mediawiki
[INFO] Processed 8 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/target/org.eclipse.papyrus.infra.services.controlmode.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/target/org.eclipse.papyrus.infra.services.controlmode.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/target/org.eclipse.papyrus.infra.services.controlmode.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/target/org.eclipse.papyrus.infra.services.controlmode.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.controlmode.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.controlmode.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration.doc >--
[INFO] Building Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT   [389/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] Resolving class path of Papyrus Infra Service decoration doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/resource/decorationService.mediawiki
[INFO] Processed 29 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/target/org.eclipse.papyrus.infra.services.decoration.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/target/org.eclipse.papyrus.infra.services.decoration.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/target/org.eclipse.papyrus.infra.services.decoration.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.decoration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.decoration.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.decoration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.decoration.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/target/org.eclipse.papyrus.infra.services.decoration.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.decoration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.decoration.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.decoration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.decoration.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.decoration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.decoration.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.decoration.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation.doc >--
[INFO] Building Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT   [390/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] Resolving class path of Papyrus Infra Service decoration doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/resource/navigation-devDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/resource/navigation-userDoc.mediawiki
[INFO] Processed 9 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/target/org.eclipse.papyrus.infra.services.navigation.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/target/org.eclipse.papyrus.infra.services.navigation.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/target/org.eclipse.papyrus.infra.services.navigation.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.navigation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.navigation.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.navigation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.navigation.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/target/org.eclipse.papyrus.infra.services.navigation.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.navigation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.navigation.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.navigation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.navigation.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.navigation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.navigation.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.navigation.doc ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.doc >---
[INFO] Building Papyrus Infra Architecture doc 2.0.0-SNAPSHOT         [391/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.architecture.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] Resolving class path of Papyrus Infra Architecture doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/resources -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/resources/architecture.mediawiki
[INFO] Processed 13 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/target/org.eclipse.papyrus.infra.architecture.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/target/org.eclipse.papyrus.infra.architecture.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/target/org.eclipse.papyrus.infra.architecture.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/target/org.eclipse.papyrus.infra.architecture.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.architecture.doc ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.doc >-------
[INFO] Building Papyrus Infra Types doc 4.0.0-SNAPSHOT                [392/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.infra.types.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.doc:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] Resolving class path of Papyrus Infra Types doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/resources -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/resources/types.mediawiki
[INFO] Processed 12 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/target/org.eclipse.papyrus.infra.types.doc-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/target/org.eclipse.papyrus.infra.types.doc-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/target/org.eclipse.papyrus.infra.types.doc-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.doc/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.doc-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.doc/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.doc-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/target/org.eclipse.papyrus.infra.types.doc-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.doc/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.doc-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.doc/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.doc-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.infra.types.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.doc/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.doc-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.types.doc ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.req.reqif.doc >--------
[INFO] Building Papyrus Req Reqif doc 2.0.0-SNAPSHOT                  [393/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.req.reqif.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.req.reqif.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] Resolving class path of Papyrus Req Reqif doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/resource/DeveloperDoc.mediawiki
[INFO] Processed 24 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/target/org.eclipse.papyrus.req.reqif.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/target/org.eclipse.papyrus.req.reqif.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/target/org.eclipse.papyrus.req.reqif.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.req.reqif.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.req.reqif.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.req.reqif.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.req.reqif.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/target/org.eclipse.papyrus.req.reqif.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.req.reqif.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.req.reqif.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.req.reqif.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.req.reqif.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.req.reqif.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.req.reqif.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.req.reqif.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.req.reqif.doc ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.doc >---
[INFO] Building Papyrus Uml DecoratorModel doc 2.0.0-SNAPSHOT         [394/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] Resolving class path of Papyrus Uml DecoratorModel doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/resource/profileapplications.mediawiki
[INFO] Processed 28 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/target/org.eclipse.papyrus.uml.decoratormodel.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/target/org.eclipse.papyrus.uml.decoratormodel.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/target/org.eclipse.papyrus.uml.decoratormodel.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/target/org.eclipse.papyrus.uml.decoratormodel.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.decoratormodel.doc ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.doc >---
[INFO] Building Papyrus Uml Diagram Common doc 2.0.0-SNAPSHOT         [395/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] Resolving class path of Papyrus Uml Diagram Common doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/resource/DisplayStereotypes.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/resource/constraint-creation.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/resource/diagramSynchronization.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/resource/modelingAssistants.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/resource/stereotype-property-reference-edge.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/resource/symbols.mediawiki
[INFO] Processed 63 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/target/org.eclipse.papyrus.uml.diagram.common.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/target/org.eclipse.papyrus.uml.diagram.common.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/target/org.eclipse.papyrus.uml.diagram.common.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/target/org.eclipse.papyrus.uml.diagram.common.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.common.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.common.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.common.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile.doc >---
[INFO] Building Papyrus Uml Diagram profile doc 2.0.0-SNAPSHOT        [396/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] Resolving class path of Papyrus Uml Diagram profile doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/users/definingProfilesAndStereotypes.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/users/generatingStaticProfiles.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/users/papyrusProfileArchitecture.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/users/papyrusProfileLimitations.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/users/profile.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/users/simplifiedUsageOfProfilesAndStereotypes.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/users/usingProfilesAndStereotypes.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/users/whatIsAUmlProfile.mediawiki
[INFO] Processed 73 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/target/org.eclipse.papyrus.uml.diagram.profile.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/target/org.eclipse.papyrus.uml.diagram.profile.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/target/org.eclipse.papyrus.uml.diagram.profile.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.profile.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.profile.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/target/org.eclipse.papyrus.uml.diagram.profile.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.profile.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.profile.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.profile.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.profile.doc ---
[INFO] 
[INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.uml.doc >-----------
[INFO] Building Papyrus Uml doc 2.0.0-SNAPSHOT                        [397/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.uml.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.doc ---
[INFO] Resolving class path of Papyrus Uml doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.uml.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource/PapyrusStarterGuide.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource/customizeUMLLabelInModelExplorer.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource/embeddedEditors-Textual-devDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource/embeddedEditors-XText-devDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource/embeddedEditors-userDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource/expandInModelExplorer.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource/namingStrategy-devDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource/namingStrategy-userDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource/obfuscation.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/resource/searchModelExplorer.mediawiki
[INFO] Processed 98 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/target/org.eclipse.papyrus.uml.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/target/org.eclipse.papyrus.uml.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/target/org.eclipse.papyrus.uml.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/target/org.eclipse.papyrus.uml.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.doc ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.migration.doc >------
[INFO] Building Papyrus Uml Search UI doc 2.0.0-SNAPSHOT              [398/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.uml.migration.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] Resolving class path of Papyrus Uml Search UI doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/resource/migration-neon.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/resource/migration-oxygen.mediawiki
[INFO] Processed 3 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/target/org.eclipse.papyrus.uml.migration.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/target/org.eclipse.papyrus.uml.migration.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/target/org.eclipse.papyrus.uml.migration.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.migration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.migration.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.migration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.migration.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/target/org.eclipse.papyrus.uml.migration.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.migration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.migration.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.migration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.migration.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.migration.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.migration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.migration.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.migration.doc ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair.doc >-----
[INFO] Building Papyrus ModelRepair doc 2.0.0-SNAPSHOT                [399/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] Resolving class path of Papyrus ModelRepair doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/resource/stereotype-repair.mediawiki
[INFO] Processed 3 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/target/org.eclipse.papyrus.uml.modelrepair.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/target/org.eclipse.papyrus.uml.modelrepair.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/target/org.eclipse.papyrus.uml.modelrepair.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/target/org.eclipse.papyrus.uml.modelrepair.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.modelrepair.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.doc >--
[INFO] Building Papyrus Uml Profile Assistants doc 2.0.0-SNAPSHOT     [400/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] Resolving class path of Papyrus Uml Profile Assistants doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/resource/profile-assistants.mediawiki
[INFO] Processed 12 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/target/org.eclipse.papyrus.uml.profile.assistants.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/target/org.eclipse.papyrus.uml.profile.assistants.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/target/org.eclipse.papyrus.uml.profile.assistants.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/target/org.eclipse.papyrus.uml.profile.assistants.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.assistants.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.customization.doc >--
[INFO] Building Papyrus Uml Diagram Customization from a Profile doc 0.7.0-SNAPSHOT [401/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.customization.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] The project's OSGi version is 0.7.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] Resolving class path of Papyrus Uml Diagram Customization from a Profile doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/target/site/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/src/site/mediawiki/PapyrusDiag_custo.mediawiki
[INFO] Processed 32 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/target/org.eclipse.papyrus.uml.profile.customization.doc-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/target/org.eclipse.papyrus.uml.profile.customization.doc-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/target/org.eclipse.papyrus.uml.profile.customization.doc-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.customization.doc/0.7.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.customization.doc-0.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.customization.doc/0.7.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.customization.doc-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/target/org.eclipse.papyrus.uml.profile.customization.doc-0.7.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.customization.doc/0.7.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.customization.doc-0.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.customization.doc/0.7.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.customization.doc-0.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.customization.doc/0.7.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.customization.doc-0.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.customization.doc ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.doc >----
[INFO] Building Papyrus Profile Types doc 1.0.0-SNAPSHOT              [402/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] Resolving class path of Papyrus Profile Types doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.types.doc ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/target/org.eclipse.papyrus.uml.profile.types.doc-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/target/org.eclipse.papyrus.uml.profile.types.doc-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/target/org.eclipse.papyrus.uml.profile.types.doc-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.doc-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.doc-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/target/org.eclipse.papyrus.uml.profile.types.doc-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.doc-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.doc-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.doc-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.types.doc ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui.doc >------
[INFO] Building Papyrus Uml Search UI doc 2.0.0-SNAPSHOT              [403/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] Resolving class path of Papyrus Uml Search UI doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/resource/search.mediawiki
[INFO] Processed 28 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/target/org.eclipse.papyrus.uml.search.ui.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/target/org.eclipse.papyrus.uml.search.ui.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/target/org.eclipse.papyrus.uml.search.ui.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.ui.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.search.ui.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.ui.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.search.ui.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/target/org.eclipse.papyrus.uml.search.ui.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.ui.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.search.ui.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.ui.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.search.ui.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.ui.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.search.ui.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.search.ui.doc ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.views.properties.doc >----
[INFO] Building Papyrus Views Properties doc 2.0.0-SNAPSHOT           [404/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.views.properties.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] Resolving class path of Papyrus Views Properties doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/resource/properties-view.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/resource/properties_view_custom_dev.mediawiki
[INFO] Processed 57 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/target/org.eclipse.papyrus.views.properties.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/target/org.eclipse.papyrus.views.properties.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/target/org.eclipse.papyrus.views.properties.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/target/org.eclipse.papyrus.views.properties.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.properties.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.properties.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.properties.doc ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.views.references.doc >----
[INFO] Building Papyrus Views References doc 2.0.0-SNAPSHOT           [405/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.views.references.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.references.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.references.doc ---
[INFO] Resolving class path of Papyrus Views References doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.references.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.views.references.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/resource/references-view.mediawiki
[INFO] Processed 5 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.references.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.references.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.references.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/target/org.eclipse.papyrus.views.references.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.references.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/target/org.eclipse.papyrus.views.references.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.references.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/target/org.eclipse.papyrus.views.references.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.references.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.references.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/target/org.eclipse.papyrus.views.references.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.references.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.references.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.references.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.references.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.references.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.doc >---
[INFO] Building Papyrus Views References doc 2.0.0-SNAPSHOT           [406/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.views.documentation.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] Resolving class path of Papyrus Views References doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/resource/documentation-view.mediawiki
[INFO] Processed 7 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/target/org.eclipse.papyrus.views.documentation.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/target/org.eclipse.papyrus.views.documentation.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/target/org.eclipse.papyrus.views.documentation.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/target/org.eclipse.papyrus.views.documentation.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.views.documentation.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.documentation.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.customization.paletteconfiguration.doc >--
[INFO] Building Papyrus Views References doc 2.0.0-SNAPSHOT           [407/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.paletteconfiguration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] Resolving class path of Papyrus Views References doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/resource -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/resource/palette-customization.mediawiki
[INFO] Processed 11 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/target/org.eclipse.papyrus.customization.paletteconfiguration.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/target/org.eclipse.papyrus.customization.paletteconfiguration.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/target/org.eclipse.papyrus.customization.paletteconfiguration.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.customization.paletteconfiguration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.customization.paletteconfiguration.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.customization.paletteconfiguration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.customization.paletteconfiguration.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/target/org.eclipse.papyrus.customization.paletteconfiguration.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.customization.paletteconfiguration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.customization.paletteconfiguration.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.customization.paletteconfiguration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.customization.paletteconfiguration.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.customization.paletteconfiguration.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.customization.paletteconfiguration.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.customization.paletteconfiguration.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.doc >--
[INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.doc 1.0.0-SNAPSHOT [408/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/src/site/mediawiki/profileMigrationToolDevDoc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/src/site/mediawiki/profileMigrationToolUserDoc.mediawiki
[INFO] Processed 20 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/target/org.eclipse.papyrus.toolsmiths.profilemigration.doc-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/target/org.eclipse.papyrus.toolsmiths.profilemigration.doc-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/target/org.eclipse.papyrus.toolsmiths.profilemigration.doc-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration.doc-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration.doc-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/target/org.eclipse.papyrus.toolsmiths.profilemigration.doc-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration.doc-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration.doc-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration.doc-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.profilemigration.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.architecture.doc >--
[INFO] Building org.eclipse.papyrus.toolsmiths.architecture.doc 2.0.0-SNAPSHOT [409/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.architecture.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/src/site/mediawiki/architectureviewDevDoc.mediawiki
[INFO] Processed 5 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/target/org.eclipse.papyrus.toolsmiths.architecture.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/target/org.eclipse.papyrus.toolsmiths.architecture.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/target/org.eclipse.papyrus.toolsmiths.architecture.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.architecture.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.architecture.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/target/org.eclipse.papyrus.toolsmiths.architecture.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.architecture.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.architecture.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.architecture.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.architecture.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.doc >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.doc 2.0.0-SNAPSHOT [410/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/src/site/mediawiki/validationToolsmithsDevDoc.mediawiki
[INFO] Processed 9 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/target/org.eclipse.papyrus.toolsmiths.validation.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/target/org.eclipse.papyrus.toolsmiths.validation.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/target/org.eclipse.papyrus.toolsmiths.validation.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/target/org.eclipse.papyrus.toolsmiths.validation.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.validation.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder.doc >--
[INFO] Building Papyrus Toolsmiths Plug-in Builders doc 1.0.0-SNAPSHOT [411/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] Resolving class path of Papyrus Toolsmiths Plug-in Builders doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/resources -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/resources/plugin-builders.mediawiki
[INFO] Processed 3 files
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/target/org.eclipse.papyrus.toolsmiths.plugin.builder.doc-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/target/org.eclipse.papyrus.toolsmiths.plugin.builder.doc-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/target/org.eclipse.papyrus.toolsmiths.plugin.builder.doc-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.plugin.builder.doc-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.plugin.builder.doc-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/target/org.eclipse.papyrus.toolsmiths.plugin.builder.doc-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.plugin.builder.doc-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.plugin.builder.doc-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.plugin.builder.doc-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.plugin.builder.doc ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc >--
[INFO] Building org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc 2.0.0-SNAPSHOT [412/487]
[INFO]   from ../../plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc
[INFO] 
[INFO] --- wikitext:3.0.42:eclipse-help (default) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/target/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/src/site/mediawiki/recipeToolsmithsElementTypesDoc.mediawiki
[INFO] Processed 14 files
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- antrun:3.0.0:run (default) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 62 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/target/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/target/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/target/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/target/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc ---
[INFO] 
[INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus-sdk >-------------
[INFO] Building Papyrus SDK 0.0.1-SNAPSHOT                            [413/487]
[INFO]   from ../../plugins/sdk/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus-sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus-sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus-sdk ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus-sdk ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus-sdk/0.0.1-SNAPSHOT/org.eclipse.papyrus-sdk-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus.sdk >-------------
[INFO] Building org.eclipse.papyrus.sdk 6.7.0-SNAPSHOT                [414/487]
[INFO]   from ../../plugins/sdk/org.eclipse.papyrus.sdk/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk:6.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sdk ---
[INFO] The project's OSGi version is 6.7.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.sdk ---
[INFO] Resolving class path of org.eclipse.papyrus.sdk
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.sdk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.sdk ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.sdk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.sdk ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/target/org.eclipse.papyrus.sdk-6.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/target/org.eclipse.papyrus.sdk-6.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.sdk ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/target/org.eclipse.papyrus.sdk-6.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.sdk/6.7.0-SNAPSHOT/org.eclipse.papyrus.sdk-6.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.sdk/6.7.0-SNAPSHOT/org.eclipse.papyrus.sdk-6.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/target/org.eclipse.papyrus.sdk-6.7.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.sdk/6.7.0-SNAPSHOT/org.eclipse.papyrus.sdk-6.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.sdk/6.7.0-SNAPSHOT/org.eclipse.papyrus.sdk-6.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/sdk/org.eclipse.papyrus.sdk/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.sdk/6.7.0-SNAPSHOT/org.eclipse.papyrus.sdk-6.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.sdk ---
[INFO] 
[INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.examples >----------
[INFO] Building Papyrus Examples Plugins 1.0.1-SNAPSHOT               [415/487]
[INFO]   from ../../examples/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.examples ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.examples ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples/1.0.1-SNAPSHOT/org.eclipse.papyrus.examples-1.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.examples.core >--------
[INFO] Building org.eclipse.papyrus.examples.core 1.0.1-SNAPSHOT      [416/487]
[INFO]   from ../../examples/core/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.examples.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.examples.core ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.examples.core ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.examples.core ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.core/1.0.1-SNAPSHOT/org.eclipse.papyrus.examples.core-1.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.example.core.lifecycleevents >--
[INFO] Building org.eclipse.papyrus.example.core.lifecycleevents 2.0.0-SNAPSHOT [417/487]
[INFO]   from ../../examples/core/org.eclipse.papyrus.example.core.lifecycleevents/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Adding repository http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/main
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.lifecycleevents:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] Resolving class path of org.eclipse.papyrus.example.core.lifecycleevents
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 126 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/target/org.eclipse.papyrus.example.core.lifecycleevents-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/target/org.eclipse.papyrus.example.core.lifecycleevents-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/target/org.eclipse.papyrus.example.core.lifecycleevents-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.lifecycleevents/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.lifecycleevents-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.lifecycleevents/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.lifecycleevents-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/target/org.eclipse.papyrus.example.core.lifecycleevents-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.lifecycleevents/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.lifecycleevents-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.lifecycleevents/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.lifecycleevents-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.lifecycleevents/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.lifecycleevents-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.example.core.lifecycleevents ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.fulleditor >--
[INFO] Building org.eclipse.papyrus.example.core.sashwindows.fulleditor 2.0.0-SNAPSHOT [418/487]
[INFO]   from ../../examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.fulleditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] Resolving class path of org.eclipse.papyrus.example.core.sashwindows.fulleditor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 119 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/target/org.eclipse.papyrus.example.core.sashwindows.fulleditor-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/target/org.eclipse.papyrus.example.core.sashwindows.fulleditor-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/target/org.eclipse.papyrus.example.core.sashwindows.fulleditor-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.sashwindows.fulleditor/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.sashwindows.fulleditor-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.sashwindows.fulleditor/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.sashwindows.fulleditor-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/target/org.eclipse.papyrus.example.core.sashwindows.fulleditor-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.sashwindows.fulleditor/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.sashwindows.fulleditor-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.sashwindows.fulleditor/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.sashwindows.fulleditor-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.sashwindows.fulleditor/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.sashwindows.fulleditor-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.example.core.sashwindows.fulleditor ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.simpleeditor >--
[INFO] Building org.eclipse.papyrus.example.core.sashwindows.simpleeditor 2.0.0-SNAPSHOT [419/487]
[INFO]   from ../../examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.simpleeditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] Resolving class path of org.eclipse.papyrus.example.core.sashwindows.simpleeditor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/org/eclipse/papyrus/example/core/sashwindows/simpleeditor/editors/SimpleTextMultiPageEditor.java:[34] 
	import org.eclipse.papyrus.infra.core.sasheditor.multipage.editor.MultiPageEditor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MultiPageEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/org/eclipse/papyrus/example/core/sashwindows/simpleeditor/editors/SimpleTextMultiPageEditor.java:[71] 
	public class SimpleTextMultiPageEditor extends MultiPageEditor implements IResourceChangeListener {
	                                               ^^^^^^^^^^^^^^^
The type MultiPageEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/org/eclipse/papyrus/example/core/sashwindows/simpleeditor/editors/SimpleTextMultiPageEditor.java:[86] 
	super();
	^^^^^^^^
The constructor MultiPageEditor() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/org/eclipse/papyrus/example/core/sashwindows/simpleeditor/editors/SimpleTextMultiPageEditor.java:[224] 
	super.dispose();
	      ^^^^^^^^^
The method dispose() from the type MultiPageEditor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/org/eclipse/papyrus/example/core/sashwindows/simpleeditor/editors/SimpleTextMultiPageEditor.java:[329] 
	ArrayList editorWords = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/org/eclipse/papyrus/example/core/sashwindows/simpleeditor/editors/SimpleTextMultiPageEditor.java:[329] 
	ArrayList editorWords = new ArrayList();
	                            ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/org/eclipse/papyrus/example/core/sashwindows/simpleeditor/editors/SimpleTextMultiPageEditor.java:[331] 
	editorWords.add(tokenizer.nextToken());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/org/eclipse/papyrus/example/core/sashwindows/simpleeditor/editors/SimpleTextMultiPageEditor.java:[334] 
	Collections.sort(editorWords, Collator.getInstance());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation sort(ArrayList, Collator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/org/eclipse/papyrus/example/core/sashwindows/simpleeditor/editors/SimpleTextMultiPageEditor.java:[334] 
	Collections.sort(editorWords, Collator.getInstance());
	                 ^^^^^^^^^^^
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>
9 problems (9 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 85 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/target/org.eclipse.papyrus.example.core.sashwindows.simpleeditor-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/target/org.eclipse.papyrus.example.core.sashwindows.simpleeditor-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/target/org.eclipse.papyrus.example.core.sashwindows.simpleeditor-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.sashwindows.simpleeditor-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.sashwindows.simpleeditor-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/target/org.eclipse.papyrus.example.core.sashwindows.simpleeditor-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.sashwindows.simpleeditor-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.sashwindows.simpleeditor-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.core.sashwindows.simpleeditor-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.example.core.sashwindows.simpleeditor ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.examples.emf >--------
[INFO] Building org.eclipse.papyrus.examples.emf 1.0.1-SNAPSHOT       [420/487]
[INFO]   from ../../examples/emf/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.examples.emf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.examples.emf ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.examples.emf ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.examples.emf ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.emf/1.0.1-SNAPSHOT/org.eclipse.papyrus.examples.emf-1.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.outline.emftree >-------
[INFO] Building org.eclipse.papyrus.outline.emftree 2.0.0-SNAPSHOT    [421/487]
[INFO]   from ../../examples/emf/org.eclipse.papyrus.outline.emftree/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.outline.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.outline.emftree ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.outline.emftree ---
[INFO] Resolving class path of org.eclipse.papyrus.outline.emftree
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.outline.emftree ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.outline.emftree ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[24] 
	import org.eclipse.ui.IKeyBindingService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[28] 
	import org.eclipse.ui.internal.services.INestable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[37] 
	public class MultiPageAdapterSite implements IEditorSite, INestable {
	                                                          ^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[229] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type MultiPageAdapterSite needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[229] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[230] 
	return site.getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[230] 
	return site.getAdapter(adapter);
	                       ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[239] 
	public Object getService(Class api) {
	       ^^^^^^
Type safety: The return type Object for getService(Class) from the type MultiPageAdapterSite needs unchecked conversion to conform to T from the type IServiceLocator
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[239] 
	public Object getService(Class api) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[240] 
	return site.getService(api);
	       ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getService(Class) of the generic method getService(Class<T>) of type IServiceLocator
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[240] 
	return site.getService(api);
	                       ^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[249] 
	public boolean hasService(Class api) {
	                          ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[255] 
	* @see org.eclipse.ui.internal.services.INestable#activate()
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[255] 
	* @see org.eclipse.ui.internal.services.INestable#activate()
	                                                  ^^^^^^^^
Discouraged access: The method 'INestable.activate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[259] 
	if(site instanceof INestable)
	                   ^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[260] 
	((INestable)site).activate();
	  ^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[260] 
	((INestable)site).activate();
	                  ^^^^^^^^
Discouraged access: The method 'INestable.activate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[265] 
	* @see org.eclipse.ui.internal.services.INestable#deactivate()
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[265] 
	* @see org.eclipse.ui.internal.services.INestable#deactivate()
	                                                  ^^^^^^^^^^
Discouraged access: The method 'INestable.deactivate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[269] 
	if(site instanceof INestable)
	                   ^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[270] 
	((INestable)site).deactivate();
	  ^^^^^^^^^
Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/org/eclipse/papyrus/outline/emftree/MultiPageAdapterSite.java:[270] 
	((INestable)site).deactivate();
	                  ^^^^^^^^^^
Discouraged access: The method 'INestable.deactivate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
22 problems (22 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.outline.emftree ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.outline.emftree ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 131 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.outline.emftree ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/target/org.eclipse.papyrus.outline.emftree-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.outline.emftree ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/target/org.eclipse.papyrus.outline.emftree-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.outline.emftree ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/target/org.eclipse.papyrus.outline.emftree-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.outline.emftree/2.0.0-SNAPSHOT/org.eclipse.papyrus.outline.emftree-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.outline.emftree/2.0.0-SNAPSHOT/org.eclipse.papyrus.outline.emftree-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/target/org.eclipse.papyrus.outline.emftree-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.outline.emftree/2.0.0-SNAPSHOT/org.eclipse.papyrus.outline.emftree-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.outline.emftree/2.0.0-SNAPSHOT/org.eclipse.papyrus.outline.emftree-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/emf/org.eclipse.papyrus.outline.emftree/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.outline.emftree/2.0.0-SNAPSHOT/org.eclipse.papyrus.outline.emftree-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.outline.emftree ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.examples.infra >-------
[INFO] Building org.eclipse.papyrus.examples.infra 1.0.1-SNAPSHOT     [422/487]
[INFO]   from ../../examples/infra/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.examples.infra ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.examples.infra ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.examples.infra ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.examples.infra ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.infra/1.0.1-SNAPSHOT/org.eclipse.papyrus.examples.infra-1.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.example.infra.servicesregistry.retrieval >--
[INFO] Building org.eclipse.papyrus.example.infra.servicesregistry.retrieval 2.0.0-SNAPSHOT [423/487]
[INFO]   from ../../examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.infra.servicesregistry.retrieval:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] Resolving class path of org.eclipse.papyrus.example.infra.servicesregistry.retrieval
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 111 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/target/org.eclipse.papyrus.example.infra.servicesregistry.retrieval-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/target/org.eclipse.papyrus.example.infra.servicesregistry.retrieval-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/target/org.eclipse.papyrus.example.infra.servicesregistry.retrieval-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.infra.servicesregistry.retrieval-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.infra.servicesregistry.retrieval-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/target/org.eclipse.papyrus.example.infra.servicesregistry.retrieval-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.infra.servicesregistry.retrieval-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.infra.servicesregistry.retrieval-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.infra.servicesregistry.retrieval-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.example.infra.servicesregistry.retrieval ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences 2.0.0-SNAPSHOT [424/487]
[INFO]   from ../../examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 176 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/target/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/target/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/target/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/target/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.examples.others >-------
[INFO] Building org.eclipse.papyrus.examples.others 1.0.1-SNAPSHOT    [425/487]
[INFO]   from ../../examples/others/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.examples.others ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.examples.others ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.examples.others ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.examples.others ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.others/1.0.1-SNAPSHOT/org.eclipse.papyrus.examples.others-1.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.example.text.instance >----
[INFO] Building org.eclipse.papyrus.example.text.instance 2.0.0-SNAPSHOT [426/487]
[INFO]   from ../../examples/others/org.eclipse.papyrus.example.text.instance/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.text.instance:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.example.text.instance ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.example.text.instance ---
[INFO] Resolving class path of org.eclipse.papyrus.example.text.instance
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.example.text.instance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.example.text.instance ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.example.text.instance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.example.text.instance ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.example.text.instance ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/target/org.eclipse.papyrus.example.text.instance-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.example.text.instance ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/target/org.eclipse.papyrus.example.text.instance-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.example.text.instance ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/target/org.eclipse.papyrus.example.text.instance-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.text.instance/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.text.instance-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.text.instance/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.text.instance-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/target/org.eclipse.papyrus.example.text.instance-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.text.instance/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.text.instance-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.text.instance/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.text.instance-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/others/org.eclipse.papyrus.example.text.instance/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.text.instance/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.text.instance-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.example.text.instance ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.examples.uml >--------
[INFO] Building org.eclipse.papyrus.examples.uml 1.0.1-SNAPSHOT       [427/487]
[INFO]   from ../../examples/uml/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.examples.uml ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.examples.uml ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.examples.uml ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.examples.uml ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml/1.0.1-SNAPSHOT/org.eclipse.papyrus.examples.uml-1.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.newresource >--
[INFO] Building org.eclipse.papyrus.example.uml.comment.editor.newresource 2.0.0-SNAPSHOT [428/487]
[INFO]   from ../../examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.newresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] Resolving class path of org.eclipse.papyrus.example.uml.comment.editor.newresource
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/org/eclipse/papyrus/example/uml/comment/editor/newresource/editor/PapyrusCommentEditor.java:[170] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type PapyrusCommentEditor.TextStorage needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/org/eclipse/papyrus/example/uml/comment/editor/newresource/editor/PapyrusCommentEditor.java:[170] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/org/eclipse/papyrus/example/uml/comment/editor/newresource/editor/PapyrusCommentEditor.java:[217] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type PapyrusCommentEditor.TextInput needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/org/eclipse/papyrus/example/uml/comment/editor/newresource/editor/PapyrusCommentEditor.java:[217] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/org/eclipse/papyrus/example/uml/comment/editor/newresource/factory/CommentEditorFactory.java:[26] 
	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.IEditorModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.IEditorModel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/org/eclipse/papyrus/example/uml/comment/editor/newresource/handler/CommentEditorHandler.java:[46] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/org/eclipse/papyrus/example/uml/comment/editor/newresource/handler/CommentEditorHandler.java:[115] 
	final ServicesRegistry serviceRegistry = ServiceUtilsForActionHandlers.getInstance().getServiceRegistry();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/org/eclipse/papyrus/example/uml/comment/editor/newresource/handler/CommentEditorHandler.java:[115] 
	final ServicesRegistry serviceRegistry = ServiceUtilsForActionHandlers.getInstance().getServiceRegistry();
	                                                                       ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/org/eclipse/papyrus/example/uml/comment/editor/newresource/handler/CommentEditorHandler.java:[115] 
	final ServicesRegistry serviceRegistry = ServiceUtilsForActionHandlers.getInstance().getServiceRegistry();
	                                                                                     ^^^^^^^^^^^^^^^^^^^^
The method getServiceRegistry() from the type ServiceUtilsForActionHandlers is deprecated
9 problems (9 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 143 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/target/org.eclipse.papyrus.example.uml.comment.editor.newresource-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/target/org.eclipse.papyrus.example.uml.comment.editor.newresource-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/target/org.eclipse.papyrus.example.uml.comment.editor.newresource-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.comment.editor.newresource/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.comment.editor.newresource-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.comment.editor.newresource/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.comment.editor.newresource-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/target/org.eclipse.papyrus.example.uml.comment.editor.newresource-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.comment.editor.newresource/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.comment.editor.newresource-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.comment.editor.newresource/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.comment.editor.newresource-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.comment.editor.newresource/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.comment.editor.newresource-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.example.uml.comment.editor.newresource ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.sharedresource >--
[INFO] Building org.eclipse.papyrus.example.uml.comment.editor.sharedresource 2.1.0-SNAPSHOT [429/487]
[INFO]   from ../../examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.sharedresource:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] Resolving class path of org.eclipse.papyrus.example.uml.comment.editor.sharedresource
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/src/org/eclipse/papyrus/example/uml/comment/editor/sharedresource/handler/CommentEditorHandler.java:[46] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/src/org/eclipse/papyrus/example/uml/comment/editor/sharedresource/handler/CommentEditorHandler.java:[114] 
	final ServicesRegistry serviceRegistry = ServiceUtilsForActionHandlers.getInstance().getServiceRegistry();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/src/org/eclipse/papyrus/example/uml/comment/editor/sharedresource/handler/CommentEditorHandler.java:[114] 
	final ServicesRegistry serviceRegistry = ServiceUtilsForActionHandlers.getInstance().getServiceRegistry();
	                                                                       ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/src/org/eclipse/papyrus/example/uml/comment/editor/sharedresource/handler/CommentEditorHandler.java:[114] 
	final ServicesRegistry serviceRegistry = ServiceUtilsForActionHandlers.getInstance().getServiceRegistry();
	                                                                                     ^^^^^^^^^^^^^^^^^^^^
The method getServiceRegistry() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/src/org/eclipse/papyrus/example/uml/comment/editor/sharedresource/editor/PapyrusCommentEditor.java:[170] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type PapyrusCommentEditor.TextStorage needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/src/org/eclipse/papyrus/example/uml/comment/editor/sharedresource/editor/PapyrusCommentEditor.java:[170] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/src/org/eclipse/papyrus/example/uml/comment/editor/sharedresource/editor/PapyrusCommentEditor.java:[217] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type PapyrusCommentEditor.TextInput needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/src/org/eclipse/papyrus/example/uml/comment/editor/sharedresource/editor/PapyrusCommentEditor.java:[217] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
8 problems (8 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 143 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/target/org.eclipse.papyrus.example.uml.comment.editor.sharedresource-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/target/org.eclipse.papyrus.example.uml.comment.editor.sharedresource-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/target/org.eclipse.papyrus.example.uml.comment.editor.sharedresource-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/2.1.0-SNAPSHOT/org.eclipse.papyrus.example.uml.comment.editor.sharedresource-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/2.1.0-SNAPSHOT/org.eclipse.papyrus.example.uml.comment.editor.sharedresource-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/target/org.eclipse.papyrus.example.uml.comment.editor.sharedresource-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/2.1.0-SNAPSHOT/org.eclipse.papyrus.example.uml.comment.editor.sharedresource-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/2.1.0-SNAPSHOT/org.eclipse.papyrus.example.uml.comment.editor.sharedresource-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/2.1.0-SNAPSHOT/org.eclipse.papyrus.example.uml.comment.editor.sharedresource-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.example.uml.comment.editor.sharedresource ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.emftree >-----
[INFO] Building org.eclipse.papyrus.uml.diagram.emftree 2.0.0-SNAPSHOT [430/487]
[INFO]   from ../../examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.emftree
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.emftree ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 132 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/target/org.eclipse.papyrus.uml.diagram.emftree-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/target/org.eclipse.papyrus.uml.diagram.emftree-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/target/org.eclipse.papyrus.uml.diagram.emftree-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.emftree/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.emftree-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.emftree/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.emftree-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/target/org.eclipse.papyrus.uml.diagram.emftree-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.emftree/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.emftree-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.emftree/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.emftree-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.emftree/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.emftree-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.emftree ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textual.editors.example >--
[INFO] Building org.eclipse.papyrus.uml.textual.editors.example 2.0.0-SNAPSHOT [431/487]
[INFO]   from ../../examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textual.editors.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textual.editors.example
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textual.editors.example ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 225 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/target/org.eclipse.papyrus.uml.textual.editors.example-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/target/org.eclipse.papyrus.uml.textual.editors.example-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/target/org.eclipse.papyrus.uml.textual.editors.example-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textual.editors.example/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textual.editors.example-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textual.editors.example/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textual.editors.example-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/target/org.eclipse.papyrus.uml.textual.editors.example-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textual.editors.example/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textual.editors.example-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textual.editors.example/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textual.editors.example-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textual.editors.example/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.textual.editors.example-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textual.editors.example ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.disable.helper.advices.example >--
[INFO] Building org.eclipse.papyrus.uml.disable.helper.advices.example 2.0.0-SNAPSHOT [432/487]
[INFO]   from ../../examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.disable.helper.advices.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.disable.helper.advices.example
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 124 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/target/org.eclipse.papyrus.uml.disable.helper.advices.example-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/target/org.eclipse.papyrus.uml.disable.helper.advices.example-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/target/org.eclipse.papyrus.uml.disable.helper.advices.example-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.disable.helper.advices.example/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.disable.helper.advices.example-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.disable.helper.advices.example/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.disable.helper.advices.example-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/target/org.eclipse.papyrus.uml.disable.helper.advices.example-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.disable.helper.advices.example/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.disable.helper.advices.example-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.disable.helper.advices.example/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.disable.helper.advices.example-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.disable.helper.advices.example/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.disable.helper.advices.example-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.disable.helper.advices.example ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.diagrams >----
[INFO] Building org.eclipse.papyrus.examples.uml.diagrams 2.1.0-SNAPSHOT [433/487]
[INFO]   from ../../examples/uml/org.eclipse.papyrus.examples.uml.diagrams/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.diagrams:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] Resolving class path of org.eclipse.papyrus.examples.uml.diagrams
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.examples.uml.diagrams ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 201 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/target/org.eclipse.papyrus.examples.uml.diagrams-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/target/org.eclipse.papyrus.examples.uml.diagrams-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/target/org.eclipse.papyrus.examples.uml.diagrams-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml.diagrams/2.1.0-SNAPSHOT/org.eclipse.papyrus.examples.uml.diagrams-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml.diagrams/2.1.0-SNAPSHOT/org.eclipse.papyrus.examples.uml.diagrams-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/target/org.eclipse.papyrus.examples.uml.diagrams-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml.diagrams/2.1.0-SNAPSHOT/org.eclipse.papyrus.examples.uml.diagrams-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml.diagrams/2.1.0-SNAPSHOT/org.eclipse.papyrus.examples.uml.diagrams-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml.diagrams/2.1.0-SNAPSHOT/org.eclipse.papyrus.examples.uml.diagrams-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.examples.uml.diagrams ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.actions >--
[INFO] Building org.eclipse.papyrus.example.uml.nattable.actions 2.0.0-SNAPSHOT [434/487]
[INFO]   from ../../examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.actions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] Resolving class path of org.eclipse.papyrus.example.uml.nattable.actions
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 89 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/target/org.eclipse.papyrus.example.uml.nattable.actions-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/target/org.eclipse.papyrus.example.uml.nattable.actions-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/target/org.eclipse.papyrus.example.uml.nattable.actions-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.nattable.actions/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.nattable.actions-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.nattable.actions/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.nattable.actions-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/target/org.eclipse.papyrus.example.uml.nattable.actions-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.nattable.actions/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.nattable.actions-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.nattable.actions/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.nattable.actions-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.nattable.actions/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.nattable.actions-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.example.uml.nattable.actions ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.empty.line >--
[INFO] Building org.eclipse.papyrus.example.uml.nattable.empty.line 2.0.0-SNAPSHOT [435/487]
[INFO]   from ../../examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.empty.line:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] Resolving class path of org.eclipse.papyrus.example.uml.nattable.empty.line
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 193 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/target/org.eclipse.papyrus.example.uml.nattable.empty.line-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/target/org.eclipse.papyrus.example.uml.nattable.empty.line-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/target/org.eclipse.papyrus.example.uml.nattable.empty.line-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.nattable.empty.line/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.nattable.empty.line-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.nattable.empty.line/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.nattable.empty.line-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/target/org.eclipse.papyrus.example.uml.nattable.empty.line-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.nattable.empty.line/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.nattable.empty.line-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.nattable.empty.line/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.nattable.empty.line-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.nattable.empty.line/2.0.0-SNAPSHOT/org.eclipse.papyrus.example.uml.nattable.empty.line-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.example.uml.nattable.empty.line ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.example.uml.services.decorator >--
[INFO] Building org.eclipse.papyrus.example.uml.services.decorator 2.1.0-SNAPSHOT [436/487]
[INFO]   from ../../examples/uml/org.eclipse.papyrus.example.uml.services.decorator/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.services.decorator:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] Resolving class path of org.eclipse.papyrus.example.uml.services.decorator
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.example.uml.services.decorator ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 201 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/target/org.eclipse.papyrus.example.uml.services.decorator-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/target/org.eclipse.papyrus.example.uml.services.decorator-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/target/org.eclipse.papyrus.example.uml.services.decorator-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.services.decorator/2.1.0-SNAPSHOT/org.eclipse.papyrus.example.uml.services.decorator-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.services.decorator/2.1.0-SNAPSHOT/org.eclipse.papyrus.example.uml.services.decorator-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/target/org.eclipse.papyrus.example.uml.services.decorator-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.services.decorator/2.1.0-SNAPSHOT/org.eclipse.papyrus.example.uml.services.decorator-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.services.decorator/2.1.0-SNAPSHOT/org.eclipse.papyrus.example.uml.services.decorator-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.example.uml.services.decorator/2.1.0-SNAPSHOT/org.eclipse.papyrus.example.uml.services.decorator-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.example.uml.services.decorator ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture >--
[INFO] Building org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture 1.0.0-SNAPSHOT [437/487]
[INFO]   from ../../examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] Resolving class path of org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 236 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/target/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/target/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/target/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/target/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/1.0.0-SNAPSHOT/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.examples-user >--------
[INFO] Building org.eclipse.papyrus.examples-user 1.0.1-SNAPSHOT      [438/487]
[INFO]   from ../../examples/user/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.examples-user ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.examples-user ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.examples-user ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.examples-user ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/user/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples-user/1.0.1-SNAPSHOT/org.eclipse.papyrus.examples-user-1.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.examples.user.qvto >-----
[INFO] Building org.eclipse.papyrus.examples.user.qvto 2.1.0-SNAPSHOT [439/487]
[INFO]   from ../../examples/user/org.eclipse.papyrus.examples.user.qvto/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.user.qvto:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/user/org.eclipse.papyrus.examples.user.qvto/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] Resolving class path of org.eclipse.papyrus.examples.user.qvto
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] Copying 5 resources from src/main/resources to bin
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/user/org.eclipse.papyrus.examples.user.qvto/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.examples.user.qvto ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 201 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/user/org.eclipse.papyrus.examples.user.qvto/target/org.eclipse.papyrus.examples.user.qvto-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/user/org.eclipse.papyrus.examples.user.qvto/target/org.eclipse.papyrus.examples.user.qvto-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/user/org.eclipse.papyrus.examples.user.qvto/target/org.eclipse.papyrus.examples.user.qvto-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.user.qvto/2.1.0-SNAPSHOT/org.eclipse.papyrus.examples.user.qvto-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/user/org.eclipse.papyrus.examples.user.qvto/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.user.qvto/2.1.0-SNAPSHOT/org.eclipse.papyrus.examples.user.qvto-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/user/org.eclipse.papyrus.examples.user.qvto/target/org.eclipse.papyrus.examples.user.qvto-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.user.qvto/2.1.0-SNAPSHOT/org.eclipse.papyrus.examples.user.qvto-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/user/org.eclipse.papyrus.examples.user.qvto/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.user.qvto/2.1.0-SNAPSHOT/org.eclipse.papyrus.examples.user.qvto-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/examples/user/org.eclipse.papyrus.examples.user.qvto/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.examples.user.qvto/2.1.0-SNAPSHOT/org.eclipse.papyrus.examples.user.qvto-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.examples.user.qvto ---
[INFO] 
[INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.features >----------
[INFO] Building Papyrus Main Features 0.0.1-SNAPSHOT                  [440/487]
[INFO]   from ../../features/papyrus-main-features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.features ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.features ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.features ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.features ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.features/0.0.1-SNAPSHOT/org.eclipse.papyrus.features-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.validation.feature >--
[INFO] Building org.eclipse.papyrus.views.validation.feature 2.0.0-SNAPSHOT [441/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.validation.feature ---
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.cwt,1.0.0.201703081533.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.richtext,1.2.0.201703081533.
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 131 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/target/org.eclipse.papyrus.views.validation.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/target/org.eclipse.papyrus.views.validation.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/target/org.eclipse.papyrus.views.validation.feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.validation.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.validation.feature-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.validation.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.validation.feature-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/target/org.eclipse.papyrus.views.validation.feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.validation.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.validation.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.validation.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.validation.feature-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.validation.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.validation.feature-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.validation.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.feature >--
[INFO] Building org.eclipse.papyrus.views.modelexplorer.feature 4.0.0-SNAPSHOT [442/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 182 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/target/org.eclipse.papyrus.views.modelexplorer.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/target/org.eclipse.papyrus.views.modelexplorer.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/target/org.eclipse.papyrus.views.modelexplorer.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/target/org.eclipse.papyrus.views.modelexplorer.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.modelexplorer.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.views.modelexplorer.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.modelexplorer.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.references.feature >--
[INFO] Building org.eclipse.papyrus.views.references.feature 2.0.0-SNAPSHOT [443/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.references.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.views.references.feature ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.references.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.references.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.references.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.references.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.references.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.references.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.views.references.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/target/org.eclipse.papyrus.views.references.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.references.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.views.references.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.references.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/target/org.eclipse.papyrus.views.references.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.references.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.references.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/target/org.eclipse.papyrus.views.references.feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.references.feature-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.references.feature-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/target/org.eclipse.papyrus.views.references.feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.references.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.references.feature-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.references.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.references.feature-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.references.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.properties.feature >--
[INFO] Building org.eclipse.papyrus.views.properties.feature 3.1.0-SNAPSHOT [444/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 146 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/target/org.eclipse.papyrus.views.properties.feature-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/target/org.eclipse.papyrus.views.properties.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/target/org.eclipse.papyrus.views.properties.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.properties.feature-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.properties.feature-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/target/org.eclipse.papyrus.views.properties.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.properties.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.properties.feature-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.views.properties.feature-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.properties.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.feature >--
[INFO] Building org.eclipse.papyrus.views.documentation.feature 1.0.0-SNAPSHOT [445/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.documentation.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 189 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/target/org.eclipse.papyrus.views.documentation.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/target/org.eclipse.papyrus.views.documentation.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/target/org.eclipse.papyrus.views.documentation.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/target/org.eclipse.papyrus.views.documentation.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.documentation.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.views.documentation.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.documentation.feature ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.views.search.feature >----
[INFO] Building org.eclipse.papyrus.views.search.feature 2.1.0-SNAPSHOT [446/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search.feature:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.search.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.views.search.feature ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.search.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.search.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.search.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.search.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.search.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 138 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.search.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.views.search.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/target/org.eclipse.papyrus.views.search.feature-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.search.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.views.search.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.search.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/target/org.eclipse.papyrus.views.search.feature-2.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.search.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.search.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/target/org.eclipse.papyrus.views.search.feature-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.search.feature/2.1.0-SNAPSHOT/org.eclipse.papyrus.views.search.feature-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.search.feature/2.1.0-SNAPSHOT/org.eclipse.papyrus.views.search.feature-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/target/org.eclipse.papyrus.views.search.feature-2.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.search.feature/2.1.0-SNAPSHOT/org.eclipse.papyrus.views.search.feature-2.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.search.feature/2.1.0-SNAPSHOT/org.eclipse.papyrus.views.search.feature-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.search.feature/2.1.0-SNAPSHOT/org.eclipse.papyrus.views.search.feature-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.search.feature ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.views.feature >--------
[INFO] Building org.eclipse.papyrus.views.feature 2.0.0-SNAPSHOT      [447/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.views.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.views.feature ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 202 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.views.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.feature/target/org.eclipse.papyrus.views.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.views.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.feature/target/org.eclipse.papyrus.views.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.feature/target/org.eclipse.papyrus.views.feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.feature-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.feature-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.feature/target/org.eclipse.papyrus.views.feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.feature-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.views.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.views.feature-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.feature ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.doc.feature >---------
[INFO] Building org.eclipse.papyrus.doc.feature 3.1.0-SNAPSHOT        [448/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.doc.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.doc.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.doc.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.doc.feature ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.doc.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.doc.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.doc.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.doc.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.doc.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 73 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.doc.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.doc.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/target/org.eclipse.papyrus.doc.feature-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.doc.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.doc.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.doc.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/target/org.eclipse.papyrus.doc.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.doc.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.doc.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/target/org.eclipse.papyrus.doc.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.doc.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.doc.feature-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.doc.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.doc.feature-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/target/org.eclipse.papyrus.doc.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.doc.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.doc.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.doc.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.doc.feature-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.doc.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.doc.feature-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.doc.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.expressions.feature >---
[INFO] Building org.eclipse.papyrus.uml.expressions.feature 1.0.0-SNAPSHOT [449/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.expressions.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/target/org.eclipse.papyrus.uml.expressions.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/target/org.eclipse.papyrus.uml.expressions.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/target/org.eclipse.papyrus.uml.expressions.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.expressions.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.expressions.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/target/org.eclipse.papyrus.uml.expressions.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.expressions.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.expressions.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.expressions.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.expressions.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.expressions.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.feature >--
[INFO] Building org.eclipse.papyrus.uml.decoratormodel.feature 3.0.0-SNAPSHOT [450/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,ca.odell.glazedlists,1.9.0.v201303080712.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.core,1.5.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.extension.glazedlists,1.5.0.201703192131.
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 193 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/target/org.eclipse.papyrus.uml.decoratormodel.feature-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/target/org.eclipse.papyrus.uml.decoratormodel.feature-3.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/target/org.eclipse.papyrus.uml.decoratormodel.feature-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.feature-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.feature-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/target/org.eclipse.papyrus.uml.decoratormodel.feature-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.feature-3.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.feature-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.decoratormodel.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.decoratormodel.feature-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.decoratormodel.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture.feature >--
[INFO] Building org.eclipse.papyrus.uml.architecture.feature 1.0.0-SNAPSHOT [451/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.architecture.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 215 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/target/org.eclipse.papyrus.uml.architecture.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/target/org.eclipse.papyrus.uml.architecture.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/target/org.eclipse.papyrus.uml.architecture.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.architecture.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.architecture.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.architecture.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.architecture.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/target/org.eclipse.papyrus.uml.architecture.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.architecture.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.architecture.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.architecture.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.architecture.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.architecture.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.architecture.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.architecture.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.feature >--
[INFO] Building org.eclipse.papyrus.uml.xtext.integration.feature 2.0.0-SNAPSHOT [452/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 192 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/target/org.eclipse.papyrus.uml.xtext.integration.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/target/org.eclipse.papyrus.uml.xtext.integration.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/target/org.eclipse.papyrus.uml.xtext.integration.feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.feature-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.feature-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/target/org.eclipse.papyrus.uml.xtext.integration.feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.feature-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.xtext.integration.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.xtext.integration.feature-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.xtext.integration.feature ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml.ui.feature >-------
[INFO] Building org.eclipse.papyrus.uml.ui.feature 1.2.0-SNAPSHOT     [453/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.ui.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 151 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/target/org.eclipse.papyrus.uml.ui.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/target/org.eclipse.papyrus.uml.ui.feature-1.2.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/target/org.eclipse.papyrus.uml.ui.feature-1.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.ui.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.uml.ui.feature-1.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.ui.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.uml.ui.feature-1.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/target/org.eclipse.papyrus.uml.ui.feature-1.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.ui.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.uml.ui.feature-1.2.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.ui.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.uml.ui.feature-1.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.ui.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.uml.ui.feature-1.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.ui.feature ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.feature >------
[INFO] Building org.eclipse.papyrus.uml.tools.feature 3.1.0-SNAPSHOT  [454/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 151 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/target/org.eclipse.papyrus.uml.tools.feature-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/target/org.eclipse.papyrus.uml.tools.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/target/org.eclipse.papyrus.uml.tools.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.tools.feature-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.tools.feature-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/target/org.eclipse.papyrus.uml.tools.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.tools.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.tools.feature-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.tools.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.tools.feature-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.tools.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.feature >--
[INFO] Building org.eclipse.papyrus.uml.modelexplorer.feature 2.0.0-SNAPSHOT [455/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 195 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/target/org.eclipse.papyrus.uml.modelexplorer.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/target/org.eclipse.papyrus.uml.modelexplorer.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/target/org.eclipse.papyrus.uml.modelexplorer.feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer.feature-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer.feature-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/target/org.eclipse.papyrus.uml.modelexplorer.feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer.feature-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelexplorer.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.modelexplorer.feature-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.modelexplorer.feature ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.feature >-----
[INFO] Building org.eclipse.papyrus.uml.diagram.feature 4.1.100-SNAPSHOT [456/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.feature:4.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] The project's OSGi version is 4.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 224 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/target/org.eclipse.papyrus.uml.diagram.feature-4.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/target/org.eclipse.papyrus.uml.diagram.feature-4.1.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/target/org.eclipse.papyrus.uml.diagram.feature-4.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.feature/4.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.feature-4.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.feature/4.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.feature-4.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/target/org.eclipse.papyrus.uml.diagram.feature-4.1.100-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.feature/4.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.feature-4.1.100-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.feature/4.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.feature-4.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.feature/4.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.feature-4.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.feature ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.feature >---
[INFO] Building org.eclipse.papyrus.uml.properties.feature 3.0.0-SNAPSHOT [457/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.properties.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 206 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/target/org.eclipse.papyrus.uml.properties.feature-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/target/org.eclipse.papyrus.uml.properties.feature-3.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/target/org.eclipse.papyrus.uml.properties.feature-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.feature-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.feature-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/target/org.eclipse.papyrus.uml.properties.feature-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.feature-3.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.feature-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.feature-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.properties.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.feature >--
[INFO] Building org.eclipse.papyrus.uml.internationalization.feature 1.0.0-SNAPSHOT [458/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 132 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/target/org.eclipse.papyrus.uml.internationalization.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/target/org.eclipse.papyrus.uml.internationalization.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/target/org.eclipse.papyrus.uml.internationalization.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/target/org.eclipse.papyrus.uml.internationalization.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.internationalization.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.internationalization.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.internationalization.feature ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.feature >----
[INFO] Building org.eclipse.papyrus.uml.textedit.feature 2.0.100-SNAPSHOT [459/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.feature:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] The project's OSGi version is 2.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 250 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/target/org.eclipse.papyrus.uml.textedit.feature-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/target/org.eclipse.papyrus.uml.textedit.feature-2.0.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/target/org.eclipse.papyrus.uml.textedit.feature-2.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.feature/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.feature-2.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.feature/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.feature-2.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/target/org.eclipse.papyrus.uml.textedit.feature-2.0.100-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.feature/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.feature-2.0.100-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.feature/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.feature-2.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.textedit.feature/2.0.100-SNAPSHOT/org.eclipse.papyrus.uml.textedit.feature-2.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.textedit.feature ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.search.feature >-----
[INFO] Building org.eclipse.papyrus.uml.search.feature 2.1.0-SNAPSHOT [460/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.feature:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] The project's OSGi version is 2.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.search.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 199 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/target/org.eclipse.papyrus.uml.search.feature-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/target/org.eclipse.papyrus.uml.search.feature-2.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/target/org.eclipse.papyrus.uml.search.feature-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.feature/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.search.feature-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.feature/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.search.feature-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/target/org.eclipse.papyrus.uml.search.feature-2.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.feature/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.search.feature-2.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.feature/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.search.feature-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.search.feature/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.search.feature-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.search.feature ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.feature >----
[INFO] Building org.eclipse.papyrus.uml.nattable.feature 4.0.0-SNAPSHOT [461/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 227 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/target/org.eclipse.papyrus.uml.nattable.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/target/org.eclipse.papyrus.uml.nattable.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/target/org.eclipse.papyrus.uml.nattable.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/target/org.eclipse.papyrus.uml.nattable.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.nattable.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.nattable.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.nattable.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.feature >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.feature 3.0.0-SNAPSHOT [462/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 211 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/target/org.eclipse.papyrus.infra.gmfdiag.css.feature-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/target/org.eclipse.papyrus.infra.gmfdiag.css.feature-3.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/target/org.eclipse.papyrus.infra.gmfdiag.css.feature-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.feature-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.feature-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/target/org.eclipse.papyrus.infra.gmfdiag.css.feature-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.feature-3.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.feature-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.feature-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css.feature >---
[INFO] Building org.eclipse.papyrus.uml.diagram.css.feature 2.0.0-SNAPSHOT [463/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 224 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/target/org.eclipse.papyrus.uml.diagram.css.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/target/org.eclipse.papyrus.uml.diagram.css.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/target/org.eclipse.papyrus.uml.diagram.css.feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.css.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.css.feature-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.css.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.css.feature-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/target/org.eclipse.papyrus.uml.diagram.css.feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.css.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.css.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.css.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.css.feature-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.css.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.css.feature-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.diagram.css.feature ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.feature >-------
[INFO] Building org.eclipse.papyrus.uml.alf.feature 3.0.100-SNAPSHOT  [464/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.feature:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 194 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/target/org.eclipse.papyrus.uml.alf.feature-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/target/org.eclipse.papyrus.uml.alf.feature-3.0.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/target/org.eclipse.papyrus.uml.alf.feature-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.feature/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf.feature-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.feature/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf.feature-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/target/org.eclipse.papyrus.uml.alf.feature-3.0.100-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.feature/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf.feature-3.0.100-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.feature/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf.feature-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.alf.feature/3.0.100-SNAPSHOT/org.eclipse.papyrus.uml.alf.feature-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.alf.feature ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.feature >----
[INFO] Building org.eclipse.papyrus.uml.m2m.qvto.feature 1.0.0-SNAPSHOT [465/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 161 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/target/org.eclipse.papyrus.uml.m2m.qvto.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/target/org.eclipse.papyrus.uml.m2m.qvto.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/target/org.eclipse.papyrus.uml.m2m.qvto.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/target/org.eclipse.papyrus.uml.m2m.qvto.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.m2m.qvto.feature ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.uml.feature >---------
[INFO] Building org.eclipse.papyrus.uml.feature 5.1.100-SNAPSHOT      [466/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.uml.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.feature:5.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.feature ---
[INFO] The project's OSGi version is 5.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 261 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/target/org.eclipse.papyrus.uml.feature-5.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/target/org.eclipse.papyrus.uml.feature-5.1.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/target/org.eclipse.papyrus.uml.feature-5.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.feature/5.1.100-SNAPSHOT/org.eclipse.papyrus.uml.feature-5.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.feature/5.1.100-SNAPSHOT/org.eclipse.papyrus.uml.feature-5.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/target/org.eclipse.papyrus.uml.feature-5.1.100-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.feature/5.1.100-SNAPSHOT/org.eclipse.papyrus.uml.feature-5.1.100-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.feature/5.1.100-SNAPSHOT/org.eclipse.papyrus.uml.feature-5.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.feature/5.1.100-SNAPSHOT/org.eclipse.papyrus.uml.feature-5.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.feature ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.editor.feature >-------
[INFO] Building org.eclipse.papyrus.editor.feature 2.0.0-SNAPSHOT     [467/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.editor.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.editor.feature ---
[INFO] The project's OSGi version is 2.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editor.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editor.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editor.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editor.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editor.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 141 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.editor.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.editor.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/target/org.eclipse.papyrus.editor.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editor.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.editor.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.editor.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/target/org.eclipse.papyrus.editor.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.editor.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.editor.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/target/org.eclipse.papyrus.editor.feature-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.editor.feature-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.editor.feature-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/target/org.eclipse.papyrus.editor.feature-2.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.editor.feature-2.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.editor.feature-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.editor.feature/2.0.0-SNAPSHOT/org.eclipse.papyrus.editor.feature-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.editor.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.feature >--
[INFO] Building org.eclipse.papyrus.infra.emf.expressions.feature 1.0.0-SNAPSHOT [468/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 138 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/target/org.eclipse.papyrus.infra.emf.expressions.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/target/org.eclipse.papyrus.infra.emf.expressions.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/target/org.eclipse.papyrus.infra.emf.expressions.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.expressions.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.expressions.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/target/org.eclipse.papyrus.infra.emf.expressions.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.expressions.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.expressions.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.expressions.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.expressions.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.expressions.feature ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.feature >------
[INFO] Building org.eclipse.papyrus.infra.emf.feature 3.2.0-SNAPSHOT  [469/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.feature:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] The project's OSGi version is 3.2.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 142 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/target/org.eclipse.papyrus.infra.emf.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/target/org.eclipse.papyrus.infra.emf.feature-3.2.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/target/org.eclipse.papyrus.infra.emf.feature-3.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.feature/3.2.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.feature-3.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.feature/3.2.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.feature-3.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/target/org.eclipse.papyrus.infra.emf.feature-3.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.feature/3.2.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.feature-3.2.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.feature/3.2.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.feature-3.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.feature/3.2.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.feature-3.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.feature ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.feature >----
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.feature 3.0.300-SNAPSHOT [470/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.feature:3.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] The project's OSGi version is 3.0.300.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 190 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/target/org.eclipse.papyrus.infra.gmfdiag.feature-3.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/target/org.eclipse.papyrus.infra.gmfdiag.feature-3.0.300-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/target/org.eclipse.papyrus.infra.gmfdiag.feature-3.0.300-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.feature/3.0.300-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.feature-3.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.feature/3.0.300-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.feature-3.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/target/org.eclipse.papyrus.infra.gmfdiag.feature-3.0.300-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.feature/3.0.300-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.feature-3.0.300-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.feature/3.0.300-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.feature-3.0.300-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.feature/3.0.300-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.feature-3.0.300-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.feature >--
[INFO] Building org.eclipse.papyrus.infra.internationalization.feature 1.0.0-SNAPSHOT [471/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 178 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/target/org.eclipse.papyrus.infra.internationalization.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/target/org.eclipse.papyrus.infra.internationalization.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/target/org.eclipse.papyrus.infra.internationalization.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/target/org.eclipse.papyrus.infra.internationalization.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.internationalization.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.infra.internationalization.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.internationalization.feature ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.feature >-----
[INFO] Building org.eclipse.papyrus.infra.core.feature 3.1.100-SNAPSHOT [472/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.feature:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] The project's OSGi version is 3.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 114 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/target/org.eclipse.papyrus.infra.core.feature-3.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/target/org.eclipse.papyrus.infra.core.feature-3.1.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/target/org.eclipse.papyrus.infra.core.feature-3.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.feature/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.core.feature-3.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.feature/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.core.feature-3.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/target/org.eclipse.papyrus.infra.core.feature-3.1.100-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.feature/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.core.feature-3.1.100-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.feature/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.core.feature-3.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.feature/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.core.feature-3.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.core.feature ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.feature >------
[INFO] Building org.eclipse.papyrus.infra.ui.feature 3.1.100-SNAPSHOT [473/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.feature:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] The project's OSGi version is 3.1.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 205 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/target/org.eclipse.papyrus.infra.ui.feature-3.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/target/org.eclipse.papyrus.infra.ui.feature-3.1.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/target/org.eclipse.papyrus.infra.ui.feature-3.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.feature/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.feature-3.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.feature/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.feature-3.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/target/org.eclipse.papyrus.infra.ui.feature-3.1.100-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.feature/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.feature-3.1.100-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.feature/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.feature-3.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.feature/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.feature-3.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.ui.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.feature >--
[INFO] Building org.eclipse.papyrus.infra.viewpoints.feature 3.0.100-SNAPSHOT [474/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.feature:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] The project's OSGi version is 3.0.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 149 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/target/org.eclipse.papyrus.infra.viewpoints.feature-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/target/org.eclipse.papyrus.infra.viewpoints.feature-3.0.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/target/org.eclipse.papyrus.infra.viewpoints.feature-3.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.feature/3.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.feature-3.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.feature/3.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.feature-3.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/target/org.eclipse.papyrus.infra.viewpoints.feature-3.0.100-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.feature/3.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.feature-3.0.100-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.feature/3.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.feature-3.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.feature/3.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.feature-3.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.viewpoints.feature ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.widget.feature >----
[INFO] Building org.eclipse.papyrus.infra.widget.feature 3.1.0-SNAPSHOT [475/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widget.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.widget.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 122 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/target/org.eclipse.papyrus.infra.widget.feature-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/target/org.eclipse.papyrus.infra.widget.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/target/org.eclipse.papyrus.infra.widget.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widget.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.widget.feature-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widget.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.widget.feature-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/target/org.eclipse.papyrus.infra.widget.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widget.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.widget.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widget.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.widget.feature-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.widget.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.widget.feature-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.widget.feature ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.feature >---
[INFO] Building org.eclipse.papyrus.infra.services.feature 3.1.0-SNAPSHOT [476/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] The project's OSGi version is 3.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 136 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/target/org.eclipse.papyrus.infra.services.feature-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/target/org.eclipse.papyrus.infra.services.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/target/org.eclipse.papyrus.infra.services.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.feature-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.feature-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/target/org.eclipse.papyrus.infra.services.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.feature-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.feature/3.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.feature-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.services.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.feature >--
[INFO] Building org.eclipse.papyrus.infra.architecture.feature 1.1.0-SNAPSHOT [477/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] The project's OSGi version is 1.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 126 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/target/org.eclipse.papyrus.infra.architecture.feature-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/target/org.eclipse.papyrus.infra.architecture.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/target/org.eclipse.papyrus.infra.architecture.feature-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.feature-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.feature-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/target/org.eclipse.papyrus.infra.architecture.feature-1.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.feature-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.architecture.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.infra.architecture.feature-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.architecture.feature ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.feature >---
[INFO] Building org.eclipse.papyrus.infra.nattable.feature 4.0.0-SNAPSHOT [478/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] The project's OSGi version is 4.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 188 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/target/org.eclipse.papyrus.infra.nattable.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/target/org.eclipse.papyrus.infra.nattable.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/target/org.eclipse.papyrus.infra.nattable.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/target/org.eclipse.papyrus.infra.nattable.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.nattable.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.nattable.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.nattable.feature ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.feature >--------
[INFO] Building org.eclipse.papyrus.infra.feature 3.3.100-SNAPSHOT    [479/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.feature:3.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.feature ---
[INFO] The project's OSGi version is 3.3.100.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 241 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/target/org.eclipse.papyrus.infra.feature-3.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/target/org.eclipse.papyrus.infra.feature-3.3.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/target/org.eclipse.papyrus.infra.feature-3.3.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.feature/3.3.100-SNAPSHOT/org.eclipse.papyrus.infra.feature-3.3.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.feature/3.3.100-SNAPSHOT/org.eclipse.papyrus.infra.feature-3.3.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/target/org.eclipse.papyrus.infra.feature-3.3.100-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.feature/3.3.100-SNAPSHOT/org.eclipse.papyrus.infra.feature-3.3.100-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.feature/3.3.100-SNAPSHOT/org.eclipse.papyrus.infra.feature-3.3.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.feature/3.3.100-SNAPSHOT/org.eclipse.papyrus.infra.feature-3.3.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.feature ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.emf.feature >---------
[INFO] Building org.eclipse.papyrus.emf.feature 1.1.0-SNAPSHOT        [480/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.emf.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.emf.feature ---
[INFO] The project's OSGi version is 1.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 107 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.emf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/target/org.eclipse.papyrus.emf.feature-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.emf.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/target/org.eclipse.papyrus.emf.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/target/org.eclipse.papyrus.emf.feature-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.emf.feature-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.emf.feature-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/target/org.eclipse.papyrus.emf.feature-1.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.emf.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.emf.feature-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.emf.feature-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.feature ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.feature >------
[INFO] Building org.eclipse.papyrus.emf.facet.feature 3.0.0-SNAPSHOT  [481/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] The project's OSGi version is 3.0.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 142 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/target/org.eclipse.papyrus.emf.facet.feature-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/target/org.eclipse.papyrus.emf.facet.feature-3.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/target/org.eclipse.papyrus.emf.facet.feature-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.feature-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.feature-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/target/org.eclipse.papyrus.emf.facet.feature-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.feature-3.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.feature-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.emf.facet.feature/3.0.0-SNAPSHOT/org.eclipse.papyrus.emf.facet.feature-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.emf.facet.feature ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.sdk.feature >---------
[INFO] Building org.eclipse.papyrus.sdk.feature 6.7.0-SNAPSHOT        [482/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk.feature:6.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.sdk.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.sdk.feature ---
[INFO] The project's OSGi version is 6.7.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.sdk.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.sdk.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.sdk.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 282 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/target/org.eclipse.papyrus.sdk.feature-6.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/target/org.eclipse.papyrus.sdk.feature-6.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sdk.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/target/org.eclipse.papyrus.sdk.feature-6.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.sdk.feature/6.7.0-SNAPSHOT/org.eclipse.papyrus.sdk.feature-6.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.sdk.feature/6.7.0-SNAPSHOT/org.eclipse.papyrus.sdk.feature-6.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/target/org.eclipse.papyrus.sdk.feature-6.7.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.sdk.feature/6.7.0-SNAPSHOT/org.eclipse.papyrus.sdk.feature-6.7.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.sdk.feature/6.7.0-SNAPSHOT/org.eclipse.papyrus.sdk.feature-6.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.sdk.feature/6.7.0-SNAPSHOT/org.eclipse.papyrus.sdk.feature-6.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.sdk.feature ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.feature >---
[INFO] Building org.eclipse.papyrus.infra.textedit.feature 1.1.0-SNAPSHOT [483/487]
[INFO]   from ../../features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] The project's OSGi version is 1.1.0.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 282 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/target/org.eclipse.papyrus.infra.textedit.feature-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/target/org.eclipse.papyrus.infra.textedit.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/target/org.eclipse.papyrus.infra.textedit.feature-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.feature-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.feature-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/target/org.eclipse.papyrus.infra.textedit.feature-1.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.feature-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.textedit.feature/1.1.0-SNAPSHOT/org.eclipse.papyrus.infra.textedit.feature-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.textedit.feature ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.user.examples-features >---
[INFO] Building Papyrus Examples Features 0.0.1-SNAPSHOT              [484/487]
[INFO]   from ../../features/papyrus.user.examples-features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.user.examples-features ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.user.examples-features ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.user.examples-features ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.user.examples-features ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.user.examples-features/0.0.1-SNAPSHOT/org.eclipse.papyrus.user.examples-features-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.user.examples.feature >----
[INFO] Building org.eclipse.papyrus.user.examples.feature 0.0.3-SNAPSHOT [485/487]
[INFO]   from ../../features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.user.examples.feature:0.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] The project's OSGi version is 0.0.3.202405011158
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.user.examples.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 282 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/target/org.eclipse.papyrus.user.examples.feature-0.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/target/org.eclipse.papyrus.user.examples.feature-0.0.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/target/org.eclipse.papyrus.user.examples.feature-0.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.user.examples.feature/0.0.3-SNAPSHOT/org.eclipse.papyrus.user.examples.feature-0.0.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.user.examples.feature/0.0.3-SNAPSHOT/org.eclipse.papyrus.user.examples.feature-0.0.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/target/org.eclipse.papyrus.user.examples.feature-0.0.3-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.user.examples.feature/0.0.3-SNAPSHOT/org.eclipse.papyrus.user.examples.feature-0.0.3-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.user.examples.feature/0.0.3-SNAPSHOT/org.eclipse.papyrus.user.examples.feature-0.0.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.user.examples.feature/0.0.3-SNAPSHOT/org.eclipse.papyrus.user.examples.feature-0.0.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.user.examples.feature ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.main.targetplatform >-----
[INFO] Building org.eclipse.papyrus.main.targetplatform 0.0.1-SNAPSHOT [486/487]
[INFO]   from targetPlatform/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.targetplatform ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.main.targetplatform ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.main.targetplatform ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.main.targetplatform ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.main.targetplatform ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.main.targetplatform/0.0.1-SNAPSHOT/org.eclipse.papyrus.main.targetplatform-0.0.1-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/targetPlatform/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.main.targetplatform/0.0.1-SNAPSHOT/org.eclipse.papyrus.main.targetplatform-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.papyrus:org.eclipse.papyrus.p2 >-------------
[INFO] Building org.eclipse.papyrus.p2 6.7.0-SNAPSHOT                 [487/487]
[INFO]   from site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.3:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2:6.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/site/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.p2 ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.p2 ---
[INFO] The project's OSGi version is 6.7.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean-1) @ org.eclipse.papyrus.p2 ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.p2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.p2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/site/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.p2 ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] Published profile IUs: [a.jre.javase 23.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:publish-products (default-publish-products) @ org.eclipse.papyrus.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:publish-categories (default-publish-categories) @ org.eclipse.papyrus.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.3:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.p2 ---
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.core.source,1.5.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,ca.odell.glazedlists.source,1.9.0.v201303080712.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.extension.glazedlists.source,1.5.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.cwt.source,1.0.0.201703081533.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.richtext.source,1.2.0.201703081533.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.extension.nebula.source,1.1.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.extension.glazedlists.source,1.5.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.richtext,1.2.0.201703081533.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.core.source,1.5.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,ca.odell.glazedlists.source,1.9.0.v201303080712.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.extension.nebula,1.1.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.core,1.5.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.extension.nebula.source,1.1.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,ca.odell.glazedlists,1.9.0.v201303080712.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.cwt.source,1.0.0.201703081533.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.richtext.source,1.2.0.201703081533.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][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.nattable.extension.glazedlists,1.5.0.201703192131.
[WARNING] [69758248-b402-4aaf-9419-e5e0a0a76088][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.cwt,1.0.0.201703081533.
[INFO] Adding references to the following repositories:
[INFO]   https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913
[INFO]   https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334
[INFO]   https://download.eclipse.org/xwt/release-1.9.100
[INFO]   https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository
[INFO]   https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06
[INFO]   https://download.eclipse.org/cbi/updates/tpd/nightly/latest
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.3:archive-repository (default-archive-repository) @ org.eclipse.papyrus.p2 ---
[INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/site/target/org.eclipse.papyrus.p2-6.7.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.p2 ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.p2 ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.p2 ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/site/target/org.eclipse.papyrus.p2-6.7.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.p2/6.7.0-SNAPSHOT/org.eclipse.papyrus.p2-6.7.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.p2/6.7.0-SNAPSHOT/org.eclipse.papyrus.p2-6.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/site/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.p2/6.7.0-SNAPSHOT/org.eclipse.papyrus.p2-6.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/main/site/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.p2/6.7.0-SNAPSHOT/org.eclipse.papyrus.p2-6.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.p2 ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT ..... SUCCESS [  0.480 s]
[INFO] Papyrus Main Plugins 0.0.1-SNAPSHOT ................ SUCCESS [  0.007 s]
[INFO] Papyrus EMF 0.0.1-SNAPSHOT ......................... SUCCESS [  0.006 s]
[INFO] Papyrus Infra 0.0.1-SNAPSHOT ....................... SUCCESS [  0.005 s]
[INFO] Papyrus Infra Core 0.0.1-SNAPSHOT .................. SUCCESS [  0.006 s]
[INFO] org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT .. SUCCESS [ 14.710 s]
[INFO] org.eclipse.papyrus.emf 2.0.0-SNAPSHOT ............. SUCCESS [  5.241 s]
[INFO] org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT .......... SUCCESS [  5.681 s]
[INFO] EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT ...... SUCCESS [  0.006 s]
[INFO] Papyrus EMF Facet Editors 0.0.1-SNAPSHOT ........... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.emf.facet.custom.doc 2.0.0-SNAPSHOT SUCCESS [  0.161 s]
[INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog 2.0.0-SNAPSHOT SUCCESS [  0.441 s]
[INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel 2.0.0-SNAPSHOT SUCCESS [  1.198 s]
[INFO] org.eclipse.papyrus.emf.facet.util.core 2.0.0-SNAPSHOT SUCCESS [  0.423 s]
[INFO] org.eclipse.papyrus.emf.facet.util.pde.core 2.0.0-SNAPSHOT SUCCESS [  0.636 s]
[INFO] org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT  SUCCESS [  0.706 s]
[INFO] org.eclipse.papyrus.emf.facet.util.emf.core 2.0.0-SNAPSHOT SUCCESS [  0.714 s]
[INFO] org.eclipse.papyrus.emf.facet.efacet.catalog 2.0.0-SNAPSHOT SUCCESS [  0.507 s]
[INFO] org.eclipse.papyrus.emf.facet.efacet.core 3.0.0-SNAPSHOT SUCCESS [  0.934 s]
[INFO] org.eclipse.papyrus.emf.facet.util.ui 3.0.0-SNAPSHOT SUCCESS [  1.060 s]
[INFO] org.eclipse.papyrus.emf.facet.util.swt 2.0.0-SNAPSHOT SUCCESS [  0.707 s]
[INFO] org.eclipse.papyrus.emf.facet.common.core 2.0.0-SNAPSHOT SUCCESS [  0.272 s]
[INFO] org.eclipse.papyrus.emf.facet.common.ui 2.0.0-SNAPSHOT SUCCESS [  0.712 s]
[INFO] org.eclipse.papyrus.emf.facet.util.emf.ui 3.0.0-SNAPSHOT SUCCESS [  1.205 s]
[INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui 3.0.0-SNAPSHOT SUCCESS [  1.813 s]
[INFO] org.eclipse.papyrus.emf.facet.custom.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.638 s]
[INFO] org.eclipse.papyrus.emf.facet.custom.core 4.0.0-SNAPSHOT SUCCESS [  0.783 s]
[INFO] org.eclipse.papyrus.emf.facet.common.sdk.core 2.0.0-SNAPSHOT SUCCESS [  0.389 s]
[INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core 2.0.0-SNAPSHOT SUCCESS [  0.991 s]
[INFO] org.eclipse.papyrus.emf.facet.query.java 2.0.0-SNAPSHOT SUCCESS [  0.277 s]
[INFO] org.eclipse.papyrus.infra.tools 4.2.0-SNAPSHOT ..... SUCCESS [  1.046 s]
[INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.719 s]
[INFO] org.eclipse.papyrus.emf.facet.query.java.core 3.0.0-SNAPSHOT SUCCESS [  0.831 s]
[INFO] org.eclipse.papyrus.emf.facet.util.jface.ui 3.0.0-SNAPSHOT SUCCESS [  0.703 s]
[INFO] org.eclipse.papyrus.emf.facet.custom.ui 4.0.0-SNAPSHOT SUCCESS [  1.228 s]
[INFO] org.eclipse.papyrus.emf.facet.widgets 2.0.0-SNAPSHOT SUCCESS [  1.061 s]
[INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors 2.0.0-SNAPSHOT SUCCESS [  1.108 s]
[INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui 2.0.0-SNAPSHOT SUCCESS [  1.178 s]
[INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit 2.0.0-SNAPSHOT SUCCESS [  0.551 s]
[INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.414 s]
[INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit 2.0.0-SNAPSHOT SUCCESS [  0.328 s]
[INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor 2.0.0-SNAPSHOT SUCCESS [  1.062 s]
[INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc 2.0.0-SNAPSHOT SUCCESS [  0.199 s]
[INFO] org.eclipse.papyrus.emf.facet.doc 2.0.0-SNAPSHOT ... SUCCESS [  0.728 s]
[INFO] Papyrus Infra Element Types Configurations 0.0.1-SNAPSHOT SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.infra.types 5.0.0-SNAPSHOT ..... SUCCESS [  0.888 s]
[INFO] org.eclipse.papyrus.infra.core.architecture 3.1.0-SNAPSHOT SUCCESS [  1.157 s]
[INFO] org.eclipse.papyrus.emf.facet.architecture 1.0.0-SNAPSHOT SUCCESS [  0.832 s]
[INFO] org.eclipse.papyrus.infra.types.edit 5.0.0-SNAPSHOT  SUCCESS [  0.888 s]
[INFO] org.eclipse.papyrus.infra.core.architecture.edit 3.0.0-SNAPSHOT SUCCESS [  0.775 s]
[INFO] org.eclipse.papyrus.emf.facet.architecture.edit 1.0.0-SNAPSHOT SUCCESS [  0.963 s]
[INFO] org.eclipse.papyrus.emf.facet.aggregate.doc 2.0.0-SNAPSHOT SUCCESS [  0.134 s]
[INFO] org.eclipse.papyrus.emf.facet.efacet.doc 2.0.0-SNAPSHOT SUCCESS [  0.153 s]
[INFO] org.eclipse.papyrus.emf.facet.efacet.edit 2.0.0-SNAPSHOT SUCCESS [  0.661 s]
[INFO] org.eclipse.papyrus.emf.facet.efacet.editor 2.0.0-SNAPSHOT SUCCESS [  0.789 s]
[INFO] org.eclipse.papyrus.emf.facet.efacet.ui 4.0.0-SNAPSHOT SUCCESS [  1.413 s]
[INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui 2.0.0-SNAPSHOT SUCCESS [  3.326 s]
[INFO] org.eclipse.papyrus.emf.facet.query.ocl.core 2.0.0-SNAPSHOT SUCCESS [  0.915 s]
[INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui 3.0.0-SNAPSHOT SUCCESS [  0.844 s]
[INFO] org.eclipse.papyrus.emf.facet.util.emf.doc 2.0.0-SNAPSHOT SUCCESS [  0.214 s]
[INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore 2.0.0-SNAPSHOT SUCCESS [  1.060 s]
[INFO] Papyrus Infra Architecture 0.0.1-SNAPSHOT .......... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.infra.core.sashwindows.di 2.0.0-SNAPSHOT SUCCESS [  0.561 s]
[INFO] org.eclipse.papyrus.infra.core 4.4.0-SNAPSHOT ...... SUCCESS [  1.673 s]
[INFO] Papyrus Infra Services 0.0.1-SNAPSHOT .............. SUCCESS [  0.006 s]
[INFO] org.eclipse.papyrus.infra.services.markerlistener 3.0.0-SNAPSHOT SUCCESS [  0.997 s]
[INFO] Papyrus EMF Infrastructure 0.0.1-SNAPSHOT .......... SUCCESS [  0.007 s]
[INFO] org.eclipse.papyrus.infra.emf 4.4.0-SNAPSHOT ....... SUCCESS [  1.622 s]
[INFO] org.eclipse.papyrus.infra.services.edit 4.1.0-SNAPSHOT SUCCESS [  0.868 s]
[INFO] org.eclipse.papyrus.infra.architecture 3.3.0-SNAPSHOT SUCCESS [ 11.502 s]
[INFO] Papyrus Infra Constraints 0.0.1-SNAPSHOT ........... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.infra.constraints 3.0.0-SNAPSHOT SUCCESS [  1.341 s]
[INFO] org.eclipse.papyrus.infra.architecture.representation 3.0.0-SNAPSHOT SUCCESS [  0.946 s]
[INFO] org.eclipse.papyrus.infra.constraints.edit 3.0.0-SNAPSHOT SUCCESS [  1.252 s]
[INFO] org.eclipse.papyrus.infra.architecture.representation.edit 2.0.0-SNAPSHOT SUCCESS [  0.877 s]
[INFO] org.eclipse.papyrus.infra.core.sasheditor 3.0.0-SNAPSHOT SUCCESS [  1.126 s]
[INFO] org.eclipse.papyrus.infra.core.sasheditor.di 3.0.0-SNAPSHOT SUCCESS [  0.834 s]
[INFO] Papyrus Infra One-file 0.0.1-SNAPSHOT .............. SUCCESS [  0.005 s]
[INFO] Papyrus Views 0.0.1-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] Papyrus Properties View 0.0.1-SNAPSHOT ............. SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.views.properties.services 1.0.0-SNAPSHOT SUCCESS [  1.029 s]
[INFO] Papyrus Infra UI 0.0.1-SNAPSHOT .................... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.widgets.toolbox 3.0.0-SNAPSHOT SUCCESS [  0.728 s]
[INFO] org.eclipse.papyrus.infra.services.labelprovider 3.0.0-SNAPSHOT SUCCESS [  0.681 s]
[INFO] org.eclipse.papyrus.infra.widgets 4.3.0-SNAPSHOT ... SUCCESS [  2.301 s]
[INFO] org.eclipse.papyrus.infra.ui 3.5.100-SNAPSHOT ...... SUCCESS [  1.896 s]
[INFO] Papyrus Internationalization 0.0.1-SNAPSHOT ........ SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.infra.internationalization.common 2.0.0-SNAPSHOT SUCCESS [  1.041 s]
[INFO] org.eclipse.papyrus.infra.emf.gmf 2.1.0-SNAPSHOT ... SUCCESS [  0.601 s]
[INFO] Papyrus EMF Expressions Infrastructure 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.infra.emf.expressions 2.0.0-SNAPSHOT SUCCESS [  0.614 s]
[INFO] Papyrus Nattable 0.0.1-SNAPSHOT .................... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.infra.nattable.model 5.0.0-SNAPSHOT SUCCESS [  1.313 s]
[INFO] org.eclipse.papyrus.infra.internationalization 2.1.0-SNAPSHOT SUCCESS [  1.119 s]
[INFO] org.eclipse.papyrus.infra.onefile 3.1.0-SNAPSHOT ... SUCCESS [  1.316 s]
[INFO] org.eclipse.papyrus.infra.constraints.editor 3.0.0-SNAPSHOT SUCCESS [  0.902 s]
[INFO] org.eclipse.papyrus.infra.constraints.ui 3.0.0-SNAPSHOT SUCCESS [  0.727 s]
[INFO] Papyrus Editor Welcome Page 0.0.1-SNAPSHOT ......... SUCCESS [  0.004 s]
[INFO] Papyrus Infra Properties Framework 0.0.1-SNAPSHOT .. SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.properties 4.1.0-SNAPSHOT  SUCCESS [  1.222 s]
[INFO] org.eclipse.papyrus.infra.emf.readonly 4.1.0-SNAPSHOT SUCCESS [  1.289 s]
[INFO] org.eclipse.papyrus.infra.ui.emf 3.1.100-SNAPSHOT .. SUCCESS [  1.409 s]
[INFO] org.eclipse.papyrus.infra.properties.ui 4.1.0-SNAPSHOT SUCCESS [  2.483 s]
[INFO] org.eclipse.papyrus.infra.editor.welcome 3.0.0-SNAPSHOT SUCCESS [  1.755 s]
[INFO] org.eclipse.papyrus.infra.services.navigation 4.0.0-SNAPSHOT SUCCESS [  0.891 s]
[INFO] org.eclipse.papyrus.infra.editor.welcome.nattable 4.0.0-SNAPSHOT SUCCESS [  1.499 s]
[INFO] org.eclipse.papyrus.infra.emf.appearance 3.0.0-SNAPSHOT SUCCESS [  1.178 s]
[INFO] org.eclipse.papyrus.infra.emf.diagram.common 3.0.0-SNAPSHOT SUCCESS [  0.922 s]
[INFO] Papyrus Infra Filters Model 0.0.1-SNAPSHOT ......... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.infra.filters 2.0.0-SNAPSHOT ... SUCCESS [  0.365 s]
[INFO] org.eclipse.papyrus.infra.types.core 5.1.0-SNAPSHOT  SUCCESS [  1.175 s]
[INFO] org.eclipse.papyrus.infra.types.rulebased 5.0.0-SNAPSHOT SUCCESS [  1.810 s]
[INFO] org.eclipse.papyrus.infra.filters.edit 2.0.0-SNAPSHOT SUCCESS [  0.333 s]
[INFO] org.eclipse.papyrus.infra.emf.types 5.0.100-SNAPSHOT SUCCESS [  1.396 s]
[INFO] org.eclipse.papyrus.infra.properties.edit 4.1.0-SNAPSHOT SUCCESS [  0.898 s]
[INFO] org.eclipse.papyrus.infra.emf.types.ui 5.0.0-SNAPSHOT SUCCESS [  1.635 s]
[INFO] org.eclipse.papyrus.infra.emf.expressions.edit 2.0.0-SNAPSHOT SUCCESS [  0.700 s]
[INFO] org.eclipse.papyrus.infra.emf.expressions.editor 2.0.0-SNAPSHOT SUCCESS [  0.752 s]
[INFO] org.eclipse.papyrus.infra.emf.expressions.properties 2.0.0-SNAPSHOT SUCCESS [  1.102 s]
[INFO] org.eclipse.papyrus.infra.properties.editor 4.0.0-SNAPSHOT SUCCESS [  1.526 s]
[INFO] org.eclipse.papyrus.infra.services.architecture 2.0.0-SNAPSHOT SUCCESS [  0.815 s]
[INFO] org.eclipse.papyrus.infra.services.controlmode 3.1.0-SNAPSHOT SUCCESS [  1.148 s]
[INFO] org.eclipse.papyrus.infra.services.controlmode.history 3.0.0-SNAPSHOT SUCCESS [  0.698 s]
[INFO] org.eclipse.papyrus.infra.services.decoration 3.1.0-SNAPSHOT SUCCESS [  1.212 s]
[INFO] org.eclipse.papyrus.infra.services.edit.ui 4.0.0-SNAPSHOT SUCCESS [  1.142 s]
[INFO] org.eclipse.papyrus.infra.services.localizer 3.1.0-SNAPSHOT SUCCESS [  0.679 s]
[INFO] org.eclipse.papyrus.infra.services.openelement 4.0.0-SNAPSHOT SUCCESS [  1.012 s]
[INFO] org.eclipse.papyrus.infra.services.resourceloading 4.0.0-SNAPSHOT SUCCESS [  1.219 s]
[INFO] org.eclipse.papyrus.infra.services.resourceloading.ui 2.0.0-SNAPSHOT SUCCESS [  1.123 s]
[INFO] org.eclipse.papyrus.infra.services.semantic 3.0.0-SNAPSHOT SUCCESS [  0.582 s]
[INFO] org.eclipse.papyrus.infra.services.validation 4.1.0-SNAPSHOT SUCCESS [  1.063 s]
[INFO] org.eclipse.papyrus.infra.services.viewersearch 4.0.0-SNAPSHOT SUCCESS [  1.055 s]
[INFO] org.eclipse.papyrus.infra.services.viewlabelprovider 2.0.0-SNAPSHOT SUCCESS [  0.697 s]
[INFO] Papyrus Infra New-Child Model 0.0.1-SNAPSHOT ....... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.infra.nattable.representation 3.0.0-SNAPSHOT SUCCESS [  0.732 s]
[INFO] Papyrus Diagram Infrastructure 0.0.1-SNAPSHOT ...... SUCCESS [  0.005 s]
[INFO] Papyrus UML Diagram PaletteConfiguration 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration 5.0.0-SNAPSHOT SUCCESS [  1.698 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.representation 3.0.0-SNAPSHOT SUCCESS [  1.546 s]
[INFO] org.eclipse.papyrus.infra.internationalization.utils 2.0.0-SNAPSHOT SUCCESS [  0.837 s]
[INFO] Papyrus Infra Viewpoints 0.0.1-SNAPSHOT ............ SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.infra.viewpoints.policy 4.0.100-SNAPSHOT SUCCESS [  1.686 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.commands 4.0.0-SNAPSHOT SUCCESS [  1.792 s]
[INFO] org.eclipse.papyrus.infra.newchild 5.0.0-SNAPSHOT .. SUCCESS [  1.818 s]
[INFO] org.eclipse.papyrus.infra.newchild.edit 5.0.0-SNAPSHOT SUCCESS [  1.494 s]
[INFO] org.eclipse.papyrus.infra.newchild.editor 4.0.0-SNAPSHOT SUCCESS [  1.792 s]
[INFO] Papyrus Infra TextEdit 0.0.1-SNAPSHOT .............. SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.infra.textedit 1.0.0-SNAPSHOT .. SUCCESS [  0.248 s]
[INFO] org.eclipse.papyrus.infra.textedit.edit 1.0.0-SNAPSHOT SUCCESS [  0.245 s]
[INFO] Papyrus Infra Other Bundles 0.0.1-SNAPSHOT ......... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.infra.guava 1.0.0-SNAPSHOT ..... SUCCESS [  0.214 s]
[INFO] org.eclipse.papyrus.infra.sync 3.1.0-SNAPSHOT ...... SUCCESS [  0.764 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.style 3.0.0-SNAPSHOT SUCCESS [  0.316 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime 4.1.100-SNAPSHOT SUCCESS [  1.915 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.common 4.3.300-SNAPSHOT SUCCESS [  4.631 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors 2.0.0-SNAPSHOT SUCCESS [  1.299 s]
[INFO] Papyrus Model Explorer View 0.0.1-SNAPSHOT ......... SUCCESS [  0.047 s]
[INFO] org.eclipse.papyrus.views.modelexplorer 5.1.0-SNAPSHOT SUCCESS [  3.168 s]
[INFO] org.eclipse.papyrus.infra.textedit.modelexplorer 1.0.0-SNAPSHOT SUCCESS [  1.690 s]
[INFO] org.eclipse.papyrus.infra.textedit.properties 1.0.0-SNAPSHOT SUCCESS [  1.515 s]
[INFO] org.eclipse.papyrus.infra.textedit.representation 1.0.0-SNAPSHOT SUCCESS [  1.214 s]
[INFO] org.eclipse.papyrus.infra.textedit.ui 1.0.0-SNAPSHOT SUCCESS [  1.349 s]
[INFO] org.eclipse.papyrus.infra.textedit.representation.architecture 1.0.0-SNAPSHOT SUCCESS [  1.270 s]
[INFO] org.eclipse.papyrus.infra.textedit.representation.edit 1.0.0-SNAPSHOT SUCCESS [  1.209 s]
[INFO] org.eclipse.papyrus.infra.textedit.types 1.0.0-SNAPSHOT SUCCESS [  0.847 s]
[INFO] Papyrus UML 0.0.1-SNAPSHOT ......................... SUCCESS [  0.005 s]
[INFO] Papyrus UML Xtext Integration 0.0.1-SNAPSHOT ....... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.uml.xtext.integration.core 3.0.0-SNAPSHOT SUCCESS [  0.648 s]
[INFO] org.eclipse.papyrus.extensionpoints.editors 4.0.0-SNAPSHOT SUCCESS [  0.918 s]
[INFO] org.eclipse.papyrus.infra.textedit.xtext 1.1.100-SNAPSHOT SUCCESS [  2.233 s]
[INFO] org.eclipse.papyrus.infra.types.editor 4.0.0-SNAPSHOT SUCCESS [  0.866 s]
[INFO] org.eclipse.papyrus.infra.types.ui 4.0.0-SNAPSHOT .. SUCCESS [  0.809 s]
[INFO] org.eclipse.papyrus.infra.nattable 7.1.100-SNAPSHOT  SUCCESS [  3.384 s]
[INFO] org.eclipse.papyrus.infra.emf.nattable 6.0.0-SNAPSHOT SUCCESS [  1.411 s]
[INFO] org.eclipse.papyrus.infra.nattable.common 6.1.0-SNAPSHOT SUCCESS [  2.007 s]
[INFO] org.eclipse.papyrus.infra.nattable.controlmode 3.1.0-SNAPSHOT SUCCESS [  1.367 s]
[INFO] org.eclipse.papyrus.infra.nattable.model.edit 5.0.0-SNAPSHOT SUCCESS [  1.414 s]
[INFO] org.eclipse.papyrus.infra.nattable.model.editor 6.0.0-SNAPSHOT SUCCESS [  1.457 s]
[INFO] org.eclipse.papyrus.infra.nattable.modelexplorer 5.0.0-SNAPSHOT SUCCESS [  1.964 s]
[INFO] org.eclipse.papyrus.infra.nattable.properties 3.0.0-SNAPSHOT SUCCESS [  1.854 s]
[INFO] org.eclipse.papyrus.infra.nattable.views.config 6.0.0-SNAPSHOT SUCCESS [  1.416 s]
[INFO] org.eclipse.papyrus.infra.nattable.views.editor 2.0.0-SNAPSHOT SUCCESS [  0.127 s]
[INFO] org.eclipse.papyrus.infra.nattable.representation.edit 3.0.0-SNAPSHOT SUCCESS [  1.055 s]
[INFO] org.eclipse.papyrus.infra.nattable.gmfdiag 2.0.0-SNAPSHOT SUCCESS [  1.698 s]
[INFO] org.eclipse.papyrus.infra.ui.fonts 2.0.0-SNAPSHOT .. SUCCESS [  0.531 s]
[INFO] org.eclipse.papyrus.infra.ui.architecture 3.0.0-SNAPSHOT SUCCESS [  2.514 s]
[INFO] org.eclipse.papyrus.infra.ui.resources 2.1.0-SNAPSHOT SUCCESS [  1.082 s]
[INFO] org.eclipse.papyrus.infra.onefile.ui 2.0.100-SNAPSHOT SUCCESS [  1.192 s]
[INFO] org.eclipse.papyrus.infra.newchild.ui 3.0.0-SNAPSHOT SUCCESS [  1.606 s]
[INFO] org.eclipse.papyrus.infra.hyperlink 4.0.0-SNAPSHOT . SUCCESS [  1.309 s]
[INFO] org.eclipse.papyrus.infra.psf 2.0.0-SNAPSHOT ....... SUCCESS [  0.610 s]
[INFO] org.eclipse.papyrus.infra.internationalization.edit 2.0.0-SNAPSHOT SUCCESS [  1.066 s]
[INFO] org.eclipse.papyrus.infra.internationalization.ui 2.0.0-SNAPSHOT SUCCESS [  1.477 s]
[INFO] org.eclipse.papyrus.infra.internationalization.controlmode 2.0.0-SNAPSHOT SUCCESS [  1.752 s]
[INFO] org.eclipse.papyrus.infra.internationalization.readonly 2.1.0-SNAPSHOT SUCCESS [  0.867 s]
[INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization 3.0.0-SNAPSHOT SUCCESS [  1.699 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.canonical 3.1.100-SNAPSHOT SUCCESS [  1.618 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode 2.0.0-SNAPSHOT SUCCESS [  1.758 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.model 2.0.0-SNAPSHOT SUCCESS [  0.397 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit 2.0.0-SNAPSHOT SUCCESS [  0.415 s]
[INFO] Papyrus Diagram Expansion 0.0.1-SNAPSHOT ........... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.expansion 4.0.0-SNAPSHOT SUCCESS [  1.744 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.dnd 2.0.100-SNAPSHOT SUCCESS [  1.927 s]
[INFO] Papyrus Diagram CSS Support 0.0.1-SNAPSHOT ......... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css 3.0.100-SNAPSHOT SUCCESS [  2.461 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.export 3.0.0-SNAPSHOT SUCCESS [  2.109 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.gef 2.0.0-SNAPSHOT SUCCESS [  0.838 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter 2.0.0-SNAPSHOT SUCCESS [  0.873 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.preferences 4.0.0-SNAPSHOT SUCCESS [  1.810 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.navigation 3.0.0-SNAPSHOT SUCCESS [  1.683 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink 4.0.0-SNAPSHOT SUCCESS [  2.522 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.menu 2.1.0-SNAPSHOT SUCCESS [  1.666 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer 2.0.100-SNAPSHOT SUCCESS [  1.990 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.outline 3.0.0-SNAPSHOT SUCCESS [  1.516 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.properties 5.1.0-SNAPSHOT SUCCESS [  1.799 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher 2.0.0-SNAPSHOT SUCCESS [  1.443 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.welcome 2.1.0-SNAPSHOT SUCCESS [  1.280 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.widgets 2.0.0-SNAPSHOT SUCCESS [  1.345 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit 5.0.0-SNAPSHOT SUCCESS [  1.517 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit 3.0.0-SNAPSHOT SUCCESS [  1.467 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit 3.0.0-SNAPSHOT SUCCESS [  0.220 s]
[INFO] Papyrus Diagram Assistants 0.0.1-SNAPSHOT .......... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant 2.1.100-SNAPSHOT SUCCESS [  1.769 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit 2.0.0-SNAPSHOT SUCCESS [  1.437 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor 2.0.0-SNAPSHOT SUCCESS [  1.563 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui 2.0.0-SNAPSHOT SUCCESS [  1.478 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext 4.0.100-SNAPSHOT SUCCESS [  3.246 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties 4.0.0-SNAPSHOT SUCCESS [  1.964 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration 3.0.0-SNAPSHOT SUCCESS [  1.750 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme 2.0.0-SNAPSHOT SUCCESS [  0.070 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui 4.0.0-SNAPSHOT SUCCESS [  3.662 s]
[INFO] org.eclipse.papyrus.views.modelexplorer.newchild 2.0.0-SNAPSHOT SUCCESS [  1.610 s]
[INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading 3.0.0-SNAPSHOT SUCCESS [  0.957 s]
[INFO] org.eclipse.papyrus.views.modelexplorer.widgets 3.0.0-SNAPSHOT SUCCESS [  0.888 s]
[INFO] org.eclipse.papyrus.views.properties 5.0.0-SNAPSHOT  SUCCESS [  1.235 s]
[INFO] org.eclipse.papyrus.views.properties.model.xwt 3.0.0-SNAPSHOT SUCCESS [  1.734 s]
[INFO] Papyrus Validation View 0.0.1-SNAPSHOT ............. SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.views.validation 3.1.0-SNAPSHOT  SUCCESS [  1.090 s]
[INFO] org.eclipse.papyrus.views.search 3.1.0-SNAPSHOT .... SUCCESS [  1.007 s]
[INFO] Papyrus References View 0.0.1-SNAPSHOT ............. SUCCESS [  0.024 s]
[INFO] org.eclipse.papyrus.views.references 3.0.0-SNAPSHOT  SUCCESS [  1.142 s]
[INFO] Papyrus Documentation View 0.0.1-SNAPSHOT .......... SUCCESS [  0.003 s]
[INFO] Papyrus UML Internationalization 0.0.1-SNAPSHOT .... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.uml.internationalization.utils 2.0.0-SNAPSHOT SUCCESS [  0.900 s]
[INFO] org.eclipse.papyrus.uml.internationalization.edit 2.0.0-SNAPSHOT SUCCESS [  1.253 s]
[INFO] org.eclipse.papyrus.uml.extensionpoints 2.0.0-SNAPSHOT SUCCESS [  0.905 s]
[INFO] Papyrus UML Tools 0.0.1-SNAPSHOT ................... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.uml.tools.utils 4.1.0-SNAPSHOT . SUCCESS [  1.310 s]
[INFO] org.eclipse.papyrus.uml.tools 5.2.0-SNAPSHOT ....... SUCCESS [  1.946 s]
[INFO] org.eclipse.papyrus.uml.appearance 3.0.0-SNAPSHOT .. SUCCESS [  0.702 s]
[INFO] Papyrus UML Diagrams 0.0.1-SNAPSHOT ................ SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.uml.diagram.common 5.1.200-SNAPSHOT SUCCESS [  6.079 s]
[INFO] org.eclipse.papyrus.uml.types.core 5.0.0-SNAPSHOT .. SUCCESS [  2.783 s]
[INFO] org.eclipse.papyrus.uml.ui 2.0.0-SNAPSHOT .......... SUCCESS [  1.288 s]
[INFO] org.eclipse.papyrus.views.documentation 2.0.0-SNAPSHOT SUCCESS [  2.578 s]
[INFO] Papyrus Editor 0.0.1-SNAPSHOT ...................... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.eclipse.project.editors 3.1.0-SNAPSHOT SUCCESS [  0.806 s]
[INFO] org.eclipse.papyrus.editor 3.0.0-SNAPSHOT .......... SUCCESS [  0.871 s]
[INFO] org.eclipse.papyrus.editor.perspectiveconfiguration 2.0.0-SNAPSHOT SUCCESS [  0.371 s]
[INFO] org.eclipse.papyrus.uml.commands 2.0.0-SNAPSHOT .... SUCCESS [  1.674 s]
[INFO] org.eclipse.papyrus.uml.controlmode.profile 3.1.0-SNAPSHOT SUCCESS [  1.432 s]
[INFO] org.eclipse.papyrus.uml.documentation.profile 2.0.0-SNAPSHOT SUCCESS [  0.244 s]
[INFO] org.eclipse.papyrus.uml.filters 2.1.0-SNAPSHOT ..... SUCCESS [  0.331 s]
[INFO] org.eclipse.papyrus.uml.filters.edit 2.0.0-SNAPSHOT  SUCCESS [  0.313 s]
[INFO] org.eclipse.papyrus.uml.icons 2.0.0-SNAPSHOT ....... SUCCESS [  0.462 s]
[INFO] org.eclipse.papyrus.uml.modelrepair 3.1.0-SNAPSHOT . SUCCESS [  1.501 s]
[INFO] org.eclipse.papyrus.uml.profile 4.2.0-SNAPSHOT ..... SUCCESS [  2.249 s]
[INFO] org.eclipse.papyrus.uml.import 2.0.0-SNAPSHOT ...... SUCCESS [  1.653 s]
[INFO] org.eclipse.papyrus.uml.export 2.1.0-SNAPSHOT ...... SUCCESS [  2.039 s]
[INFO] org.eclipse.papyrus.uml.navigation 2.0.0-SNAPSHOT .. SUCCESS [  1.586 s]
[INFO] org.eclipse.papyrus.uml.oclconstraintevaluation 2.0.0-SNAPSHOT SUCCESS [  1.202 s]
[INFO] org.eclipse.papyrus.uml.diagram.wizards 4.0.100-SNAPSHOT SUCCESS [  2.451 s]
[INFO] org.eclipse.papyrus.uml.perspective 2.0.0-SNAPSHOT . SUCCESS [  2.180 s]
[INFO] org.eclipse.papyrus.uml.resourceloading.profile 2.0.0-SNAPSHOT SUCCESS [  1.325 s]
[INFO] org.eclipse.papyrus.uml.search.ui 3.1.0-SNAPSHOT ... SUCCESS [  2.742 s]
[INFO] org.eclipse.papyrus.uml.service.types 5.2.0-SNAPSHOT SUCCESS [  2.828 s]
[INFO] org.eclipse.papyrus.uml.service.types.ui 3.0.0-SNAPSHOT SUCCESS [  2.457 s]
[INFO] org.eclipse.papyrus.uml.service.validation 3.0.0-SNAPSHOT SUCCESS [  1.158 s]
[INFO] org.eclipse.papyrus.uml.services.decoration 2.0.0-SNAPSHOT SUCCESS [  0.742 s]
[INFO] org.eclipse.papyrus.uml.templaterepository 3.0.0-SNAPSHOT SUCCESS [  1.800 s]
[INFO] Papyrus UML ALF 0.0.1-SNAPSHOT ..................... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.uml.alf 4.0.100-SNAPSHOT ....... SUCCESS [  7.026 s]
[INFO] org.eclipse.papyrus.uml.alf.common 3.0.100-SNAPSHOT  SUCCESS [  0.397 s]
[INFO] org.eclipse.papyrus.uml.alf.common.ui 3.0.0-SNAPSHOT SUCCESS [  0.927 s]
[INFO] org.eclipse.papyrus.uml.alf.libraries 3.0.0-SNAPSHOT SUCCESS [  1.198 s]
[INFO] org.eclipse.papyrus.uml.alf.to.fuml 2.0.0-SNAPSHOT . SUCCESS [  1.192 s]
[INFO] org.eclipse.papyrus.uml.alf.ui 4.0.0-SNAPSHOT ...... SUCCESS [  3.904 s]
[INFO] Papyrus UML Architecture 0.0.1-SNAPSHOT ............ SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.uml.diagram.activity 5.0.100-SNAPSHOT SUCCESS [  7.727 s]
[INFO] org.eclipse.papyrus.uml.diagram.communication 6.0.0-SNAPSHOT SUCCESS [  3.131 s]
[INFO] org.eclipse.papyrus.uml.diagram.interactionoverview 4.1.0-SNAPSHOT SUCCESS [  2.817 s]
[INFO] Papyrus UML Nattable 0.0.1-SNAPSHOT ................ SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.uml.nattable.generic.config 2.0.0-SNAPSHOT SUCCESS [  0.448 s]
[INFO] org.eclipse.papyrus.uml.diagram.deployment 5.0.0-SNAPSHOT SUCCESS [  3.124 s]
[INFO] org.eclipse.papyrus.uml.diagram.clazz 5.0.0-SNAPSHOT SUCCESS [  4.325 s]
[INFO] org.eclipse.papyrus.uml.diagram.component 5.0.0-SNAPSHOT SUCCESS [  3.464 s]
[INFO] org.eclipse.papyrus.uml.diagram.composite 5.0.0-SNAPSHOT SUCCESS [  4.814 s]
[INFO] org.eclipse.papyrus.uml.nattable 6.0.100-SNAPSHOT .. SUCCESS [  1.896 s]
[INFO] org.eclipse.papyrus.uml.nattable.clazz.config 6.0.0-SNAPSHOT SUCCESS [  1.407 s]
[INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition 3.0.0-SNAPSHOT SUCCESS [  2.059 s]
[INFO] org.eclipse.papyrus.uml.diagram.menu 3.0.200-SNAPSHOT SUCCESS [  2.444 s]
[INFO] org.eclipse.papyrus.uml.diagram.sequence 7.2.100-SNAPSHOT SUCCESS [  5.098 s]
[INFO] org.eclipse.papyrus.uml.diagram.statemachine 5.0.0-SNAPSHOT SUCCESS [  3.401 s]
[INFO] org.eclipse.papyrus.uml.diagram.timing 2.1.100-SNAPSHOT SUCCESS [  3.875 s]
[INFO] org.eclipse.papyrus.uml.diagram.usecase 6.0.0-SNAPSHOT SUCCESS [  3.041 s]
[INFO] org.eclipse.papyrus.uml.diagram.profile 5.0.0-SNAPSHOT SUCCESS [  3.657 s]
[INFO] org.eclipse.papyrus.uml.architecture 2.0.0-SNAPSHOT  SUCCESS [  2.673 s]
[INFO] Papyrus UML Decorator Models 0.0.1-SNAPSHOT ........ SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.uml.decoratormodel 3.0.0-SNAPSHOT SUCCESS [  1.726 s]
[INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode 2.0.0-SNAPSHOT SUCCESS [  1.537 s]
[INFO] Papyrus UML Properties 0.0.1-SNAPSHOT .............. SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.uml.properties 4.1.100-SNAPSHOT  SUCCESS [  3.627 s]
[INFO] org.eclipse.papyrus.uml.decoratormodel.ui 3.0.0-SNAPSHOT SUCCESS [  1.741 s]
[INFO] org.eclipse.papyrus.uml.decoratormodel.properties 5.0.0-SNAPSHOT SUCCESS [  2.485 s]
[INFO] org.eclipse.papyrus.uml.diagram.common.groups 3.0.100-SNAPSHOT SUCCESS [  2.158 s]
[INFO] org.eclipse.papyrus.uml.diagram.css 3.0.0-SNAPSHOT . SUCCESS [  2.290 s]
[INFO] org.eclipse.papyrus.uml.diagram.dnd 2.0.0-SNAPSHOT . SUCCESS [  2.403 s]
[INFO] org.eclipse.papyrus.uml.diagram.icons 2.0.0-SNAPSHOT SUCCESS [  0.378 s]
[INFO] org.eclipse.papyrus.uml.diagram.linklf 3.0.0-SNAPSHOT SUCCESS [  2.291 s]
[INFO] org.eclipse.papyrus.uml.diagram.modelexplorer 2.0.0-SNAPSHOT SUCCESS [  1.618 s]
[INFO] org.eclipse.papyrus.uml.diagram.navigation 3.0.0-SNAPSHOT SUCCESS [  1.734 s]
[INFO] org.eclipse.papyrus.uml.diagram.symbols 2.0.100-SNAPSHOT SUCCESS [  1.882 s]
[INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions 2.1.0-SNAPSHOT SUCCESS [  3.021 s]
[INFO] org.eclipse.papyrus.uml.diagram.symbols.properties 2.0.0-SNAPSHOT SUCCESS [  1.706 s]
[INFO] Papyrus UML Expressions Infrastructure 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.uml.expressions 3.0.0-SNAPSHOT . SUCCESS [  0.436 s]
[INFO] org.eclipse.papyrus.uml.expressions.edit 3.0.100-SNAPSHOT SUCCESS [  0.710 s]
[INFO] org.eclipse.papyrus.uml.expressions.properties 2.0.0-SNAPSHOT SUCCESS [  1.198 s]
[INFO] Papyrus UML Model Explorer 0.0.1-SNAPSHOT .......... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.uml.modelexplorer 3.1.0-SNAPSHOT SUCCESS [  2.591 s]
[INFO] org.eclipse.papyrus.uml.modelexplorer.widgets 3.0.0-SNAPSHOT SUCCESS [  0.963 s]
[INFO] org.eclipse.papyrus.uml.nattable.generic 2.0.0-SNAPSHOT SUCCESS [  0.462 s]
[INFO] org.eclipse.papyrus.uml.nattable.matrix 2.0.0-SNAPSHOT SUCCESS [  1.576 s]
[INFO] org.eclipse.papyrus.uml.nattable.menu 2.0.0-SNAPSHOT SUCCESS [  2.452 s]
[INFO] org.eclipse.papyrus.uml.nattable.properties 2.0.0-SNAPSHOT SUCCESS [  1.521 s]
[INFO] org.eclipse.papyrus.uml.nattable.richtext 3.0.0-SNAPSHOT SUCCESS [  1.540 s]
[INFO] org.eclipse.papyrus.uml.nattable.stereotype.display 4.0.0-SNAPSHOT SUCCESS [  2.070 s]
[INFO] org.eclipse.papyrus.uml.xtext.integration.ui 3.1.0-SNAPSHOT SUCCESS [  2.029 s]
[INFO] org.eclipse.papyrus.uml.nattable.xtext.integration 3.0.0-SNAPSHOT SUCCESS [  1.808 s]
[INFO] Papyrus UML Textual Edit 0.0.1-SNAPSHOT ............ SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext 2.0.100-SNAPSHOT SUCCESS [  1.277 s]
[INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils 2.0.0-SNAPSHOT SUCCESS [  1.939 s]
[INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  2.203 s]
[INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification 6.0.0-SNAPSHOT SUCCESS [  2.185 s]
[INFO] Papyrus UML Profile 0.0.1-SNAPSHOT ................. SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.uml.profile.drafter 2.2.0-SNAPSHOT SUCCESS [  1.997 s]
[INFO] org.eclipse.papyrus.uml.profile.drafter.documentation 2.0.0-SNAPSHOT SUCCESS [  0.161 s]
[INFO] org.eclipse.papyrus.uml.properties.xtext 2.0.0-SNAPSHOT SUCCESS [  2.624 s]
[INFO] org.eclipse.papyrus.uml.textedit.common.xtext 3.0.100-SNAPSHOT SUCCESS [  0.767 s]
[INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 3.0.100-SNAPSHOT SUCCESS [  0.746 s]
[INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  2.011 s]
[INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  2.366 s]
[INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 3.0.100-SNAPSHOT SUCCESS [  0.637 s]
[INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  2.176 s]
[INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext 2.0.0-SNAPSHOT SUCCESS [  2.228 s]
[INFO] org.eclipse.papyrus.uml.textedit.javaconstraint 3.0.0-SNAPSHOT SUCCESS [  0.873 s]
[INFO] org.eclipse.papyrus.uml.textedit.message.xtext 3.0.100-SNAPSHOT SUCCESS [  0.855 s]
[INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  2.511 s]
[INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext 3.0.100-SNAPSHOT SUCCESS [  0.905 s]
[INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  2.429 s]
[INFO] org.eclipse.papyrus.uml.textedit.port.xtext 2.0.100-SNAPSHOT SUCCESS [  1.218 s]
[INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  2.087 s]
[INFO] org.eclipse.papyrus.uml.textedit.property.xtext 3.0.100-SNAPSHOT SUCCESS [  2.248 s]
[INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  2.355 s]
[INFO] org.eclipse.papyrus.uml.textedit.state.xtext 3.0.100-SNAPSHOT SUCCESS [  1.872 s]
[INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  2.058 s]
[INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 4.0.100-SNAPSHOT SUCCESS [  2.871 s]
[INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui 4.0.0-SNAPSHOT SUCCESS [  2.952 s]
[INFO] org.eclipse.papyrus.uml.textedit.transition.xtext 2.0.100-SNAPSHOT SUCCESS [  0.451 s]
[INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  2.247 s]
[INFO] org.eclipse.papyrus.uml.xtext.integration.validation 3.0.0-SNAPSHOT SUCCESS [  1.747 s]
[INFO] org.eclipse.papyrus.uml.internationalization 2.0.0-SNAPSHOT SUCCESS [  0.905 s]
[INFO] Papyrus M2M QvTo 0.0.1-SNAPSHOT .................... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.uml.m2m.qvto.common 2.1.0-SNAPSHOT SUCCESS [  1.794 s]
[INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes 2.0.0-SNAPSHOT SUCCESS [  0.427 s]
[INFO] org.eclipse.papyrus.plugins-doc 0.0.1-SNAPSHOT ..... SUCCESS [  0.003 s]
[INFO] Papyrus - API migration documentation 2.0.0-SNAPSHOT SUCCESS [  1.037 s]
[INFO] Papyrus Copypaste UI doc 2.0.0-SNAPSHOT ............ SUCCESS [  0.084 s]
[INFO] Papyrus Developer doc 2.0.0-SNAPSHOT ............... SUCCESS [  1.240 s]
[INFO] Papyrus DSML Validation doc 2.0.0-SNAPSHOT ......... SUCCESS [  0.134 s]
[INFO] Papyrus Infra doc 2.0.0-SNAPSHOT ................... SUCCESS [  1.157 s]
[INFO] Papyrus Infra GmfDiag Common doc 2.0.0-SNAPSHOT .... SUCCESS [  0.568 s]
[INFO] Papyrus Infra GmfDiag Css doc 2.0.0-SNAPSHOT ....... SUCCESS [  0.149 s]
[INFO] Papyrus Infra Expression doc 2.0.0-SNAPSHOT ........ SUCCESS [  0.102 s]
[INFO] Papyrus Internationalization doc 2.0.0-SNAPSHOT .... SUCCESS [  0.095 s]
[INFO] Papyrus Infra Nattable doc 2.0.0-SNAPSHOT .......... SUCCESS [  0.726 s]
[INFO] Papyrus Infra Newchild doc 2.0.0-SNAPSHOT .......... SUCCESS [  0.101 s]
[INFO] Papyrus Infra Services ControlMode doc 2.0.0-SNAPSHOT SUCCESS [  0.175 s]
[INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT  SUCCESS [  0.215 s]
[INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT  SUCCESS [  0.096 s]
[INFO] Papyrus Infra Architecture doc 2.0.0-SNAPSHOT ...... SUCCESS [  0.281 s]
[INFO] Papyrus Infra Types doc 4.0.0-SNAPSHOT ............. SUCCESS [  0.175 s]
[INFO] Papyrus Req Reqif doc 2.0.0-SNAPSHOT ............... SUCCESS [  0.198 s]
[INFO] Papyrus Uml DecoratorModel doc 2.0.0-SNAPSHOT ...... SUCCESS [  0.492 s]
[INFO] Papyrus Uml Diagram Common doc 2.0.0-SNAPSHOT ...... SUCCESS [  0.471 s]
[INFO] Papyrus Uml Diagram profile doc 2.0.0-SNAPSHOT ..... SUCCESS [  0.518 s]
[INFO] Papyrus Uml doc 2.0.0-SNAPSHOT ..................... SUCCESS [  1.004 s]
[INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SUCCESS [  0.101 s]
[INFO] Papyrus ModelRepair doc 2.0.0-SNAPSHOT ............. SUCCESS [  0.056 s]
[INFO] Papyrus Uml Profile Assistants doc 2.0.0-SNAPSHOT .. SUCCESS [  0.164 s]
[INFO] Papyrus Uml Diagram Customization from a Profile doc 0.7.0-SNAPSHOT SUCCESS [  0.382 s]
[INFO] Papyrus Profile Types doc 1.0.0-SNAPSHOT ........... SUCCESS [  0.105 s]
[INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SUCCESS [  0.148 s]
[INFO] Papyrus Views Properties doc 2.0.0-SNAPSHOT ........ SUCCESS [  0.234 s]
[INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SUCCESS [  0.047 s]
[INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SUCCESS [  0.055 s]
[INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SUCCESS [  0.075 s]
[INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc 1.0.0-SNAPSHOT SUCCESS [  0.106 s]
[INFO] org.eclipse.papyrus.toolsmiths.architecture.doc 2.0.0-SNAPSHOT SUCCESS [  0.084 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.doc 2.0.0-SNAPSHOT SUCCESS [  0.184 s]
[INFO] Papyrus Toolsmiths Plug-in Builders doc 1.0.0-SNAPSHOT SUCCESS [  0.197 s]
[INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc 2.0.0-SNAPSHOT SUCCESS [  2.195 s]
[INFO] Papyrus SDK 0.0.1-SNAPSHOT ......................... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.sdk 6.7.0-SNAPSHOT ............. SUCCESS [  0.106 s]
[INFO] Papyrus Examples Plugins 1.0.1-SNAPSHOT ............ SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.examples.core 1.0.1-SNAPSHOT ... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.example.core.lifecycleevents 2.0.0-SNAPSHOT SUCCESS [  1.652 s]
[INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor 2.0.0-SNAPSHOT SUCCESS [  1.085 s]
[INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor 2.0.0-SNAPSHOT SUCCESS [  0.619 s]
[INFO] org.eclipse.papyrus.examples.emf 1.0.1-SNAPSHOT .... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.outline.emftree 2.0.0-SNAPSHOT . SUCCESS [  0.856 s]
[INFO] org.eclipse.papyrus.examples.infra 1.0.1-SNAPSHOT .. SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval 2.0.0-SNAPSHOT SUCCESS [  0.636 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences 2.0.0-SNAPSHOT SUCCESS [  1.419 s]
[INFO] org.eclipse.papyrus.examples.others 1.0.1-SNAPSHOT . SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.example.text.instance 2.0.0-SNAPSHOT SUCCESS [  0.311 s]
[INFO] org.eclipse.papyrus.examples.uml 1.0.1-SNAPSHOT .... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource 2.0.0-SNAPSHOT SUCCESS [  1.035 s]
[INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource 2.1.0-SNAPSHOT SUCCESS [  0.922 s]
[INFO] org.eclipse.papyrus.uml.diagram.emftree 2.0.0-SNAPSHOT SUCCESS [  0.828 s]
[INFO] org.eclipse.papyrus.uml.textual.editors.example 2.0.0-SNAPSHOT SUCCESS [  2.862 s]
[INFO] org.eclipse.papyrus.uml.disable.helper.advices.example 2.0.0-SNAPSHOT SUCCESS [  0.720 s]
[INFO] org.eclipse.papyrus.examples.uml.diagrams 2.1.0-SNAPSHOT SUCCESS [  1.271 s]
[INFO] org.eclipse.papyrus.example.uml.nattable.actions 2.0.0-SNAPSHOT SUCCESS [  0.473 s]
[INFO] org.eclipse.papyrus.example.uml.nattable.empty.line 2.0.0-SNAPSHOT SUCCESS [  2.078 s]
[INFO] org.eclipse.papyrus.example.uml.services.decorator 2.1.0-SNAPSHOT SUCCESS [  1.300 s]
[INFO] org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture 1.0.0-SNAPSHOT SUCCESS [  3.234 s]
[INFO] org.eclipse.papyrus.examples-user 1.0.1-SNAPSHOT ... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.examples.user.qvto 2.1.0-SNAPSHOT SUCCESS [  1.361 s]
[INFO] Papyrus Main Features 0.0.1-SNAPSHOT ............... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.views.validation.feature 2.0.0-SNAPSHOT SUCCESS [  0.692 s]
[INFO] org.eclipse.papyrus.views.modelexplorer.feature 4.0.0-SNAPSHOT SUCCESS [  0.616 s]
[INFO] org.eclipse.papyrus.views.references.feature 2.0.0-SNAPSHOT SUCCESS [  0.485 s]
[INFO] org.eclipse.papyrus.views.properties.feature 3.1.0-SNAPSHOT SUCCESS [  0.489 s]
[INFO] org.eclipse.papyrus.views.documentation.feature 1.0.0-SNAPSHOT SUCCESS [  0.704 s]
[INFO] org.eclipse.papyrus.views.search.feature 2.1.0-SNAPSHOT SUCCESS [  0.293 s]
[INFO] org.eclipse.papyrus.views.feature 2.0.0-SNAPSHOT ... SUCCESS [  0.988 s]
[INFO] org.eclipse.papyrus.doc.feature 3.1.0-SNAPSHOT ..... SUCCESS [  1.061 s]
[INFO] org.eclipse.papyrus.uml.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.604 s]
[INFO] org.eclipse.papyrus.uml.decoratormodel.feature 3.0.0-SNAPSHOT SUCCESS [  0.798 s]
[INFO] org.eclipse.papyrus.uml.architecture.feature 1.0.0-SNAPSHOT SUCCESS [  0.856 s]
[INFO] org.eclipse.papyrus.uml.xtext.integration.feature 2.0.0-SNAPSHOT SUCCESS [  0.517 s]
[INFO] org.eclipse.papyrus.uml.ui.feature 1.2.0-SNAPSHOT .. SUCCESS [  0.392 s]
[INFO] org.eclipse.papyrus.uml.tools.feature 3.1.0-SNAPSHOT SUCCESS [  0.332 s]
[INFO] org.eclipse.papyrus.uml.modelexplorer.feature 2.0.0-SNAPSHOT SUCCESS [  0.596 s]
[INFO] org.eclipse.papyrus.uml.diagram.feature 4.1.100-SNAPSHOT SUCCESS [  1.275 s]
[INFO] org.eclipse.papyrus.uml.properties.feature 3.0.0-SNAPSHOT SUCCESS [  0.749 s]
[INFO] org.eclipse.papyrus.uml.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  0.305 s]
[INFO] org.eclipse.papyrus.uml.textedit.feature 2.0.100-SNAPSHOT SUCCESS [  0.967 s]
[INFO] org.eclipse.papyrus.uml.search.feature 2.1.0-SNAPSHOT SUCCESS [  0.412 s]
[INFO] org.eclipse.papyrus.uml.nattable.feature 4.0.0-SNAPSHOT SUCCESS [  0.975 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature 3.0.0-SNAPSHOT SUCCESS [  0.710 s]
[INFO] org.eclipse.papyrus.uml.diagram.css.feature 2.0.0-SNAPSHOT SUCCESS [  0.651 s]
[INFO] org.eclipse.papyrus.uml.alf.feature 3.0.100-SNAPSHOT SUCCESS [  0.371 s]
[INFO] org.eclipse.papyrus.uml.m2m.qvto.feature 1.0.0-SNAPSHOT SUCCESS [  0.390 s]
[INFO] org.eclipse.papyrus.uml.feature 5.1.100-SNAPSHOT ... SUCCESS [  2.446 s]
[INFO] org.eclipse.papyrus.editor.feature 2.0.0-SNAPSHOT .. SUCCESS [  0.361 s]
[INFO] org.eclipse.papyrus.infra.emf.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.403 s]
[INFO] org.eclipse.papyrus.infra.emf.feature 3.2.0-SNAPSHOT SUCCESS [  0.435 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.feature 3.0.300-SNAPSHOT SUCCESS [  0.859 s]
[INFO] org.eclipse.papyrus.infra.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  0.456 s]
[INFO] org.eclipse.papyrus.infra.core.feature 3.1.100-SNAPSHOT SUCCESS [  0.227 s]
[INFO] org.eclipse.papyrus.infra.ui.feature 3.1.100-SNAPSHOT SUCCESS [  0.741 s]
[INFO] org.eclipse.papyrus.infra.viewpoints.feature 3.0.100-SNAPSHOT SUCCESS [  0.349 s]
[INFO] org.eclipse.papyrus.infra.widget.feature 3.1.0-SNAPSHOT SUCCESS [  0.260 s]
[INFO] org.eclipse.papyrus.infra.services.feature 3.1.0-SNAPSHOT SUCCESS [  0.415 s]
[INFO] org.eclipse.papyrus.infra.architecture.feature 1.1.0-SNAPSHOT SUCCESS [  0.306 s]
[INFO] org.eclipse.papyrus.infra.nattable.feature 4.0.0-SNAPSHOT SUCCESS [  0.746 s]
[INFO] org.eclipse.papyrus.infra.feature 3.3.100-SNAPSHOT . SUCCESS [  1.360 s]
[INFO] org.eclipse.papyrus.emf.feature 1.1.0-SNAPSHOT ..... SUCCESS [  0.178 s]
[INFO] org.eclipse.papyrus.emf.facet.feature 3.0.0-SNAPSHOT SUCCESS [  0.473 s]
[INFO] org.eclipse.papyrus.sdk.feature 6.7.0-SNAPSHOT ..... SUCCESS [  3.873 s]
[INFO] org.eclipse.papyrus.infra.textedit.feature 1.1.0-SNAPSHOT SUCCESS [  3.630 s]
[INFO] Papyrus Examples Features 0.0.1-SNAPSHOT ........... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.user.examples.feature 0.0.3-SNAPSHOT SUCCESS [  4.599 s]
[INFO] org.eclipse.papyrus.main.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.006 s]
[INFO] org.eclipse.papyrus.p2 6.7.0-SNAPSHOT .............. SUCCESS [ 55.857 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11:06 min
[INFO] Finished at: 2024-05-01T12:09:35Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 7 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING]  * org.apache.maven.plugins:maven-install-plugin:2.3.1
[WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:4.0.3
[WARNING]  * org.apache.maven.plugins:maven-antrun-plugin:3.0.0
[WARNING]  * org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.3
[WARNING]  * org.apache.maven.plugins:maven-clean-plugin:2.4.1
[WARNING]  * org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.maven:3.0.42
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Toolsmiths)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn clean install -f releng/toolsmiths/pom.xml -DskipAllTests=true
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.3 (88e4728c5da382f02c0459c918c2683048f95740)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.papyrus.toolsmiths.releng                              [pom]
[INFO] Papyrus Toolsmiths Features                                        [pom]
[INFO] Papyrus Toolsmiths Plugins                                         [pom]
[INFO] org.eclipse.papyrus.dev.view.services.edit.request      [eclipse-plugin]
[INFO] org.eclipse.papyrus.architectureview                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.gmf-tooling                                    [pom]
[INFO] org.eclipse.papyrus.gmf.common                          [eclipse-plugin]
[INFO] org.eclipse.papyrus.gmf.validate                        [eclipse-plugin]
[INFO] org.eclipse.papyrus.gmf.codegen                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.dev.types                           [eclipse-plugin]
[INFO] org.eclipse.papyrus.dev.pluginexplorer                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.commandstack              [eclipse-plugin]
[INFO] org.eclipse.papyrus.gmf.figureview                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.gmf.editpoliciesstates              [eclipse-plugin]
[INFO] org.eclipse.papyrus.gmf.editpartview                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.dev.ui                              [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug             [eclipse-plugin]
[INFO] org.eclipse.papyrus.debug.feature                      [eclipse-feature]
[INFO] org.eclipse.papyrus.gmf.codegen.edit                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.mwe2.utils                          [eclipse-plugin]
[INFO] org.eclipse.papyrus.gmf.codegen.ui                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.gmf.codegen.xtend                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui                [eclipse-plugin]
[INFO] org.eclipse.papyrus.codegen                             [eclipse-plugin]
[INFO] Papyrus UML Assistants                                             [pom]
[INFO] org.eclipse.papyrus.uml.profile.types.generator         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.profile.assistants.generator    [eclipse-plugin]
[INFO] org.eclipse.papyrus.dev.assistants.codegen              [eclipse-plugin]
[INFO] org.eclipse.papyrus.diagramgen.feature                 [eclipse-feature]
[INFO] org.eclipse.papyrus.tests.junit-framework                          [pom]
[INFO] org.eclipse.papyrus.junit.framework                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.junit.utils                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.bundles.tests                  [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.junit.feature                      [eclipse-feature]
[INFO] org.eclipse.papyrus.releng.tools                        [eclipse-plugin]
[INFO] org.eclipse.papyrus.dev.project.management              [eclipse-plugin]
[INFO] org.eclipse.papyrus.releng.feature                     [eclipse-feature]
[INFO] org.eclipse.papyrus.toolsmiths.validations                         [pom]
[INFO] org.eclipse.papyrus.toolsmiths.validation.common        [eclipse-plugin]
[INFO] Papyrus Toolsmithis - Builder                                      [pom]
[INFO] org.eclipse.papyrus.toolsmiths.plugin.builder           [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.builder.feature         [eclipse-feature]
[INFO] org.eclipse.papyrus.toolsmiths.nattable                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools            [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature   [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.types.ui.properties             [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.expressions              [eclipse-plugin]
[INFO] org.eclipse.papyrus.views.properties.toolsmiths         [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.properties.generation           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.ecore                    [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.emf.types.ui.properties       [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.profile-migration                   [pom]
[INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui      [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.profilemigration         [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit        [eclipse-plugin]
[INFO] org.eclipse.papyrus.customization.nattableconfiguration [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.palette                  [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor      [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths                          [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.feature                 [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator  [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.profile.types.generator.ui      [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.assistants.feature             [eclipse-feature]
[INFO] org.eclipse.papyrus.toolsmiths.validation.newchild      [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes  [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.properties    [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.architecture  [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.profile       [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.feature      [eclipse-feature]
[INFO] org.eclipse.papyrus.toolsmiths.targetplatform [eclipse-target-definition]
[INFO] org.eclipse.papyrus.p2.toolsmiths                   [eclipse-repository]
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.releng >------
[INFO] Building org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT     [1/74]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.releng ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.releng ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.releng ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.toolsmiths.releng ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.releng/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.releng-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.features >-----
[INFO] Building Papyrus Toolsmiths Features 0.0.1-SNAPSHOT               [2/74]
[INFO]   from ../../features/papyrus-toolsmiths-features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.features ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.features ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.features ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.toolsmiths.features ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.features/0.0.1-SNAPSHOT/org.eclipse.papyrus.toolsmiths.features-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus-toolsmiths >---------
[INFO] Building Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT                [3/74]
[INFO]   from ../../plugins/toolsmiths/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus-toolsmiths ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus-toolsmiths ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus-toolsmiths ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus-toolsmiths ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus-toolsmiths/0.0.1-SNAPSHOT/org.eclipse.papyrus-toolsmiths-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.dev.view.services.edit.request >--
[INFO] Building org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT [4/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.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@42ff6af7
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.gmf.runtime.draw2d.ui.render.awt 1.11.0.202309010720 to osgi.bundle; org.w3c.dom.svg [1.1.0,2.0.0).; Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.gmf.runtime.draw2d.ui.render.awt 1.11.0.202309010720 to osgi.bundle; org.w3c.dom.svg [1.1.0,2.0.0).; Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.gmf.runtime.draw2d.ui.render.awt 1.11.0.202309010720 to osgi.bundle; org.w3c.dom.svg [1.1.0,2.0.0).; Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.view.services.edit.request:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] Resolving class path of org.eclipse.papyrus.dev.view.services.edit.request
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 76 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.view.services.edit.request/2.0.0-SNAPSHOT/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.view.services.edit.request/2.0.0-SNAPSHOT/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.view.services.edit.request/2.0.0-SNAPSHOT/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.view.services.edit.request/2.0.0-SNAPSHOT/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.view.services.edit.request/2.0.0-SNAPSHOT/org.eclipse.papyrus.dev.view.services.edit.request-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.dev.view.services.edit.request ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.architectureview >------
[INFO] Building org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT      [5/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.architectureview/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.architectureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.architectureview ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.architectureview ---
[INFO] Resolving class path of org.eclipse.papyrus.architectureview
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.architectureview ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.architectureview ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.architectureview ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.architectureview ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 161 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.architectureview ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.architectureview ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.architectureview ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.architectureview/2.0.0-SNAPSHOT/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.architectureview/2.0.0-SNAPSHOT/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.architectureview/2.0.0-SNAPSHOT/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.architectureview/2.0.0-SNAPSHOT/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.architectureview/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.architectureview/2.0.0-SNAPSHOT/org.eclipse.papyrus.architectureview-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.architectureview ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.gmf-tooling >---------
[INFO] Building org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT           [6/74]
[INFO]   from ../../plugins/toolsmiths/gmf-tooling/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf-tooling ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf-tooling ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf-tooling ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.gmf-tooling ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf-tooling/0.0.1-SNAPSHOT/org.eclipse.papyrus.gmf-tooling-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.common >--
[INFO] Building org.eclipse.papyrus.gmf.common 2.0.0-SNAPSHOT            [7/74]
[INFO]   from ../../plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.common ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.gmf.common ---
[INFO] Resolving class path of org.eclipse.papyrus.gmf.common
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.gmf.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.gmf.common ---
[INFO] Compiling 60 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/migrate/ModelLoadHelper.java:[97] 
	class ExceptionDiagnostic extends WrappedException implements Resource.Diagnostic {
	      ^^^^^^^^^^^^^^^^^^^
The serializable class ExceptionDiagnostic does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/migrate/ModelLoadHelper.java:[158] 
	Integer severityOpt = new Integer(resourceDiagnostic.getSeverity() == Diagnostic.ERROR ? 0 : 1);    
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/migrate/FilteringCopier.java:[43] 
	public class FilteringCopier extends EcoreUtil.Copier {
	             ^^^^^^^^^^^^^^^
The serializable class FilteringCopier does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ElementSelectorExtension.java:[22] 
	import java.util.Observable;
	       ^^^^^^^^^^^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ElementSelectorExtension.java:[31] 
	public abstract class ElementSelectorExtension extends Observable implements ModelSelectionPageExtension {
	                                                       ^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ElementSelectorExtension.java:[63] 
	setChanged();
	^^^^^^^^^^^^
The method setChanged() from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ElementSelectorExtension.java:[64] 
	notifyObservers(selectedModelElement);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method notifyObservers(Object) from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/CreateNewModelExtension.java:[17] 
	import java.util.Observable;
	       ^^^^^^^^^^^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/CreateNewModelExtension.java:[29] 
	public class CreateNewModelExtension extends Observable implements ModelSelectionPageExtension {
	                                             ^^^^^^^^^^
The type Observable is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/CreateNewModelExtension.java:[50] 
	setChanged();
	^^^^^^^^^^^^
The method setChanged() from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/CreateNewModelExtension.java:[51] 
	notifyObservers(Boolean.valueOf(createNewModel));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method notifyObservers(Object) from the type Observable is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/OrganizeImportsPostprocessor.java:[109] 
	ASTParser parser = ASTParser.newParser(AST.JLS4);
	                                           ^^^^
The field AST.JLS4 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/OrganizeImportsPostprocessor.java:[386] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ValidationHelper.java:[32] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ValidationHelper.java:[122] 
	GMFMarkerHelper() {
	^^^^^^^^^^^^^^^^^
The constructor ValidationHelper.GMFMarkerHelper() is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ValidationHelper.java:[291] 
	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor(); 
	                                          ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ValidationHelper.java:[291] 
	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor(); 
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ValidationHelper.java:[291] 
	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor(); 
	                                                                                 ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/ui/ValidationHelper.java:[291] 
	monitor = (progressMonitor != null) ? new SubProgressMonitor(progressMonitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK) : new NullProgressMonitor(); 
	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[40] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[200] 
	return new SubProgressMonitor(myProgress, 1);
	           ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[200] 
	return new SubProgressMonitor(myProgress, 1);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[276] 
	EclipseUtil.findOrCreateContainer(containerPath, false, (IPath) null, new SubProgressMonitor(pm, 1));
	                                                                          ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[276] 
	EclipseUtil.findOrCreateContainer(containerPath, false, (IPath) null, new SubProgressMonitor(pm, 1));
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[277] 
	String genText = emitter.generate(new SubProgressMonitor(pm, 1), param, getLocalLineSeparator());
	                                      ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[277] 
	String genText = emitter.generate(new SubProgressMonitor(pm, 1), param, getLocalLineSeparator());
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[289] 
	genText = mergePlainText(oldText, genText, f, new SubProgressMonitor(pm, 1));
	                                                  ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[289] 
	genText = mergePlainText(oldText, genText, f, new SubProgressMonitor(pm, 1));
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[291] 
	f.setContents(new ByteArrayInputStream(genText.getBytes(charset)), true, true, new SubProgressMonitor(pm, 1));
	                                                                                   ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[291] 
	f.setContents(new ByteArrayInputStream(genText.getBytes(charset)), true, true, new SubProgressMonitor(pm, 1));
	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[296] 
	f.create(new ByteArrayInputStream(genText.getBytes(charset)), true, new SubProgressMonitor(pm, 2));
	                                                                        ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[296] 
	f.create(new ByteArrayInputStream(genText.getBytes(charset)), true, new SubProgressMonitor(pm, 2));
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[377] 
	String genText = emitter.generate(new SubProgressMonitor(pm, 2), input, getLocalLineSeparator());
	                                      ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[377] 
	String genText = emitter.generate(new SubProgressMonitor(pm, 2), input, getLocalLineSeparator());
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[378] 
	IPackageFragment pf = myDestRoot.createPackageFragment(packageName, true, new SubProgressMonitor(pm, 1));
	                                                                              ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[378] 
	IPackageFragment pf = myDestRoot.createPackageFragment(packageName, true, new SubProgressMonitor(pm, 1));
	                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[383] 
	workingCopy = cu.getWorkingCopy(new SubProgressMonitor(pm, 1));
	                                    ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[383] 
	workingCopy = cu.getWorkingCopy(new SubProgressMonitor(pm, 1));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[394] 
	getImportsPostrocessor().organizeImports(workingCopy, declaredImportsAsStrings, new SubProgressMonitor(pm, 1));
	                                                                                    ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[394] 
	getImportsPostrocessor().organizeImports(workingCopy, declaredImportsAsStrings, new SubProgressMonitor(pm, 1));
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[396] 
	workingCopy.commitWorkingCopy(true, new SubProgressMonitor(pm, 1)); // save to investigate contents
	                                        ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[396] 
	workingCopy.commitWorkingCopy(true, new SubProgressMonitor(pm, 1)); // save to investigate contents
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[399] 
	genText = mergeJavaCode(oldContents, workingCopy.getSource(), new SubProgressMonitor(pm, 1));
	                                                                  ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[399] 
	genText = mergeJavaCode(oldContents, workingCopy.getSource(), new SubProgressMonitor(pm, 1));
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[404] 
	workingCopy.commitWorkingCopy(true, new SubProgressMonitor(pm, 1));
	                                        ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[404] 
	workingCopy.commitWorkingCopy(true, new SubProgressMonitor(pm, 1));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[413] 
	cu = pf.createCompilationUnit(cu.getElementName(), genText, true, new SubProgressMonitor(pm, 1));
	                                                                      ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[413] 
	cu = pf.createCompilationUnit(cu.getElementName(), genText, true, new SubProgressMonitor(pm, 1));
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[414] 
	getImportsPostrocessor().organizeImports(cu, null, new SubProgressMonitor(pm, 1));
	                                                       ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[414] 
	getImportsPostrocessor().organizeImports(cu, null, new SubProgressMonitor(pm, 1));
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[417] 
	cu.save(new SubProgressMonitor(pm, 2), true);
	            ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[417] 
	cu.save(new SubProgressMonitor(pm, 2), true);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[443] 
	EclipseUtil.findOrCreateContainer(containerPath, false, (IPath) null, new SubProgressMonitor(pm, 1));
	                                                                          ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[443] 
	EclipseUtil.findOrCreateContainer(containerPath, false, (IPath) null, new SubProgressMonitor(pm, 1));
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[444] 
	byte[] contents = emitter.generate(new SubProgressMonitor(pm, 1), params);
	                                       ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[444] 
	byte[] contents = emitter.generate(new SubProgressMonitor(pm, 1), params);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[445] 
	f.create(new ByteArrayInputStream(contents), true, new SubProgressMonitor(pm, 1));
	                                                       ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[445] 
	f.create(new ByteArrayInputStream(contents), true, new SubProgressMonitor(pm, 1));
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[446] 
	f.getParent().refreshLocal(IResource.DEPTH_ONE, new SubProgressMonitor(pm, 1));
	                                                    ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[446] 
	f.getParent().refreshLocal(IResource.DEPTH_ONE, new SubProgressMonitor(pm, 1));
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/org/eclipse/papyrus/gmf/internal/common/codegen/GeneratorBase.java:[583] 
	private final Integer CACHE_MISS = new Integer(0);
	                                       ^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
61 problems (61 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.gmf.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gmf.common ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 112 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-2.0.0-SNAPSHOT-sources.jar
[WARNING] artifact org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.common:java-source:sources:2.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.gmf.common ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.common-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.common-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/org.eclipse.papyrus.gmf.common-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.common-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.common-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.common-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.gmf.common ---
[INFO] 
[INFO] --< org.eclipse.papyrus.gmf-tooling.tests:org.eclipse.papyrus.gmf.validate >--
[INFO] Building org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT          [8/74]
[INFO]   from ../../plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.tests:org.eclipse.papyrus.gmf.validate:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.validate ---
[INFO] The project's OSGi version is 1.2.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.gmf.validate ---
[INFO] Resolving class path of org.eclipse.papyrus.gmf.validate
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.gmf.validate ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.gmf.validate ---
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/org/eclipse/papyrus/gmf/internal/validate/ExternModelImport.java:[62] 
	this.importedModels.getURIConverter().getURIMap().putAll(EcorePlugin.computePlatformURIMap());
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
The method computePlatformURIMap() from the type EcorePlugin is deprecated
2. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/org/eclipse/papyrus/gmf/internal/validate/Annotations.java (at line 77)
	@SuppressWarnings("hiding")
	                  ^^^^^^^^
At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored
3. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/org/eclipse/papyrus/gmf/validate/GMFValidator.java (at line 99)
	@SuppressWarnings("synthetic-access")
	                  ^^^^^^^^^^^^^^^^^^
At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored
4. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/org/eclipse/papyrus/gmf/validate/GMFValidator.java (at line 108)
	@SuppressWarnings("synthetic-access")
	                  ^^^^^^^^^^^^^^^^^^
At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored
5. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/org/eclipse/papyrus/gmf/validate/GMFValidator.java (at line 116)
	@SuppressWarnings("synthetic-access")
	                  ^^^^^^^^^^^^^^^^^^
At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored
5 problems (0 errors, 1 warning, 4 infos)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.gmf.validate ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gmf.validate ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 32 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.validate ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.validate ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-sources.jar
[WARNING] artifact org.eclipse.papyrus.gmf-tooling.tests:org.eclipse.papyrus.gmf.validate:java-source:sources:1.2.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.validate ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.gmf.validate ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/tests/org.eclipse.papyrus.gmf.validate/1.2.0-SNAPSHOT/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/tests/org.eclipse.papyrus.gmf.validate/1.2.0-SNAPSHOT/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/tests/org.eclipse.papyrus.gmf.validate/1.2.0-SNAPSHOT/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/tests/org.eclipse.papyrus.gmf.validate/1.2.0-SNAPSHOT/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.validate/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/tests/org.eclipse.papyrus.gmf.validate/1.2.0-SNAPSHOT/org.eclipse.papyrus.gmf.validate-1.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.gmf.validate ---
[INFO] 
[INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen >--
[INFO] Building org.eclipse.papyrus.gmf.codegen 3.0.0-SNAPSHOT           [9/74]
[INFO]   from ../../plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] The project's OSGi version is 3.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] Resolving class path of org.eclipse.papyrus.gmf.codegen
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] Compiling 314 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildNode.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildNode.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildNode.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/LabelOffsetAttributes.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenContextMenu.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenContextMenu.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionManager is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenParserImplementation.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParsers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParsers is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenParserImplementation.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelModelFacet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelModelFacet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[28] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.BatchValidation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.BatchValidation is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[29] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.EditPartCandies;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.EditPartCandies is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[30] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.EditorCandies;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.EditorCandies is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[31] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[32] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[33] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[34] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCompartment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCompartment is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[35] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContainerBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContainerBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[36] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagramPreferences;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagramPreferences is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[37] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[38] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[39] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[40] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPreferencePage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPreferencePage is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[41] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTopLevelNode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTopLevelNode is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[42] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkConstraints;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkConstraints is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[43] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.MeasurementUnit;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.MeasurementUnit is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[44] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.PackageNames;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.PackageNames is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[45] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Palette;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Palette is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[46] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderClassNames;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderClassNames is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[47] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Shortcuts;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Shortcuts is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagram.java:[48] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenRGBColor.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenColor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenColor is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/FeatureLinkModelFacet.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkModelFacet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkModelFacet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenStandardPreferencePage.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPreferencePage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPreferencePage is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenStandardPreferencePage.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.StandardPreferencePages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.StandardPreferencePages is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenConstraint.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExternalNodeLabel.java:[23] 
	import org.eclipse.emf.common.util.EList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.common.util.EList is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExternalNodeLabel.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNodeLabel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNodeLabel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenExternalNodeLabelImpl.java:[23] 
	import java.util.Collection;
	       ^^^^^^^^^^^^^^^^^^^^
The import java.util.Collection is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenExternalNodeLabelImpl.java:[26] 
	import org.eclipse.emf.common.util.EList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.common.util.EList is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenExternalNodeLabelImpl.java:[30] 
	import org.eclipse.emf.ecore.util.EDataTypeUniqueEList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.ecore.util.EDataTypeUniqueEList is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenExternalNodeLabelImpl.java:[243] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/NotationType.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ElementType;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ElementType is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenSeparator.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenGroupMarker.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/util/GMFGenSwitch.java:[23] 
	import java.util.List;
	       ^^^^^^^^^^^^^^
The import java.util.List is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/util/GMFGenSwitch.java:[25] 
	import org.eclipse.emf.ecore.EClass;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.ecore.EClass is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/util/GMFGenSwitch.java:[30] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.*;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/BatchValidation.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderPriority;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderPriority is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/PredefinedParser.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParserImplementation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParserImplementation is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/PredefinedParser.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelTextAccessMethod;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelTextAccessMethod is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkLabel.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLabel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLabel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkLabel.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkLabel.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkLabelAlignment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkLabelAlignment is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/StandardEntry.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.AbstractToolEntry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.AbstractToolEntry is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/StandardEntry.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.StandardEntryKind;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.StandardEntryKind is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigatorPath.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorPathSegment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorPathSegment is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenActionFactoryContributionItem.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolEntry.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.AbstractToolEntry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.AbstractToolEntry is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolEntry.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolEntry.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolEntry.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/SharedBehaviour.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Behaviour;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Behaviour is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ModeledViewmap.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionInterpreter.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionInterpreter.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLanguage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLanguage is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionInterpreter.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureInitializer.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureSeqInitializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureSeqInitializer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkConstraints;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkConstraints is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkEnd;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkEnd is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[28] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkLabel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkLabel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLink.java:[29] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkModelFacet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.LinkModelFacet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditContainer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditRoot;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditRoot is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenRuleBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenRuleBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditRule.java:[28] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenSeverity;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenSeverity is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorView.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditedMetricTarget.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditedMetricTarget.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMetricRule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMetricRule is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/EditorCandies.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorView is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenConstantColor.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.DiagramColors;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.DiagramColors is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenConstantColor.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenColor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenColor is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFixedInputsTemplateInvocation.java:[22] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFixedInputsTemplateInvocation.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/LoadResourceAction.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenStandardPropertyTab.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Palette.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Palette.java:[28] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroup;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroup is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ResizeConstraints.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLiteralExpressionProvider.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenPreferencePage.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/CustomTabFilter.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTabFilter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTabFilter is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDomainAttributeTarget.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/SnippetViewmap.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkConstraints.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkConstraints.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenApplication.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenApplication.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenApplication.java:[28] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMenuManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMenuManager is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenApplication.java:[29] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenToolBarManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenToolBarManager is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigatorPathSegment.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigatorPathSegment.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorPath;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorPath is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCustomGeneratorExtension.java:[22] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCustomGeneratorExtension.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCustomGeneratorExtension.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenTemplateInvocation.java:[20] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomTemplateInput is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenTemplateInvocation.java:[21] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenTemplateInvocationBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/InitDiagramAction.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenContributionManager.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenContributionManager.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenTemplateInvocationBase.java:[20] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomGeneratorExtension;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomGeneratorExtension is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureValueSpec.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureInitializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureInitializer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureValueSpec.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/ViewmapImpl.java:[169] 
	public Attributes find(Class attributesClass) {
	                       ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCompartment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCompartment is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[28] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkEnd;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLinkEnd is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[29] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNodeLabel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNodeLabel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNode.java:[30] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Shortcuts.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderPriority;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ProviderPriority is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCompartment.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildContainer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCompartment.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCompartment.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ExpressionLabelParser.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ExpressionLabelParser.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParserImplementation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParserImplementation is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ExpressionLabelParser.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenSharedContributionItem.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContributionItem is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/LinkModelFacet.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ModelFacet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ModelFacet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GMFGenFactoryImpl.java:[31] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.*;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildContainer.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildContainer.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContainerBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContainerBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenCommonBaseImpl.java:[38] 
	import org.eclipse.emf.ecore.util.EDataTypeUniqueEList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.ecore.util.EDataTypeUniqueEList is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Viewmap.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Viewmap.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ViewmapLayoutType;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ViewmapLayoutType is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Viewmap.java:[118] 
	Attributes find(Class attributesClass);
	                ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureSeqInitializer.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenElementInitializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenElementInitializer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureSeqInitializer.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureInitializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFeatureInitializer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenFeatureSeqInitializer.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenReferenceNewElementSpec;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenReferenceNewElementSpec is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/MetamodelType.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ElementType;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ElementType is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkEnd.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLinkEnd.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLink is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenPreference.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomPreferencePage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomPreferencePage is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionProviderBase.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderContainer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionProviderBase.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLanguage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLanguage is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenExpressionProviderBase.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ValueExpression is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenPropertySheet.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenPropertySheet.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ElementType.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[29] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.DynamicModelAccess;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.DynamicModelAccess is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[30] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenApplication;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenApplication is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[31] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditRoot;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditRoot is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[32] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContextMenu;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenContextMenu is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[33] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomGeneratorExtension;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCustomGeneratorExtension is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[34] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[35] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagramUpdater;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagramUpdater is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[36] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorView is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[37] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenExpressionProviderContainer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[38] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMetricContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMetricContainer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[39] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[40] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParsers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenParsers is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[41] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPlugin is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenEditorGenerator.java:[42] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertySheet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertySheet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigator.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDomainModelNavigator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDomainModelNavigator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigator.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenEditorGenerator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNavigator.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorChildReference;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNavigatorChildReference is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenPropertyTab.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertySheet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertySheet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/TypeModelFacet.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenConstraint is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/TypeModelFacet.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenElementInitializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenElementInitializer is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/TypeModelFacet.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ModelFacet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ModelFacet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLabel.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenLabel.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelModelFacet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.LabelModelFacet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenStandardFont.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFont;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenFont is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenStandardFont.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.JFaceFont;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.JFaceFont is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/CreateShortcutAction.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/InnerClassViewmap.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenVisualEffectImpl.java:[302] 
	OCLHelper helper = ocl.createOCLHelper();
	^^^^^^^^^
OCLHelper is a raw type. References to generic type OCLHelper<C,O,P,CT> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenVisualEffectImpl.java:[303] 
	helper.setContext(EcorePackage.eINSTANCE.getEClass());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setContext(Object) belongs to the raw type OCLHelper. References to generic type OCLHelper<C,O,P,CT> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenVisualEffectImpl.java:[315] 
	expr = helper.createQuery(expressionString);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type OCLExpression needs unchecked conversion to conform to OCLExpression<EClassifier>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNotationElementTarget.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNotationElementTarget.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCustomPropertyTab.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTab is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenCustomPropertyTab.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTabFilter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenPropertyTabFilter is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ParentAssignedViewmap.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Viewmap is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/Separator.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroupItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroupItem is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNodeLabel.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLabel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenLabel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenNodeLabel.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GenNodeImpl.java:[48] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenVisualEffect;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenVisualEffect is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditable.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditContext;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditContext is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenAuditable.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenRuleTarget;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenRuleTarget is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenChildSideAffixedNode.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenChildNode is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagramElementTarget.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagramElementTarget.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenCommonBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDiagramElementTarget.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/DefaultSizeAttributes.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Attributes is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDomainElementTarget.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenAuditable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenDomainElementTarget.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenMeasurable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolGroup.java:[25] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.EntryBase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.EntryBase is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolGroup.java:[26] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Palette;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Palette is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/ToolGroup.java:[27] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroupItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ToolGroupItem is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/CustomBehaviour.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Behaviour;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Behaviour is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenElementInitializer.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.TypeModelFacet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenTopLevelNode.java:[23] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenDiagram is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenTopLevelNode.java:[24] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.GenNode is never used
206 problems (206 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gmf.codegen ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 118 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-3.0.0-SNAPSHOT-sources.jar
[WARNING] artifact org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen:java-source:sources:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen/3.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen/3.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/org.eclipse.papyrus.gmf.codegen-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen/3.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen/3.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen/3.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.gmf.codegen ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.dev.types >----------
[INFO] Building org.eclipse.papyrus.dev.types 4.1.0-SNAPSHOT            [10/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.dev.types/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.types:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.dev.types ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/xtend-gen (includes = [], excludes = [**/.gitignore])
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.types ---
[INFO] The project's OSGi version is 4.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.types ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.types ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.dev.types ---
[INFO] Resolving class path of org.eclipse.papyrus.dev.types
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.dev.types ---
[WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.dev.types ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.dev.types ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/view/TypesConfigurationsListenerView.java:[180] 
	tree = new FilteredTree(sash, SWT.BORDER, new PatternFilter(), true);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/view/RegistredElementTypesView.java:[69] 
	List<IClientContext> contexts = new ArrayList<>(ClientContextManager.getInstance().getClientContexts());
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/view/RegistredElementTypesView.java:[69] 
	List<IClientContext> contexts = new ArrayList<>(ClientContextManager.getInstance().getClientContexts());
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<IClientContext>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/view/RegistredElementTypesView.java:[166] 
	elementTypesFilteredTree = new FilteredTree(sash, SWT.BORDER, new PatternFilter(), true);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/view/RegistredElementTypesView.java:[169] 
	detailsFilteredTree = new FilteredTree(sash, SWT.BORDER, new PatternFilter(), true);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.dev.types ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.dev.types ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.dev.types ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.dev.types ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.dev.types ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 161 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/org.eclipse.papyrus.dev.types-4.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/org.eclipse.papyrus.dev.types-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.types ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.dev.types ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.types ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.dev.types ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/org.eclipse.papyrus.dev.types-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.types/4.1.0-SNAPSHOT/org.eclipse.papyrus.dev.types-4.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.types/4.1.0-SNAPSHOT/org.eclipse.papyrus.dev.types-4.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/org.eclipse.papyrus.dev.types-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.types/4.1.0-SNAPSHOT/org.eclipse.papyrus.dev.types-4.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.types/4.1.0-SNAPSHOT/org.eclipse.papyrus.dev.types-4.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.types/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.types/4.1.0-SNAPSHOT/org.eclipse.papyrus.dev.types-4.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.dev.types ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.dev.pluginexplorer >-----
[INFO] Building org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT   [11/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.pluginexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] Resolving class path of org.eclipse.papyrus.dev.pluginexplorer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/Plugin.java:[115] 
	physicalLocation = FileLocator.getBundleFile(bundle);
	                               ^^^^^^^^^^^^^^^^^^^^^
The method getBundleFile(Bundle) from the type FileLocator is deprecated since version 3.16.100
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentView.java:[30] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentView.java:[93] 
	tree.setSorter(getViewerSorter());
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentView.java:[130] 
	private ViewerSorter getViewerSorter() {
	        ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentView.java:[131] 
	return new ViewerSorter() {
	           ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentView.java:[131] 
	return new ViewerSorter() {
			@Override
			public int compare(Viewer viewer, Object e1, Object e2) {
				if (e1 instanceof Bundle) {
					Bundle b1 = (Bundle) e1;
					Bundle b2 = (Bundle) e2;
					return b1.getSymbolicName().compareTo(b2.getSymbolicName());
				} else if (e1 instanceof File) {
					File f1 = (File) e1;
					File f2 = (File) e2;
					return (f1.getName().compareTo(f2.getName()));
				}
				return super.compare(viewer, e1, e2);
			}
		};
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentDialog.java:[28] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentDialog.java:[117] 
	tree.setSorter(getViewerSorter());
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentDialog.java:[179] 
	private ViewerSorter getViewerSorter() {
	        ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentDialog.java:[180] 
	return new ViewerSorter() {
	           ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/org/eclipse/papyrus/dev/pluginexplorer/PluginsContentDialog.java:[180] 
	return new ViewerSorter() {
			@Override
			public int compare(Viewer viewer, Object e1, Object e2) {
				if (e1 instanceof Bundle) {
					Bundle b1 = (Bundle) e1;
					Bundle b2 = (Bundle) e2;
					return b1.getSymbolicName().compareTo(b2.getSymbolicName());
				} else if (e1 instanceof File) {
					File f1 = (File) e1;
					File f2 = (File) e2;
					return (f1.getName().compareTo(f2.getName()));
				}
				return super.compare(viewer, e1, e2);
			}
		};
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ViewerSorter() is deprecated
11 problems (11 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.dev.pluginexplorer ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 62 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.pluginexplorer/2.0.0-SNAPSHOT/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.pluginexplorer/2.0.0-SNAPSHOT/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.pluginexplorer/2.0.0-SNAPSHOT/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.pluginexplorer/2.0.0-SNAPSHOT/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.pluginexplorer/2.0.0-SNAPSHOT/org.eclipse.papyrus.dev.pluginexplorer-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.dev.pluginexplorer ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.commandstack >---
[INFO] Building org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT [12/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.commandstack:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.commandstack
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/view/CommandStackView.java:[234] 
	final ListIterator<Object> iter = ((CompositeCommand) parentElement).listIterator();
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ListIterator needs unchecked conversion to conform to ListIterator<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/src/org/eclipse/papyrus/infra/emf/commandstack/view/CommandStackView.java:[269] 
	private Object result[];// = new Object[1];
	               ^^^^^^
The value of the field CommandStackView.result is not used
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.commandstack ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 80 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.commandstack/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.commandstack/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.commandstack/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.commandstack/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.commandstack/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.commandstack-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.commandstack ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.gmf.figureview >-------
[INFO] Building org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT       [13/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.figureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] Resolving class path of org.eclipse.papyrus.gmf.figureview
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gmf.figureview ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 101 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.figureview/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.figureview/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.figureview/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.figureview/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.figureview/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.figureview-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.gmf.figureview ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpoliciesstates >---
[INFO] Building org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT [14/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpoliciesstates:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] Resolving class path of org.eclipse.papyrus.gmf.editpoliciesstates
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 243 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.editpoliciesstates/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.editpoliciesstates/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.editpoliciesstates/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.editpoliciesstates/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.editpoliciesstates/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.editpoliciesstates-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.gmf.editpoliciesstates ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpartview >------
[INFO] Building org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT     [15/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpartview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] Resolving class path of org.eclipse.papyrus.gmf.editpartview
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gmf.editpartview ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 172 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.editpartview/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.editpartview/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.editpartview/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.editpartview/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.gmf.editpartview/2.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.editpartview-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.gmf.editpartview ---
[INFO] 
[INFO] ------< org.eclipse.papyrus.developer:org.eclipse.papyrus.dev.ui >------
[INFO] Building org.eclipse.papyrus.dev.ui 1.1.0-SNAPSHOT               [16/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.dev.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.developer:org.eclipse.papyrus.dev.ui:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.ui ---
[INFO] The project's OSGi version is 1.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.dev.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.dev.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.dev.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.dev.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.dev.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.dev.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 67 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/org.eclipse.papyrus.dev.ui-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/org.eclipse.papyrus.dev.ui-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.dev.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/org.eclipse.papyrus.dev.ui-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/developer/org.eclipse.papyrus.dev.ui/1.1.0-SNAPSHOT/org.eclipse.papyrus.dev.ui-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/developer/org.eclipse.papyrus.dev.ui/1.1.0-SNAPSHOT/org.eclipse.papyrus.dev.ui-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/org.eclipse.papyrus.dev.ui-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/developer/org.eclipse.papyrus.dev.ui/1.1.0-SNAPSHOT/org.eclipse.papyrus.dev.ui-1.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/developer/org.eclipse.papyrus.dev.ui/1.1.0-SNAPSHOT/org.eclipse.papyrus.dev.ui-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/developer/org.eclipse.papyrus.dev.ui/1.1.0-SNAPSHOT/org.eclipse.papyrus.dev.ui-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.dev.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.debug >---
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT [17/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.debug:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.debug
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/src/org/eclipse/papyrus/infra/gmfdiag/css/debug/views/CSSDebugView.java:[298] 
	@SuppressWarnings("restriction")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("restriction")
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 263 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.debug/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.debug/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.debug/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.debug/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.css.debug/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.css.debug-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.css.debug ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.debug.feature >--------
[INFO] Building org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT        [18/74]
[INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.debug.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.debug.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.debug.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.debug.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.debug.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.debug.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.debug.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.debug.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 272 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.debug.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.debug.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.debug.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.debug.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.debug.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.debug.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.debug.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.debug.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.debug.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.debug.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.debug.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.debug.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.debug.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.debug.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.edit >--
[INFO] Building org.eclipse.papyrus.gmf.codegen.edit 3.0.0-SNAPSHOT     [19/74]
[INFO]   from ../../plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] The project's OSGi version is 3.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.gmf.codegen.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] Compiling 133 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCompartmentItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCompartmentItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCompartmentItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCompartmentItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCompartmentItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenExpressionInterpreterItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenExpressionInterpreterItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenExpressionInterpreterItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenExpressionInterpreterItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenExpressionInterpreterItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ToolEntryItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ToolEntryItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ToolEntryItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ToolEntryItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ToolEntryItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenExternalNodeLabelItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenExternalNodeLabelItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenExternalNodeLabelItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenExternalNodeLabelItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenExternalNodeLabelItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/FigureViewmapItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/FigureViewmapItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/FigureViewmapItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/FigureViewmapItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/FigureViewmapItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/NotationTypeItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/NotationTypeItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/NotationTypeItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/NotationTypeItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/NotationTypeItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLinkItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLinkItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLinkItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLinkItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLinkItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ParentAssignedViewmapItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ParentAssignedViewmapItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ParentAssignedViewmapItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ParentAssignedViewmapItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ParentAssignedViewmapItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCustomPropertyTabItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCustomPropertyTabItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCustomPropertyTabItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCustomPropertyTabItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCustomPropertyTabItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/InitDiagramActionItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/InitDiagramActionItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/InitDiagramActionItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/InitDiagramActionItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/InitDiagramActionItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/OclChoiceParserItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/OclChoiceParserItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/OclChoiceParserItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/OclChoiceParserItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/OclChoiceParserItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenStandardPreferencePageItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenStandardPreferencePageItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenStandardPreferencePageItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenStandardPreferencePageItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenStandardPreferencePageItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/MetamodelTypeItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/MetamodelTypeItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/MetamodelTypeItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/MetamodelTypeItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/MetamodelTypeItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/StandardEntryItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/StandardEntryItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/StandardEntryItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/StandardEntryItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/StandardEntryItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/LoadResourceActionItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/LoadResourceActionItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/LoadResourceActionItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/LoadResourceActionItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/LoadResourceActionItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/FeatureLabelModelFacetItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/FeatureLabelModelFacetItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/FeatureLabelModelFacetItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/FeatureLabelModelFacetItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/FeatureLabelModelFacetItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/SnippetViewmapItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/SnippetViewmapItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/SnippetViewmapItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/SnippetViewmapItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/SnippetViewmapItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLinkLabelItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLinkLabelItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLinkLabelItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLinkLabelItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLinkLabelItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLabelItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLabelItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLabelItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLabelItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLabelItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExternalParserItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExternalParserItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExternalParserItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExternalParserItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExternalParserItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/CustomParserItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/CustomParserItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/CustomParserItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/CustomParserItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/CustomParserItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/PredefinedParserItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/PredefinedParserItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/PredefinedParserItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/PredefinedParserItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/PredefinedParserItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExpressionLabelParserItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExpressionLabelParserItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExpressionLabelParserItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExpressionLabelParserItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExpressionLabelParserItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenJavaExpressionProviderItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenJavaExpressionProviderItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenJavaExpressionProviderItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenJavaExpressionProviderItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenJavaExpressionProviderItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDomainAttributeTargetItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDomainAttributeTargetItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDomainAttributeTargetItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDomainAttributeTargetItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDomainAttributeTargetItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildLabelNodeItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildLabelNodeItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildLabelNodeItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildLabelNodeItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildLabelNodeItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenMenuManagerItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenMenuManagerItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenMenuManagerItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenMenuManagerItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenMenuManagerItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildSideAffixedNodeItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildSideAffixedNodeItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildSideAffixedNodeItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildSideAffixedNodeItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildSideAffixedNodeItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenConstraintItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenConstraintItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenConstraintItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenConstraintItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenConstraintItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ModeledViewmapItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ModeledViewmapItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ModeledViewmapItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ModeledViewmapItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ModeledViewmapItemProvider.java:[37] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ModeledViewmapItemProvider.java:[41] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.ViewmapLayoutType;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.ViewmapLayoutType is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenTopLevelNodeItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenTopLevelNodeItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenTopLevelNodeItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenTopLevelNodeItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenTopLevelNodeItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/CreateShortcutActionItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/CreateShortcutActionItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/CreateShortcutActionItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/CreateShortcutActionItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/CreateShortcutActionItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildContainerItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildContainerItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildContainerItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildContainerItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildContainerItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenMetricRuleItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenMetricRuleItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenMetricRuleItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenMetricRuleItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenMetricRuleItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenTemplateInvocationItemProvider.java:[26] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenTemplateInvocationItemProvider.java:[27] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenTemplateInvocationItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenTemplateInvocationItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenTemplateInvocationItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ToolGroupItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ToolGroupItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ToolGroupItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ToolGroupItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ToolGroupItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenAuditRuleItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenAuditRuleItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenAuditRuleItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenAuditRuleItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenAuditRuleItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenVisualEffectItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenVisualEffectItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenVisualEffectItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenVisualEffectItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenVisualEffectItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/AbstractToolEntryItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/AbstractToolEntryItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/AbstractToolEntryItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/AbstractToolEntryItemProvider.java:[37] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/AbstractToolEntryItemProvider.java:[38] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/DesignLabelModelFacetItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/DesignLabelModelFacetItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/DesignLabelModelFacetItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/DesignLabelModelFacetItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/DesignLabelModelFacetItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenStandardPropertyTabItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenStandardPropertyTabItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenStandardPropertyTabItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenStandardPropertyTabItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenStandardPropertyTabItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/presentation/GMFGenEditor.java:[86] 
	import org.eclipse.emf.edit.ui.util.EditUIUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.ui.util.EditUIUtil is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/presentation/GMFGenEditor.java:[736] 
	editingDomain.getResourceSet().getURIConverter().getURIMap().putAll(EcorePlugin.computePlatformURIMap());
	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^
The method computePlatformURIMap() from the type EcorePlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/presentation/GMFGenEditor.java:[1325] 
	@SuppressWarnings("rawtypes")
	                  ^^^^^^^^^^
Unnecessary @SuppressWarnings("rawtypes")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCustomPreferencePageItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCustomPreferencePageItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCustomPreferencePageItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCustomPreferencePageItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenCustomPreferencePageItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExpressionLabelModelFacetItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExpressionLabelModelFacetItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExpressionLabelModelFacetItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExpressionLabelModelFacetItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/ExpressionLabelModelFacetItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramElementTargetItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramElementTargetItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramElementTargetItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramElementTargetItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramElementTargetItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/TypeLinkModelFacetItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/TypeLinkModelFacetItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/TypeLinkModelFacetItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/TypeLinkModelFacetItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/TypeLinkModelFacetItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenAuditedMetricTargetItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenAuditedMetricTargetItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenAuditedMetricTargetItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenAuditedMetricTargetItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenAuditedMetricTargetItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildNodeItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildNodeItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildNodeItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildNodeItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenChildNodeItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/PredefinedEnumParserItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/PredefinedEnumParserItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/PredefinedEnumParserItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/PredefinedEnumParserItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/PredefinedEnumParserItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/SpecializationTypeItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/SpecializationTypeItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/SpecializationTypeItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/SpecializationTypeItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/SpecializationTypeItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDomainElementTargetItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDomainElementTargetItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDomainElementTargetItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDomainElementTargetItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDomainElementTargetItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenFixedInputsTemplateInvocationItemProvider.java:[26] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenFixedInputsTemplateInvocationItemProvider.java:[27] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenFixedInputsTemplateInvocationItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenFixedInputsTemplateInvocationItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenFixedInputsTemplateInvocationItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNodeLabelItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNodeLabelItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNodeLabelItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNodeLabelItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNodeLabelItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNotationElementTargetItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNotationElementTargetItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNotationElementTargetItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNotationElementTargetItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNotationElementTargetItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/InnerClassViewmapItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/InnerClassViewmapItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/InnerClassViewmapItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/InnerClassViewmapItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/InnerClassViewmapItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLiteralExpressionProviderItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLiteralExpressionProviderItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLiteralExpressionProviderItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLiteralExpressionProviderItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenLiteralExpressionProviderItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/presentation/GMFGenModelWizard.java:[53] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.presentation.EditorPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.presentation.EditorPlugin is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramPreferencesItemProvider.java:[44] 
	import org.eclipse.papyrus.gmf.codegen.gmfgen.Routing;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gmf.codegen.gmfgen.Routing is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNodeItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNodeItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNodeItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNodeItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenNodeItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenDiagramItemProvider.java:[36] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenToolBarManagerItemProvider.java:[29] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenToolBarManagerItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenToolBarManagerItemProvider.java:[32] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenToolBarManagerItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenToolBarManagerItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenContextMenuItemProvider.java:[30] 
	import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IEditingDomainItemProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenContextMenuItemProvider.java:[31] 
	import org.eclipse.emf.edit.provider.IItemLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemLabelProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenContextMenuItemProvider.java:[33] 
	import org.eclipse.emf.edit.provider.IItemPropertySource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IItemPropertySource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenContextMenuItemProvider.java:[34] 
	import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.IStructuredItemContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/provider/GenContextMenuItemProvider.java:[35] 
	import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
301 problems (301 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gmf.codegen.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 119 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-3.0.0-SNAPSHOT-sources.jar
[WARNING] artifact org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.edit:java-source:sources:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.edit-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.edit-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/org.eclipse.papyrus.gmf.codegen.edit-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.edit-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.edit-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.gmf.codegen.edit ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.mwe2.utils >---------
[INFO] Building org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT           [20/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.mwe2.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] Resolving class path of org.eclipse.papyrus.mwe2.utils
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/src/org/eclipse/papyrus/mwe2/utils/components/QvtoTransformationWorkflow.java:[125] 
	List<EObject> list = (List<EObject>)inputObject;
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/src/org/eclipse/papyrus/mwe2/utils/components/UMLWriter.java:[118] 
	public void addXmiIdentifierFilters(Pair<String, String> filter, Pair<String, String>... more) {
	                                                                                         ^^^^
Type safety: Potential heap pollution via varargs parameter more
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.mwe2.utils ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 69 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.mwe2.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.mwe2.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.mwe2.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.mwe2.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.mwe2.utils/2.0.0-SNAPSHOT/org.eclipse.papyrus.mwe2.utils-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.mwe2.utils ---
[INFO] 
[INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.ui >--
[INFO] Building org.eclipse.papyrus.gmf.codegen.ui 1.4.0-SNAPSHOT       [21/74]
[INFO]   from ../../plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] The project's OSGi version is 1.4.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.gmf.codegen.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gmf.codegen.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 121 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.4.0-SNAPSHOT-sources.jar
[WARNING] artifact org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.ui:java-source:sources:1.4.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.ui/1.4.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.ui-1.4.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.ui/1.4.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.ui-1.4.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/org.eclipse.papyrus.gmf.codegen.ui-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.ui/1.4.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.ui-1.4.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.ui/1.4.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.ui-1.4.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.ui/1.4.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.ui-1.4.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.gmf.codegen.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend >--
[INFO] Building org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT    [22/74]
[INFO]   from ../../plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] The project's OSGi version is 1.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] Resolving class path of org.eclipse.papyrus.gmf.codegen.xtend
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[WARNING] 
WARNING: 	ParserProvider.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/impl/parsers/ParserProvider.xtend
105: Cannot infer type from recursive usage. Type 'Object' is used.
[WARNING] 
WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/Utils_qvto.xtend
123: Unnecessary cast from ToolEntry to ToolEntry
[WARNING] 
WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/Utils_qvto.xtend
124: Unnecessary cast from ToolEntry to ToolEntry
[WARNING] 
WARNING: 	Common_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/Common_qvto.xtend
34: The method last(Iterable<T>) from the type IterableExtensions is deprecated
[WARNING] 
WARNING: 	getExpression.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/expressions/getExpression.xtend
85: The method last(Iterable<T>) from the type IterableExtensions is deprecated
[WARNING] 
WARNING: 	getExpression.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/expressions/getExpression.xtend
86: The method last(Iterable<T>) from the type IterableExtensions is deprecated
[WARNING] 
WARNING: 	getExpression.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/expressions/getExpression.xtend
87: The method last(Iterable<T>) from the type IterableExtensions is deprecated
[WARNING] 
WARNING: 	PaletteConfiguration.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/editor/palette/PaletteConfiguration.xtend
69: Unnecessary cast from ToolGroup to ToolGroup
[WARNING] 
WARNING: 	Utils_qvto.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/navigator/Utils_qvto.xtend
31: The method last(Iterable<T>) from the type IterableExtensions is deprecated
[WARNING] 
WARNING: 	plugin.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/plugin/plugin.xtend
329: Unnecessary cast from ToolGroup to ToolGroup
[WARNING] 
WARNING: 	extensions.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/xtend/xpt/diagram/preferences/extensions.xtend
54: Unnecessary cast from GenStandardPreferencePage to GenStandardPreferencePage
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] Compiling 195 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 183 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-sources.jar
[WARNING] artifact org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend:java-source:sources:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.xtend/1.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.xtend/1.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.xtend/1.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.xtend/1.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.xtend/1.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.xtend-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.gmf.codegen.xtend ---
[INFO] 
[INFO] --< org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend.ui >--
[INFO] Building org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT [23/74]
[INFO]   from ../../plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] The project's OSGi version is 1.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.gmf.codegen.xtend.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 186 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (attach-source) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-sources.jar
[WARNING] artifact org.eclipse.papyrus.gmf-tooling.plugins:org.eclipse.papyrus.gmf.codegen.xtend.ui:java-source:sources:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/gmf-tooling/plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.gmf.codegen.xtend.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.gmf.codegen.xtend.ui ---
[INFO] 
[INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.codegen >-----------
[INFO] Building org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT              [24/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.codegen/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.codegen:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.codegen ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.codegen ---
[INFO] Resolving class path of org.eclipse.papyrus.codegen
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.codegen ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.codegen ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.codegen ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.codegen ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 186 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.codegen ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.codegen/2.0.0-SNAPSHOT/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.codegen/2.0.0-SNAPSHOT/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.codegen/2.0.0-SNAPSHOT/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.codegen/2.0.0-SNAPSHOT/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.codegen/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.codegen/2.0.0-SNAPSHOT/org.eclipse.papyrus.codegen-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.codegen ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.uml-assistants >-------
[INFO] Building Papyrus UML Assistants 0.0.1-SNAPSHOT                   [25/74]
[INFO]   from ../../plugins/toolsmiths/assistants/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml-assistants ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml-assistants ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml-assistants ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.uml-assistants ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml-assistants/0.0.1-SNAPSHOT/org.eclipse.papyrus.uml-assistants-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator >--
[INFO] Building org.eclipse.papyrus.uml.profile.types.generator 3.1.0-SNAPSHOT [26/74]
[INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/xtend-gen (includes = [], excludes = [**/.gitignore])
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] The project's OSGi version is 3.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.types.generator
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.profile.types.generator ---
[WARNING] 
WARNING: 	UML.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UML.xtend
54: The method last(Iterable<T>) from the type IterableExtensions is deprecated
[WARNING] 
WARNING: 	UML.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UML.xtend
124: Null-safe call of primitive-valued feature contains, default value false will be used
[WARNING] 
WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
66: Unnecessary cast from ConfiguredHintedSpecializationElementType to ConfiguredHintedSpecializationElementType
[WARNING] 
WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
77: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
93: Unnecessary cast from SpecializationTypeConfiguration to SpecializationTypeConfiguration
[WARNING] 
WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
95: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
103: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
145: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
197: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ElementTypeRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ElementTypeRule.xtend
200: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	Identifiers.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/Identifiers.xtend
70: The public modifier is unnecessary on method diPostfix
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
40: The private modifier is unnecessary on field VISUAL_ID_PATTERN
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
90: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
101: The public modifier is unnecessary on method hasSemanticSupertype
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
144: Null-safe call of primitive-valued feature canContain, default value false will be used
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
164: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
170: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
179: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
207: Null-safe call of primitive-valued feature canSourceTo, default value false will be used
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
221: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
230: Null-safe call of primitive-valued feature canTargetFrom, default value false will be used
[WARNING] 
WARNING: 	UMLElementTypes.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/UMLElementTypes.xtend
244: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ConfigurationSetRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ConfigurationSetRule.xtend
63: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	ConfigurationSetRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ConfigurationSetRule.xtend
83: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ConfigurationSetRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ConfigurationSetRule.xtend
128: Unnecessary cast from List<Stereotype> to List<Stereotype>
[WARNING] 
WARNING: 	ConfigurationSetRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ConfigurationSetRule.xtend
138: Unnecessary cast from List<String> to List<String>
[WARNING] 
WARNING: 	ConfigurationSetRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ConfigurationSetRule.xtend
140: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	ConfigurationSetRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ConfigurationSetRule.xtend
151: Unnecessary cast from Map<String, Stereotype> to Map<String, Stereotype>
[WARNING] 
WARNING: 	ConfigurationSetRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/org/eclipse/papyrus/uml/profile/types/generator/ConfigurationSetRule.xtend
164: Unnecessary cast from List<ImpliedExtension> to List<ImpliedExtension>
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.types.generator ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 277 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/org.eclipse.papyrus.uml.profile.types.generator-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/org.eclipse.papyrus.uml.profile.types.generator-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/org.eclipse.papyrus.uml.profile.types.generator-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.generator/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.generator-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.generator/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.generator-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/org.eclipse.papyrus.uml.profile.types.generator-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.generator/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.generator-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.generator/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.generator-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.generator/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.generator-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.types.generator ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator >--
[INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator 5.1.0-SNAPSHOT [27/74]
[INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/xtend-gen (includes = [], excludes = [**/.gitignore])
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] The project's OSGi version is 5.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.assistants.generator
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[WARNING] 
WARNING: 	FiltersUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/org/eclipse/papyrus/uml/profile/assistants/generator/FiltersUtil.xtend
134: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	FiltersUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/org/eclipse/papyrus/uml/profile/assistants/generator/FiltersUtil.xtend
144: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	FiltersUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/org/eclipse/papyrus/uml/profile/assistants/generator/FiltersUtil.xtend
201: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	FiltersUtil.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/org/eclipse/papyrus/uml/profile/assistants/generator/FiltersUtil.xtend
259: The operator '==' should be replaced by '===' when null is one of the arguments.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 279 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/org.eclipse.papyrus.uml.profile.assistants.generator-5.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/org.eclipse.papyrus.uml.profile.assistants.generator-5.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/org.eclipse.papyrus.uml.profile.assistants.generator-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.generator/5.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.generator-5.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.generator/5.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.generator-5.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/org.eclipse.papyrus.uml.profile.assistants.generator-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.generator/5.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.generator-5.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.generator/5.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.generator-5.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.generator/5.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.generator-5.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.assistants.generator ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.dev.assistants.codegen >---
[INFO] Building org.eclipse.papyrus.dev.assistants.codegen 2.1.100-SNAPSHOT [28/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.assistants.codegen:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:2.6:clean (default-clean) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/xtend-gen (includes = [], excludes = [**/.gitignore])
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] The project's OSGi version is 2.1.100.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] Resolving class path of org.eclipse.papyrus.dev.assistants.codegen
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.dev.assistants.codegen ---
[WARNING] 
WARNING: 	GMFGenToAssistantRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/generator/GMFGenToAssistantRule.xtend
59: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	GMFGenToAssistantRule.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/generator/GMFGenToAssistantRule.xtend
63: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/AddPopupBarEditPolicyHandler.java:[36] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/AddPopupBarEditPolicyHandler.java:[56] 
	IStructuredSelection sel = AdapterUtils.adapt(HandlerUtil.getCurrentSelection(event), IStructuredSelection.class, null);
	                           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/AddPopupBarEditPolicyHandler.java:[56] 
	IStructuredSelection sel = AdapterUtils.adapt(HandlerUtil.getCurrentSelection(event), IStructuredSelection.class, null);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IStructuredSelection>, IStructuredSelection) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromElementTypesHandler.java:[30] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromElementTypesHandler.java:[53] 
	IFile file = AdapterUtils.adapt(sselection.getFirstElement(), IFile.class, null);
	             ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromElementTypesHandler.java:[53] 
	IFile file = AdapterUtils.adapt(sselection.getFirstElement(), IFile.class, null);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IFile>, IFile) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromGMFGenHandler.java:[32] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromGMFGenHandler.java:[53] 
	IFile file = AdapterUtils.adapt(sselection.getFirstElement(), IFile.class, null);
	             ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/org/eclipse/papyrus/dev/assistants/codegen/internal/handlers/GenerateModelingAssistantsFromGMFGenHandler.java:[53] 
	IFile file = AdapterUtils.adapt(sselection.getFirstElement(), IFile.class, null);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<IFile>, IFile) from the type AdapterUtils is deprecated
9 problems (9 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.dev.assistants.codegen ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 281 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/org.eclipse.papyrus.dev.assistants.codegen-2.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/org.eclipse.papyrus.dev.assistants.codegen-2.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/org.eclipse.papyrus.dev.assistants.codegen-2.1.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.assistants.codegen/2.1.100-SNAPSHOT/org.eclipse.papyrus.dev.assistants.codegen-2.1.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.assistants.codegen/2.1.100-SNAPSHOT/org.eclipse.papyrus.dev.assistants.codegen-2.1.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/org.eclipse.papyrus.dev.assistants.codegen-2.1.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.assistants.codegen/2.1.100-SNAPSHOT/org.eclipse.papyrus.dev.assistants.codegen-2.1.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.assistants.codegen/2.1.100-SNAPSHOT/org.eclipse.papyrus.dev.assistants.codegen-2.1.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.assistants.codegen/2.1.100-SNAPSHOT/org.eclipse.papyrus.dev.assistants.codegen-2.1.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.dev.assistants.codegen ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.diagramgen.feature >-----
[INFO] Building org.eclipse.papyrus.diagramgen.feature 1.3.0-SNAPSHOT   [29/74]
[INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.diagramgen.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] The project's OSGi version is 1.3.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.diagramgen.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 312 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target/org.eclipse.papyrus.diagramgen.feature-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target/org.eclipse.papyrus.diagramgen.feature-1.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target/org.eclipse.papyrus.diagramgen.feature-1.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.diagramgen.feature/1.3.0-SNAPSHOT/org.eclipse.papyrus.diagramgen.feature-1.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.diagramgen.feature/1.3.0-SNAPSHOT/org.eclipse.papyrus.diagramgen.feature-1.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target/org.eclipse.papyrus.diagramgen.feature-1.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.diagramgen.feature/1.3.0-SNAPSHOT/org.eclipse.papyrus.diagramgen.feature-1.3.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.diagramgen.feature/1.3.0-SNAPSHOT/org.eclipse.papyrus.diagramgen.feature-1.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.diagramgen.feature/1.3.0-SNAPSHOT/org.eclipse.papyrus.diagramgen.feature-1.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.diagramgen.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.tests.junit-framework >--
[INFO] Building org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT [30/74]
[INFO]   from ../../tests/junit/framework/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.junit-framework ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.tests.junit-framework ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.tests.junit-framework ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.tests.junit-framework ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/tests/org.eclipse.papyrus.tests.junit-framework/0.0.1-SNAPSHOT/org.eclipse.papyrus.tests.junit-framework-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.junit.framework >-------
[INFO] Building org.eclipse.papyrus.junit.framework 2.2.0-SNAPSHOT      [31/74]
[INFO]   from ../../tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.framework:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.junit.framework ---
[INFO] The project's OSGi version is 2.2.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.junit.framework ---
[INFO] Resolving class path of org.eclipse.papyrus.junit.framework
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.junit.framework ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.junit.framework ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/org/eclipse/papyrus/junit/framework/classification/ClassificationRunnerImpl.java:[256] 
	final ListenerList historyListeners = OperationHistoryHelper.getOperationHistoryListeners();
	      ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/org/eclipse/papyrus/junit/framework/classification/ClassificationRunnerImpl.java:[304] 
	static ListenerList getOperationHistoryListeners() {
	       ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/org/eclipse/papyrus/junit/framework/classification/ClassificationRunnerImpl.java:[306] 
	return (ListenerList) listenersField.get(PlatformUI.getWorkbench().getOperationSupport().getOperationHistory());
	        ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/org/eclipse/papyrus/junit/framework/classification/ClassificationRunnerImpl.java:[314] 
	boolean result = historyListenerClasses.contains(listener.getClass().getName());
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type String for contains(Object) on a Collection<Class<?>>
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.junit.framework ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.junit.framework ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 70 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.junit.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-2.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.junit.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-2.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.junit.framework ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-2.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.framework/2.2.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-2.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.framework/2.2.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-2.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.framework/2.2.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-2.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.framework/2.2.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-2.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.framework/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.framework/2.2.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-2.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.junit.utils >---------
[INFO] Building org.eclipse.papyrus.junit.utils 3.3.0-SNAPSHOT          [32/74]
[INFO]   from ../../tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.utils:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.junit.utils ---
[INFO] The project's OSGi version is 3.3.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.junit.utils ---
[INFO] Resolving class path of org.eclipse.papyrus.junit.utils
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.junit.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.junit.utils ---
[INFO] Compiling 55 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/XTextEditorTester.java:[24] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/XTextEditorTester.java:[34] 
	protected DefaultXtextDirectEditorConfiguration editor;
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/XTextEditorTester.java:[41] 
	public XTextEditorTester(final DefaultXtextDirectEditorConfiguration editor) {
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/XTextEditorTester.java:[46] 
	IParser parser = editor.createParser(initialElement);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createParser(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/XTextEditorTester.java:[54] 
	IParser parser = editor.createParser(parentElement);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createParser(EObject) from the type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/AbstractGrammarTest.java:[24] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/AbstractGrammarTest.java:[34] 
	protected DefaultXtextDirectEditorConfiguration editor;
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/xtext/AbstractGrammarTest.java:[64] 
	public abstract DefaultXtextDirectEditorConfiguration getEditor();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/ModelUtils.java:[32] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/ModelUtils.java:[53] 
	ModelSet modelSet = new DiResourceSet();
	                        ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/ModelUtils.java:[53] 
	ModelSet modelSet = new DiResourceSet();
	                        ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/ModelUtils.java:[109] 
	assertThat("Could not make referenced models writable: " + uris, handler.anyReadOnly(ReadOnlyAxis.discretionAxes(), uris).or(true), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/rules/AnnotationRule.java:[131] 
	extracted = ((Class<?>) extracted).newInstance();
	                                   ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#11-of ?> is deprecated since version 9
13 problems (13 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.junit.utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.junit.utils ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 290 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.junit.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.junit.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.junit.utils ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.utils/3.3.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.utils/3.3.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.utils/3.3.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.utils/3.3.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.junit.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.utils/3.3.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests >-----
[INFO] Building org.eclipse.papyrus.bundles.tests 3.1.0-SNAPSHOT        [33/74]
[INFO]   from ../../tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.bundles.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.bundles.tests ---
[INFO] The project's OSGi version is 3.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.bundles.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.bundles.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.bundles.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.bundles.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.bundles.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.bundles.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.bundles.tests ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[26] 
	import org.eclipse.core.internal.runtime.InternalPlatform;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InternalPlatform' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[27] 
	import org.eclipse.pde.internal.core.PDECore;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[28] 
	import org.eclipse.pde.internal.core.feature.Feature;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[29] 
	import org.eclipse.pde.internal.core.ifeature.IFeature;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IFeature' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[30] 
	import org.eclipse.pde.internal.core.ifeature.IFeatureModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IFeatureModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[87] 
	BundleContext context = InternalPlatform.getDefault().getBundleContext();
	                        ^^^^^^^^^^^^^^^^
Discouraged access: The type 'InternalPlatform' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[87] 
	BundleContext context = InternalPlatform.getDefault().getBundleContext();
	                                         ^^^^^^^^^^
Discouraged access: The method 'InternalPlatform.getDefault()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[87] 
	BundleContext context = InternalPlatform.getDefault().getBundleContext();
	                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The method 'InternalPlatform.getBundleContext()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[117] 
	public static List<Feature> getPapyrusFeature() {
	                   ^^^^^^^
Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[118] 
	final List<Feature> features = new ArrayList<>();
	           ^^^^^^^
Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[119] 
	org.eclipse.pde.internal.core.FeatureModelManager manager = PDECore.getDefault().getFeatureModelManager();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FeatureModelManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[119] 
	org.eclipse.pde.internal.core.FeatureModelManager manager = PDECore.getDefault().getFeatureModelManager();
	                                                            ^^^^^^^
Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[119] 
	org.eclipse.pde.internal.core.FeatureModelManager manager = PDECore.getDefault().getFeatureModelManager();
	                                                                    ^^^^^^^^^^
Discouraged access: The method 'PDECore.getDefault()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[119] 
	org.eclipse.pde.internal.core.FeatureModelManager manager = PDECore.getDefault().getFeatureModelManager();
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'PDECore.getFeatureModelManager()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[120] 
	IFeatureModel[] models2 = manager.getModels();
	^^^^^^^^^^^^^^^
Discouraged access: The type 'IFeatureModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[120] 
	IFeatureModel[] models2 = manager.getModels();
	                                  ^^^^^^^^^
Discouraged access: The method 'FeatureModelManager.getModels()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[121] 
	for (IFeatureModel iFeatureModel : models2) {
	     ^^^^^^^^^^^^^
Discouraged access: The type 'IFeatureModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[122] 
	final IFeature feature = iFeatureModel.getFeature();
	      ^^^^^^^^
Discouraged access: The type 'IFeature' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[122] 
	final IFeature feature = iFeatureModel.getFeature();
	                                       ^^^^^^^^^^
Discouraged access: The method 'IFeatureModel.getFeature()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundleTestsUtils.java:[125] 
	features.add((Feature) feature);
	              ^^^^^^^
Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240426-1718/org.eclipse.pde.core-3.18.100.v20240426-1718.jar')
20 problems (20 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.bundles.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.bundles.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.bundles.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 294 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.bundles.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/org.eclipse.papyrus.bundles.tests-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.bundles.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/org.eclipse.papyrus.bundles.tests-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.bundles.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.bundles.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.bundles.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.bundles.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.bundles.tests ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/org.eclipse.papyrus.bundles.tests-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/tests/org.eclipse.papyrus.bundles.tests/3.1.0-SNAPSHOT/org.eclipse.papyrus.bundles.tests-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/tests/org.eclipse.papyrus.bundles.tests/3.1.0-SNAPSHOT/org.eclipse.papyrus.bundles.tests-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/org.eclipse.papyrus.bundles.tests-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/tests/org.eclipse.papyrus.bundles.tests/3.1.0-SNAPSHOT/org.eclipse.papyrus.bundles.tests-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/tests/org.eclipse.papyrus.bundles.tests/3.1.0-SNAPSHOT/org.eclipse.papyrus.bundles.tests-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/framework/org.eclipse.papyrus.bundles.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/tests/org.eclipse.papyrus.bundles.tests/3.1.0-SNAPSHOT/org.eclipse.papyrus.bundles.tests-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.bundles.tests ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.junit.feature >--------
[INFO] Building org.eclipse.papyrus.junit.feature 1.2.0-SNAPSHOT        [34/74]
[INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.junit.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.junit.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.junit.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.junit.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.junit.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.junit.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.junit.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 292 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.junit.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.junit.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target/org.eclipse.papyrus.junit.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.junit.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.junit.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.junit.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target/org.eclipse.papyrus.junit.feature-1.2.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.junit.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.junit.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target/org.eclipse.papyrus.junit.feature-1.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.junit.feature-1.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.junit.feature-1.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target/org.eclipse.papyrus.junit.feature-1.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.junit.feature-1.2.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.junit.feature-1.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.junit.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.junit.feature-1.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.junit.feature ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.releng.tools >--------
[INFO] Building org.eclipse.papyrus.releng.tools 3.2.0-SNAPSHOT         [35/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.releng.tools/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.tools:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.releng.tools ---
[INFO] The project's OSGi version is 3.2.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.releng.tools ---
[INFO] Resolving class path of org.eclipse.papyrus.releng.tools
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.releng.tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.releng.tools ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/popup/actions/DependencyUpdater.java:[212] 
	ListSelectionDialog dialog = new ListSelectionDialog(parentShell, locationUpdates, ArrayContentProvider.getInstance(), labels, "Select dependencies to confirm updating.") {
			@Override
			protected Control createDialogArea(Composite parent) {
				Composite result = (Composite) super.createDialogArea(parent);
				createDetailsArea(result);
				return result;
			}
			void createDetailsArea(Composite parent) {
				Label label = new Label(parent, SWT.NONE);
				label.setText("Details:");
				final Text details = new Text(parent, SWT.BORDER | SWT.MULTI | SWT.V_SCROLL | SWT.WRAP | SWT.READ_ONLY);
				GridData data = new GridData(GridData.FILL_BOTH);
				data.heightHint = details.getLineHeight() * 4;
				details.setLayoutData(data);
				getViewer().addSelectionChangedListener(new ISelectionChangedListener() {
					@Override
					public void selectionChanged(SelectionChangedEvent event) {
						IStructuredSelection sel = (IStructuredSelection) event.getSelection();
						if (sel.isEmpty()) {
							details.setText(""); //$NON-NLS-1$
						} else {
							LocationUpdate<?> update = (LocationUpdate<?>) sel.getFirstElement();
							details.setText(update.strategy.getUpdateConfirmationMessage(update.update, update.oldLocation, update.newLocation));
						}
					}
				});
			}
		};
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/popup/actions/DependencyUpdater.java:[212] 
	ListSelectionDialog dialog = new ListSelectionDialog(parentShell, locationUpdates, ArrayContentProvider.getInstance(), labels, "Select dependencies to confirm updating.") {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[54] 
	import org.eclipse.oomph.base.Annotation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Annotation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.base/1.18.0.v20230617-1322/org.eclipse.oomph.base-1.18.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[55] 
	import org.eclipse.oomph.base.BaseFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.base/1.18.0.v20230617-1322/org.eclipse.oomph.base-1.18.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[56] 
	import org.eclipse.oomph.p2.Repository;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[57] 
	import org.eclipse.oomph.p2.RepositoryList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryList' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[58] 
	import org.eclipse.oomph.targlets.Targlet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Targlet' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.targlets/1.19.0.v20231111-1149/org.eclipse.oomph.targlets-1.19.0.v20231111-1149.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[77] 
	Collection<? extends Repository> repositories = getSelectedRepositories(event);
	                     ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[89] 
	Map<Repository, IAggregationElementProxy> updates = new HashMap<>();
	    ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[90] 
	for (Repository repo : repositories) {
	     ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[117] 
	private Collection<Repository> getSelectedRepositories(Object context) {
	                   ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[118] 
	List<Repository> result = new ArrayList<>();
	     ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[130] 
	if (selected instanceof Repository) {
	                        ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[131] 
	Repository repo = (Repository) selected;
	^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[131] 
	Repository repo = (Repository) selected;
	                   ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[132] 
	if ((repo.eContainer() instanceof RepositoryList) && (repo.eContainer().eContainer() instanceof Targlet)) {
	                                  ^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryList' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[132] 
	if ((repo.eContainer() instanceof RepositoryList) && (repo.eContainer().eContainer() instanceof Targlet)) {
	                                                                                                ^^^^^^^
Discouraged access: The type 'Targlet' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.targlets/1.19.0.v20231111-1149/org.eclipse.oomph.targlets-1.19.0.v20231111-1149.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[189] 
	protected void createOrUpdateAnnotations(final Map<Repository, IAggregationElementProxy> selection) {
	                                                   ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[208] 
	protected void doCreateOrUpdateAnnotation(Map<Repository, IAggregationElementProxy> selection) {
	                                              ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[209] 
	for (Map.Entry<Repository, IAggregationElementProxy> next : selection.entrySet()) {
	               ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[210] 
	Repository repo = next.getKey();
	^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[213] 
	Annotation annotation = repo.getAnnotation(OomphSetupUpdater.ANNOTATION_SOURCE);
	^^^^^^^^^^
Discouraged access: The type 'Annotation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.base/1.18.0.v20230617-1322/org.eclipse.oomph.base-1.18.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[213] 
	Annotation annotation = repo.getAnnotation(OomphSetupUpdater.ANNOTATION_SOURCE);
	                             ^^^^^^^^^^^^^
Discouraged access: The method 'ModelElement.getAnnotation(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.base/1.18.0.v20230617-1322/org.eclipse.oomph.base-1.18.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[215] 
	annotation = BaseFactory.eINSTANCE.createAnnotation(OomphSetupUpdater.ANNOTATION_SOURCE);
	             ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BaseFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.base/1.18.0.v20230617-1322/org.eclipse.oomph.base-1.18.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[215] 
	annotation = BaseFactory.eINSTANCE.createAnnotation(OomphSetupUpdater.ANNOTATION_SOURCE);
	                         ^^^^^^^^^
Discouraged access: The field 'BaseFactory.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.base/1.18.0.v20230617-1322/org.eclipse.oomph.base-1.18.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[215] 
	annotation = BaseFactory.eINSTANCE.createAnnotation(OomphSetupUpdater.ANNOTATION_SOURCE);
	                                   ^^^^^^^^^^^^^^^^
Discouraged access: The method 'BaseFactory.createAnnotation(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.base/1.18.0.v20230617-1322/org.eclipse.oomph.base-1.18.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[216] 
	repo.getAnnotations().add(annotation);
	     ^^^^^^^^^^^^^^
Discouraged access: The method 'ModelElement.getAnnotations()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.base/1.18.0.v20230617-1322/org.eclipse.oomph.base-1.18.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[219] 
	annotation.getDetails().put(OomphSetupUpdater.UPDATE_KEY, aggr.getUpdateSpec());
	           ^^^^^^^^^^
Discouraged access: The method 'Annotation.getDetails()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.base/1.18.0.v20230617-1322/org.eclipse.oomph.base-1.18.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[222] 
	repo.setURL(aggr.getRepositoryURL());
	     ^^^^^^
Discouraged access: The method 'Repository.setURL(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[226] 
	protected FilteredItemsSelectionDialog createSelectionDialog(Shell parentShell, Repository repo, final Collection<? extends IAggregationElementProxy> contents) {
	                                                                                ^^^^^^^^^^
Discouraged access: The type 'Repository' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/handler/AddSetupRepositoryUpdateAnnotationHandler.java:[305] 
	result.setMessage(String.format("Select an aggregation component or repository for \"%s\".", repo.getURL()));
	                                                                                                  ^^^^^^
Discouraged access: The method 'Repository.getURL()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.oomph.p2/1.17.0.v20230617-1322/org.eclipse.oomph.p2-1.17.0.v20230617-1322.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/popup/actions/UpdateDependencies.java:[229] 
	Class<? extends DependencyUpdater> updaterClass = bundle.loadClass(path.replace('/', '.') + className).asSubclass(DependencyUpdater.class);
	                ^^^^^^^^^^^^^^^^^
DependencyUpdater is a raw type. References to generic type DependencyUpdater<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/org/eclipse/papyrus/releng/tools/internal/popup/actions/UpdateDependencies.java:[231] 
	DependencyUpdater<?> updater = updaterClass.newInstance();
	                                            ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#5-of ? extends DependencyUpdater> is deprecated since version 9
33 problems (33 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.releng.tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.releng.tools ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 174 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.releng.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/org.eclipse.papyrus.releng.tools-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.releng.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/org.eclipse.papyrus.releng.tools-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.releng.tools ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/org.eclipse.papyrus.releng.tools-3.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.releng.tools/3.2.0-SNAPSHOT/org.eclipse.papyrus.releng.tools-3.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.releng.tools/3.2.0-SNAPSHOT/org.eclipse.papyrus.releng.tools-3.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/org.eclipse.papyrus.releng.tools-3.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.releng.tools/3.2.0-SNAPSHOT/org.eclipse.papyrus.releng.tools-3.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.releng.tools/3.2.0-SNAPSHOT/org.eclipse.papyrus.releng.tools-3.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.releng.tools/3.2.0-SNAPSHOT/org.eclipse.papyrus.releng.tools-3.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.releng.tools ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.dev.project.management >---
[INFO] Building org.eclipse.papyrus.dev.project.management 2.0.100-SNAPSHOT [36/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.project.management:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.dev.project.management ---
[INFO] The project's OSGi version is 2.0.100.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.dev.project.management ---
[INFO] Resolving class path of org.eclipse.papyrus.dev.project.management
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.dev.project.management ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.dev.project.management ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/handlers/features/SetCopyrightNoticeHandler.java:[50] 
	final String newVersion = dialog.getValue();
	             ^^^^^^^^^^
The value of the local variable newVersion is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/handlers/plugins/OpenParentPOMHandler.java:[121] 
	String editor = IDE.getEditorDescriptor(file.getName()).getId();
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEditorDescriptor(String) from the type IDE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/utils/Utils.java:[19] 
	import org.eclipse.ui.internal.WorkingSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/utils/Utils.java:[61] 
	} else if(current instanceof WorkingSet) {
	                             ^^^^^^^^^^
Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/utils/Utils.java:[62] 
	for(final IAdaptable curr : ((WorkingSet)current).getElements()) {
	                              ^^^^^^^^^^
Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/org/eclipse/papyrus/dev/project/management/utils/Utils.java:[62] 
	for(final IAdaptable curr : ((WorkingSet)current).getElements()) {
	                                                  ^^^^^^^^^^^
Discouraged access: The method 'AbstractWorkingSet.getElements()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.dev.project.management ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.dev.project.management ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 208 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.dev.project.management ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.dev.project.management ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.dev.project.management ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.project.management/2.0.100-SNAPSHOT/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.project.management/2.0.100-SNAPSHOT/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.project.management/2.0.100-SNAPSHOT/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.project.management/2.0.100-SNAPSHOT/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.dev.project.management/2.0.100-SNAPSHOT/org.eclipse.papyrus.dev.project.management-2.0.100-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.dev.project.management ---
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.releng.feature >-------
[INFO] Building org.eclipse.papyrus.releng.feature 1.2.0-SNAPSHOT       [37/74]
[INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.releng.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.releng.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.releng.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.releng.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.releng.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.releng.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.releng.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 276 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.releng.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.releng.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target/org.eclipse.papyrus.releng.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.releng.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.releng.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.releng.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target/org.eclipse.papyrus.releng.feature-1.2.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.releng.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.releng.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target/org.eclipse.papyrus.releng.feature-1.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.releng.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.releng.feature-1.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.releng.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.releng.feature-1.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target/org.eclipse.papyrus.releng.feature-1.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.releng.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.releng.feature-1.2.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.releng.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.releng.feature-1.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.releng.feature/1.2.0-SNAPSHOT/org.eclipse.papyrus.releng.feature-1.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.releng.feature ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validations >---
[INFO] Building org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT [38/74]
[INFO]   from ../../plugins/toolsmiths/validation/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validations ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validations ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validations ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.toolsmiths.validations ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validations/0.0.1-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validations-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.common >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT [39/74]
[INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.common
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 236 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.validation.common ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths-builder >-----
[INFO] Building Papyrus Toolsmithis - Builder 0.0.1-SNAPSHOT            [40/74]
[INFO]   from ../../plugins/toolsmiths/builder/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths-builder ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths-builder ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths-builder ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.toolsmiths-builder ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths-builder/0.0.1-SNAPSHOT/org.eclipse.papyrus.toolsmiths-builder-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder >--
[INFO] Building org.eclipse.papyrus.toolsmiths.plugin.builder 1.1.0-SNAPSHOT [41/74]
[INFO]   from ../../plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] The project's OSGi version is 1.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.plugin.builder
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/org/eclipse/papyrus/toolsmiths/plugin/builder/quickfix/DependencyRangeMarkerResolution.java:[30] 
	import org.eclipse.papyrus.toolsmiths.plugin.builder.helper.BundleVersionHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type BundleVersionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/org/eclipse/papyrus/toolsmiths/plugin/builder/quickfix/DependencyRangeMarkerResolution.java:[61] 
	BundleVersionHelper bundleHelper = new BundleVersionHelper(dependency);
	^^^^^^^^^^^^^^^^^^^
The type BundleVersionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/org/eclipse/papyrus/toolsmiths/plugin/builder/quickfix/DependencyRangeMarkerResolution.java:[61] 
	BundleVersionHelper bundleHelper = new BundleVersionHelper(dependency);
	                                       ^^^^^^^^^^^^^^^^^^^
The type BundleVersionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/org/eclipse/papyrus/toolsmiths/plugin/builder/quickfix/DependencyRangeMarkerResolution.java:[61] 
	BundleVersionHelper bundleHelper = new BundleVersionHelper(dependency);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor BundleVersionHelper(String) is deprecated
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 268 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/org.eclipse.papyrus.toolsmiths.plugin.builder-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/org.eclipse.papyrus.toolsmiths.plugin.builder-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/org.eclipse.papyrus.toolsmiths.plugin.builder-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.plugin.builder-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.plugin.builder-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/org.eclipse.papyrus.toolsmiths.plugin.builder-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.plugin.builder-1.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.plugin.builder-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/builder/org.eclipse.papyrus.toolsmiths.plugin.builder/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.plugin.builder-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.plugin.builder ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.builder.feature >--
[INFO] Building org.eclipse.papyrus.toolsmiths.builder.feature 1.0.0-SNAPSHOT [42/74]
[INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.builder.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 245 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.builder.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.builder.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.builder.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.builder.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.builder.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.builder.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.builder.feature ---
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable >-----
[INFO] Building org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT  [43/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.nattable
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/wizard/ExportAsTableConfigurationWizard.java:[408] 
	public static boolean isMac() {
	                      ^^^^^^^
The method isMac() from the type ExportAsTableConfigurationWizard.OperatingSystem is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/wizard/ExportAsTableConfigurationWizard.java:[412] 
	public static boolean isUnix() {
	                      ^^^^^^^^
The method isUnix() from the type ExportAsTableConfigurationWizard.OperatingSystem is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[23] 
	import org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PartImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[27] 
	import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MenuFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[28] 
	import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[29] 
	import org.eclipse.e4.ui.model.application.ui.menu.impl.PopupMenuImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PopupMenuImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[36] 
	import org.eclipse.ui.internal.PartSite;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[37] 
	import org.eclipse.ui.internal.menus.SlaveMenuService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SlaveMenuService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[86] 
	final MenuImpl menuImp = getMenuToContribute(serviceLocator);
	      ^^^^^^^^
Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[91] 
	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MenuFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[91] 
	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
	                                              ^^^^^^^^^
Discouraged access: The field 'MenuFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[91] 
	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
	                                                        ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'MenuFactoryImpl.createHandledMenuItem()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[98] 
	menuImp.getChildren().add(item);
	        ^^^^^^^^^^^
Discouraged access: The method 'MenuImpl.getChildren()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[132] 
	private MenuImpl getMenuToContribute(final IServiceLocator serviceLocator) {
	        ^^^^^^^^
Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[134] 
	if (manager instanceof SlaveMenuService) {
	                       ^^^^^^^^^^^^^^^^
Discouraged access: The type 'SlaveMenuService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PartImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
	                                                                    ^^^^^^^^
Discouraged access: The type 'PartImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
	                                                                                ^^^^^^^^^^^^^^^^
Discouraged access: The type 'SlaveMenuService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
	                                                                                                           ^^^^^^^^
Discouraged access: The method 'SlaveMenuService.getModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[136] 
	List<MMenu> menus = model.getMenus();
	                          ^^^^^^^^
Discouraged access: The method 'PartImpl.getMenus()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[138] 
	if (m instanceof PopupMenuImpl) {
	                 ^^^^^^^^^^^^^
Discouraged access: The type 'PopupMenuImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[141] 
	if (current instanceof MenuImpl && current.getLabel().equals("&New Child")) {// it probably don't work in case of internationalization usage //$NON-NLS-1$
	                       ^^^^^^^^
Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[142] 
	return (MenuImpl) current;
	        ^^^^^^^^
Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[161] 
	if (site instanceof PartSite) {
	                    ^^^^^^^^
Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[162] 
	final PartSite ps = (PartSite) activePart.getSite();
	      ^^^^^^^^
Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[162] 
	final PartSite ps = (PartSite) activePart.getSite();
	                     ^^^^^^^^
Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[164] 
	IEclipseContext iec = ps.getContext();
	                         ^^^^^^^^^^
Discouraged access: The method 'PartSite.getContext()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
27 problems (27 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.nattable ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 290 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.nattable/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.nattable/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.nattable/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.nattable/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.nattable/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.nattable ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools >--
[INFO] Building org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.1.0-SNAPSHOT [44/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] The project's OSGi version is 2.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.m2m.qvto.tests.tools
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/src/org/eclipse/papyrus/uml/m2m/qvto/tests/tools/tests/EMFCompareUtils.java:[69] 
	final MatchEngineFactoryImpl mathEnginefactory = new MatchEngineFactoryImpl(matcher, comparisonFactory);
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MatchEngineFactoryImpl(IEObjectMatcher, IComparisonFactory) is deprecated
2 problems (0 errors, 1 warning, 1 info)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.tests.tools-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature >--
[INFO] Building org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT [45/74]
[INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties >---
[INFO] Building org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT [46/74]
[INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] The project's OSGi version is 4.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.types.ui.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/src/org/eclipse/papyrus/uml/types/ui/properties/widgets/FeatureToSetNamePropertyEditor.java:[139] 
	for (Iterator iterator = workspaceProfilesURIs.iterator(); iterator.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.types.ui.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 289 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.types.ui.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.types.ui.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.types.ui.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.types.ui.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.types.ui.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.types.ui.properties ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.expressions >---
[INFO] Building org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT [47/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.expressions
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.expressions ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.expressions/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.expressions/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.expressions/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.expressions/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.expressions/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.expressions-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.expressions ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.properties.toolsmiths >--
[INFO] Building org.eclipse.papyrus.views.properties.toolsmiths 3.2.0-SNAPSHOT [48/74]
[INFO]   from ../../plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.toolsmiths:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] The project's OSGi version is 3.2.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] Resolving class path of org.eclipse.papyrus.views.properties.toolsmiths
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[28] 
	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[39] 
	public class GenericAttributeObservable extends AbstractObservableValue {
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[174] 
	ValueDiff diff = new ValueDiff() {
	^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[174] 
	ValueDiff diff = new ValueDiff() {
	                     ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[191] 
	protected void fireValueChange(ValueDiff diff) {
	                               ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeObservable.java:[192] 
	super.fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/AbstractContextStorageActionProvider.java:[16] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/AbstractContextStorageActionProvider.java:[17] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/AbstractContextStorageActionProvider.java:[18] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/AbstractContextStorageActionProvider.java:[19] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextStorageActionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextStorageActionProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/workspace/WorkspaceContextStorageActionProvider.java:[17] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextCopyAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextCopyAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/workspace/WorkspaceContextStorageActionProvider.java:[18] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextDeleteAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextDeleteAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/workspace/WorkspaceContextStorageActionProvider.java:[19] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextEditAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.workspace.WorkspaceContextEditAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/editor/actions/CreateSectionWidgetAction.java:[28] 
	import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CompoundCommandActionDelegate;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CompoundCommandActionDelegate is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/editor/actions/CreateSectionWidgetAction.java:[29] 
	import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CreateResourceCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CreateResourceCommand is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/providers/TabContentProvider.java:[20] 
	import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/providers/ConstraintDescriptorContentProvider.java:[21] 
	import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeModelElement.java:[31] 
	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElementFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElementFactory is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeModelElement.java:[32] 
	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeObservable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeObservable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeModelElement.java:[33] 
	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericPropertyModelElementFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericPropertyModelElementFactory is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeModelElement.java:[112] 
	public IObservableValue doGetObservable(String propertyPath) {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/ui/CustomizationDialog.java:[31] 
	import org.eclipse.papyrus.views.properties.toolsmiths.ui.CopyContextAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.ui.CopyContextAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/ui/CustomizationDialog.java:[32] 
	import org.eclipse.papyrus.views.properties.toolsmiths.ui.EditContextAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.ui.EditContextAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/ui/CustomizationDialog.java:[33] 
	import org.eclipse.papyrus.views.properties.toolsmiths.ui.RemoveContextAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.ui.RemoveContextAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/ui/OpenCustomization.java:[25] 
	import org.eclipse.papyrus.views.properties.toolsmiths.ui.CustomizationDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.ui.CustomizationDialog is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericAttributeModelElementFactory.java:[23] 
	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/CustomizationModelElementFactory.java:[19] 
	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.CustomizationModelElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.CustomizationModelElement is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/CustomizationModelElement.java:[137] 
	TreeBrowseStrategy browseStrategy = new ProviderBasedBrowseStrategy(provider);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/IContextStorageActionProvider.java:[16] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/IContextStorageActionProvider.java:[17] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/IContextStorageActionProvider.java:[18] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/editor/actions/CreateSectionAction.java:[34] 
	import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CompoundCommandActionDelegate;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CompoundCommandActionDelegate is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/editor/actions/CreateSectionAction.java:[35] 
	import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CreateResourceCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.editor.actions.CreateResourceCommand is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/providers/PropertyContentProvider.java:[21] 
	import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.providers.AbstractContextualContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/modelelement/GenericPropertyModelElementFactory.java:[23] 
	import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.modelelement.GenericAttributeModelElement is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/ContextStorageActionRegistry.java:[25] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextCopyAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/ContextStorageActionRegistry.java:[26] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextDeleteAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/ContextStorageActionRegistry.java:[27] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextEditAction is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/org/eclipse/papyrus/views/properties/toolsmiths/storage/actions/ContextStorageActionRegistry.java:[28] 
	import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextStorageActionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.views.properties.toolsmiths.storage.actions.IContextStorageActionProvider is never used
39 problems (39 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 215 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.views.properties.toolsmiths ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.generation >--
[INFO] Building org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT [49/74]
[INFO]   from ../../plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.generation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] The project's OSGi version is 3.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.properties.generation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/EcoreGenerator.java:[302] 
	public IObservableValue getObservableValue() {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectOutputPage.java:[27] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectOutputPage.java:[70] 
	viewer = new CheckboxTableViewer(root, SWT.MULTI | SWT.H_SCROLL | SWT.FILL | SWT.FULL_SELECTION | SWT.BORDER);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor CheckboxTableViewer(Composite, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectOutputPage.java:[103] 
	viewer.setSorter(new ViewerSorter());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectOutputPage.java:[103] 
	viewer.setSorter(new ViewerSorter());
	                     ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectOutputPage.java:[103] 
	viewer.setSorter(new ViewerSorter());
	                     ^^^^^^^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/EditContextGenerator.java:[103] 
	public IObservableValue getObservableValue() {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/validators/AbstractValidator.java:[23] 
	public abstract class AbstractValidator implements IValidator {
	                                                   ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/CreateContextWizard.java:[283] 
	private Set<DataContextElement> getAllContextElements(Collection<DataContextElement> source) {
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAllContextElements(Collection<DataContextElement>) from the type CreateContextWizard is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/TernaryButton.java:[45] 
	private IObservableValue observable;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/TernaryButton.java:[78] 
	observable.setValue(getState());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/TernaryButton.java:[89] 
	public void setObservable(IObservableValue value) {
	                          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[170] 
	IObservableValue singleValue = EMFProperties.value(FieldSelectionPackage.eINSTANCE.getPropertyDefinition_ValueSingle()).observe(propertyDefinition);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[170] 
	IObservableValue singleValue = EMFProperties.value(FieldSelectionPackage.eINSTANCE.getPropertyDefinition_ValueSingle()).observe(propertyDefinition);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[171] 
	IObservableValue multipleValue = EMFProperties.value(FieldSelectionPackage.eINSTANCE.getPropertyDefinition_ValueMultiple()).observe(propertyDefinition);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[171] 
	IObservableValue multipleValue = EMFProperties.value(FieldSelectionPackage.eINSTANCE.getPropertyDefinition_ValueMultiple()).observe(propertyDefinition);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[183] 
	private void createTreeEditor(TreeItem treeItem, int columnIndex, boolean defaultValue, IObservableValue observable) {
	                                                                                        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/SelectFieldsPage.java:[240] 
	private void displayFields(DataContextElement contextElement, TreeViewer treeViewer) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method displayFields(DataContextElement, TreeViewer) from the type SelectFieldsPage is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/ProfileGenerator.java:[307] 
	public IObservableValue getObservableValue() {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[68] 
	protected IObservableValue srcTextObservable;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[70] 
	protected IObservableValue targetTextObservable;
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[72] 
	protected UpdateValueStrategy srcFieldStrategy;
	          ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[74] 
	protected UpdateValueStrategy targetFieldStrategy;
	          ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[94] 
	srcFieldStrategy = new UpdateValueStrategy();
	                       ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[95] 
	targetFieldStrategy = new UpdateValueStrategy();
	                          ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[171] 
	targetFieldStrategy.setConverter(new IConverter() {
				@Override
				public Object getToType() {
					return String.class;
				}
				@Override
				public Object getFromType() {
					return String.class;
				}
				@Override
				public String convert(Object fromObject) {
					if (srcTextObservable != null) {
						return (String) srcTextObservable.getValue();
					} else if (targetFileChooser.getFilePath() != null) {
						return targetFileChooser.getFilePath();
					}
					return "";
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[171] 
	targetFieldStrategy.setConverter(new IConverter() {
	                                     ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[197] 
	srcFieldStrategy.setConverter(new IConverter() {
				@Override
				public Object getToType() {
					return String.class;
				}
				@Override
				public Object getFromType() {
					return String.class;
				}
				@Override
				public String convert(Object fromObject) {
					if (fromObject instanceof String) {
						String stringObject = (String) fromObject;
						if (stringObject.equals("")) {
							return "";
						}
						String[] result = stringObject.split("/");
						String filename = result[result.length - 1];
						String[] ext = filename.split("\\.");
						StringBuilder builder = new StringBuilder();
						if (targetTextObservable != null) {
							String s = (String) targetTextObservable.getValue();
							if (!s.equals("")) {
								String original[] = s.split("/");
								builder.append("/");
								for (int i = 1; i < original.length - 1; i++) {
									builder.append(original[i]);
									builder.append("/");
								}
							} else {
								builder.append("/");
								builder.append(result[1]);
								builder.append("/properties/");
							}
						}
						builder.append(ext[0]);
						builder.append(".ctx");
						return builder.toString();
					}
					return "";
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[197] 
	srcFieldStrategy.setConverter(new IConverter() {
	                                  ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[280] 
	srcFieldStrategy.setAfterGetValidator(srcValidator);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setAfterGetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[281] 
	srcFieldStrategy.setAfterConvertValidator(targetValidator);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setAfterConvertValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[282] 
	targetFieldStrategy.setAfterGetValidator(targetValidator);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setAfterGetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[283] 
	targetFieldStrategy.setAfterConvertValidator(srcValidator);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setAfterConvertValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[284] 
	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[284] 
	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
	                        ^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[284] 
	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
	                                           ^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[284] 
	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
	                                                                 ^^^^^^^^^^^^^^^^
Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[284] 
	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
	                                                                                   ^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/AbstractQVTGenerator.java:[201] 
	public abstract IObservableValue getObservableValue();
	                ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/IGenerator.java:[168] 
	public IObservableValue getObservableValue();
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[200] 
	dialog.setInitialSelections(new IFile[] { currentFile });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[233] 
	public IObservableValue getObservableValue() {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/extensionpoint/LayoutExtensionPoint.java:[49] 
	ILayoutGenerator generator = ClassLoaderHelper.newInstance(generatorClassName, ILayoutGenerator.class);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method newInstance(String, Class<ILayoutGenerator>) from the type ClassLoaderHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/extensionpoint/GeneratorExtensionPoint.java:[50] 
	IGenerator generator = ClassLoaderHelper.newInstance(generatorClassName, IGenerator.class);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method newInstance(String, Class<IGenerator>) from the type ClassLoaderHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/layout/StandardLayoutGenerator.java:[185] 
	switch (editorType) {
	        ^^^^^^^^^^
The enum constant DOUBLE needs a corresponding case label in this enum switch on Type
45 problems (45 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.properties.generation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 215 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.properties.generation ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.1.0-SNAPSHOT [50/74]
[INFO]   from ../../plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] The project's OSGi version is 4.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/CustomPaletteconfigurationModelWizard.java:[23] 
	import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.presentation.PaletteConfigurationEditorPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.presentation.PaletteConfigurationEditorPlugin is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/CustomPaletteconfigurationModelWizard.java:[24] 
	import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.presentation.PaletteconfigurationModelWizard;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.presentation.PaletteconfigurationModelWizard is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/PaletteconfigurationEditor.java:[1072] 
	public Object getAdapter(Class key) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type PaletteconfigurationEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/PaletteconfigurationEditor.java:[1083] 
	return super.getAdapter(key);
	       ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/PaletteconfigurationEditor.java:[1083] 
	return super.getAdapter(key);
	                        ^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/presentation/CustomPaletteCreationPage.java:[319] 
	private String getInitRequiredProfilesValue() {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getInitRequiredProfilesValue() from the type CustomPaletteCreationPage is never used locally
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 246 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor-4.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor ---
[INFO] 
[INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.ecore >------
[INFO] Building org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT     [51/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.ecore
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.ecore ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 158 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.ecore/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.ecore/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.ecore/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.ecore/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.ecore/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.ecore-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.ecore ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui.properties >--
[INFO] Building org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT [52/74]
[INFO]   from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] The project's OSGi version is 4.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.types.ui.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 196 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types.ui.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types.ui.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types.ui.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types.ui.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.types.ui.properties/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.types.ui.properties-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.emf.types.ui.properties ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profile-migration >--
[INFO] Building org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT [53/74]
[INFO]   from ../../plugins/toolsmiths/profilemigration/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profile-migration/0.0.1-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profile-migration-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui >--
[INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT [54/74]
[INFO]   from ../../plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] The project's OSGi version is 1.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/src/org/eclipse/papyrus/toolsmiths/profilemigration/ui/preferences/ProfileMigrationPreferencePage.java:[203] 
	button.setData(new Integer(id));
	                   ^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 289 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration.ui/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration >--
[INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT [55/74]
[INFO]   from ../../plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] The project's OSGi version is 1.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 290 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration/1.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration/1.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration/1.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration/1.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.profilemigration/1.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.edit >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT [56/74]
[INFO]   from ../../plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] The project's OSGi version is 3.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.expansion.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 242 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion.edit-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.expansion.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.customization.nattableconfiguration >--
[INFO] Building org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT [57/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.nattableconfiguration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] The project's OSGi version is 3.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] Resolving class path of org.eclipse.papyrus.customization.nattableconfiguration
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[22] 
	import org.eclipse.core.internal.resources.File;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[125] 
	if (selectedElement instanceof File && NattableConfigurationResource.NATTABLE_CONFIGURATION_RESOURCE_FILE_EXTENSION.equals(((File) selectedElement).getFileExtension())) {
	                               ^^^^
Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[125] 
	if (selectedElement instanceof File && NattableConfigurationResource.NATTABLE_CONFIGURATION_RESOURCE_FILE_EXTENSION.equals(((File) selectedElement).getFileExtension())) {
	                                                                                                                             ^^^^
Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[125] 
	if (selectedElement instanceof File && NattableConfigurationResource.NATTABLE_CONFIGURATION_RESOURCE_FILE_EXTENSION.equals(((File) selectedElement).getFileExtension())) {
	                                                                                                                                                    ^^^^^^^^^^^^^^^^
Discouraged access: The method 'Resource.getFileExtension()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[135] 
	resource = TableEditingDomainUtils.getTableEditingDomain(manager.getTable()).getResourceSet().getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
	                                                                                                                              ^^^^
Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[135] 
	resource = TableEditingDomainUtils.getTableEditingDomain(manager.getTable()).getResourceSet().getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
	                                                                                                                                                     ^^^^^^^^^^^
Discouraged access: The method 'Resource.getLocation()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[138] 
	resource = set.getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
	                                               ^^^^
Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[138] 
	resource = set.getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
	                                                                      ^^^^^^^^^^^
Discouraged access: The method 'Resource.getLocation()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateAndEditTableConfigurationWizard.java:[168] 
	if (this.firstSelectedElement instanceof org.eclipse.core.internal.resources.Resource) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateAndEditTableConfigurationWizard.java:[169] 
	project = ((org.eclipse.core.internal.resources.Resource) firstSelectedElement).getProject();
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateAndEditTableConfigurationWizard.java:[169] 
	project = ((org.eclipse.core.internal.resources.Resource) firstSelectedElement).getProject();
	                                                                                ^^^^^^^^^^
Discouraged access: The method 'Resource.getProject()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[31] 
	import org.eclipse.pde.internal.ui.wizards.IProjectProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IProjectProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[32] 
	import org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationOperation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NewProjectCreationOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[33] 
	import org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationPage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NewProjectCreationPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[34] 
	import org.eclipse.pde.internal.ui.wizards.plugin.PluginContentPage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PluginContentPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[35] 
	import org.eclipse.pde.internal.ui.wizards.plugin.PluginFieldData;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PluginFieldData' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[49] 
	private NewProjectCreationPage nattableConfigurationProjectCreationPage;
	        ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NewProjectCreationPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[54] 
	private IProjectProvider projectProvider;
	        ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IProjectProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[59] 
	protected PluginContentPage contentPage;
	          ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PluginContentPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[64] 
	private PluginFieldData pluginData;
	        ^^^^^^^^^^^^^^^
Discouraged access: The type 'PluginFieldData' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[72] 
	pluginData = new PluginFieldData();
	                 ^^^^^^^^^^^^^^^
Discouraged access: The type 'PluginFieldData' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[72] 
	pluginData = new PluginFieldData();
	                 ^^^^^^^^^^^^^^^
Discouraged access: The constructor 'PluginFieldData()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[74] 
	nattableConfigurationProjectCreationPage = new NewProjectCreationPage(Messages.NattableConfigurationProjectCreationPage_pageName, pluginData, false,new StructuredSelection());
	                                               ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NewProjectCreationPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[74] 
	nattableConfigurationProjectCreationPage = new NewProjectCreationPage(Messages.NattableConfigurationProjectCreationPage_pageName, pluginData, false,new StructuredSelection());
	                                               ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'NewProjectCreationPage(String, AbstractFieldData, boolean, IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[77] 
	projectProvider = new IProjectProvider() {
	                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IProjectProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[94] 
	contentPage = new PluginContentPage("page2", projectProvider, nattableConfigurationProjectCreationPage, pluginData); //$NON-NLS-1$
	                  ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PluginContentPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[94] 
	contentPage = new PluginContentPage("page2", projectProvider, nattableConfigurationProjectCreationPage, pluginData); //$NON-NLS-1$
	                  ^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'PluginContentPage(String, IProjectProvider, NewProjectCreationPage, AbstractFieldData)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[117] 
	getContainer().run(false, true, new NewProjectCreationOperation(pluginData, projectProvider, null));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NewProjectCreationOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[117] 
	getContainer().run(false, true, new NewProjectCreationOperation(pluginData, projectProvider, null));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'NewProjectCreationOperation(IFieldData, IProjectProvider, IPluginContentWizard)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[212] 
	return this.projectProvider.getProject();
	                            ^^^^^^^^^^
Discouraged access: The method 'IProjectProvider.getProject()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
30 problems (30 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 274 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.customization.nattableconfiguration/3.0.0-SNAPSHOT/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.customization.nattableconfiguration/3.0.0-SNAPSHOT/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.customization.nattableconfiguration/3.0.0-SNAPSHOT/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.customization.nattableconfiguration/3.0.0-SNAPSHOT/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.customization.nattableconfiguration/3.0.0-SNAPSHOT/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.customization.nattableconfiguration ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette >-----
[INFO] Building org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT   [58/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] The project's OSGi version is 4.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.palette
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[142] 
	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
	                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[142] 
	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
	                                                                                                                                 ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[149] 
	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
	                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[149] 
	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
	                                                                                                                                 ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[169] 
	PapyrusPalettePreferences.addWorkspaceExtendedPalette(paletteId, paletteId, pathWS, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
	                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[169] 
	PapyrusPalettePreferences.addWorkspaceExtendedPalette(paletteId, paletteId, pathWS, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
	                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<String>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[169] 
	PapyrusPalettePreferences.addWorkspaceExtendedPalette(paletteId, paletteId, pathWS, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
	                                                                                                                                             ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/ConfigurationInformationComposite.java:[197] 
	ToolConfiguration configuration = ((ToolConfiguration) selectedConfiguration);
	                  ^^^^^^^^^^^^^
The value of the local variable configuration is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[354] 
	button.setData(new Integer(id));
	                   ^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[367] 
	paletteButtonsMap.put(new Integer(id), button);
	                          ^^^^^^^^^^^
The constructor Integer(int) has been deprecated since version 9 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[671] 
	private PapyrusPaletteService paletteService;
	                              ^^^^^^^^^^^^^^
The value of the field PapyrusPaletteCustomizerDialog.PalettesTableContentProvider.paletteService is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[674] 
	private final TableViewer viewer;
	                          ^^^^^^
The value of the field PapyrusPaletteCustomizerDialog.PalettesTableContentProvider.viewer is not used
12 problems (12 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.palette ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 279 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.palette/4.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.palette/4.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.palette/4.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.palette/4.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.palette/4.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.palette ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT [59/74]
[INFO]   from ../../plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] The project's OSGi version is 3.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.expansion.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/presentation/ExpansionModelEditor.java:[1331] 
	public Object getAdapter(Class key) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ExpansionModelEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/presentation/ExpansionModelEditor.java:[1342] 
	return super.getAdapter(key);
	       ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/presentation/ExpansionModelEditor.java:[1342] 
	return super.getAdapter(key);
	                        ^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 242 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths >---------
[INFO] Building org.eclipse.papyrus.toolsmiths 2.1.0-SNAPSHOT           [60/74]
[INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths ---
[INFO] The project's OSGi version is 2.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths ---
[INFO] Compiling 53 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/types/generator/TypesPluginGenerator.java:[92] 
	IStatus configurePlugin = configurePlugin(project, entry.getValue(), contextId, generateExtensionPoint);
	        ^^^^^^^^^^^^^^^
The value of the local variable configurePlugin is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CustomizationPage.java:[64] 
	this.configuration.setPlugin(getWizard().getPluginId());
	                                         ^^^^^^^^^^^
Discouraged access: The method 'NewPluginProjectWizard.getPluginId()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[24] 
	import org.eclipse.pde.internal.ui.wizards.plugin.NewPluginProjectWizard;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NewPluginProjectWizard' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[28] 
	public class CreateNewCustomizationPluginWizard extends NewPluginProjectWizard {
	                                                        ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NewPluginProjectWizard' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[35] 
	private Image defaultImage;
	              ^^^^^^^^^^^^
The value of the field CreateNewCustomizationPluginWizard.defaultImage is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[38] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'NewPluginProjectWizard()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[46] 
	super.addPages();
	      ^^^^^^^^
Discouraged access: The method 'NewPluginProjectWizard.addPages()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[52] 
	if (page == fContentPage) { // Remove the template page
	            ^^^^^^^^^^^^
Discouraged access: The field 'NewPluginProjectWizard.fContentPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[59] 
	return this.fContentPage.getData().getProvider();
	            ^^^^^^^^^^^^
Discouraged access: The field 'NewPluginProjectWizard.fContentPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[59] 
	return this.fContentPage.getData().getProvider();
	                         ^^^^^^^
Discouraged access: The method 'ContentPage.getData()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[64] 
	boolean result = super.performFinish();
	                       ^^^^^^^^^^^^^
Discouraged access: The method 'NewPluginProjectWizard.performFinish()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[66] 
	IProject project = this.fMainPage.getProjectHandle();
	                        ^^^^^^^^^
Discouraged access: The field 'NewPluginProjectWizard.fMainPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240424-1835/org.eclipse.pde.ui-3.15.200.v20240424-1835.jar')
12 problems (12 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 246 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature >-----
[INFO] Building org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT   [61/74]
[INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] The project's OSGi version is 1.3.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 694 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.feature/1.3.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.feature/1.3.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.feature/1.3.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.feature/1.3.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.feature/1.3.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator >--
[INFO] Building org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT [62/74]
[INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/xtend-gen (includes = [], excludes = [**/.gitignore])
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.newchildmenu.generator
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 212 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.newchildmenu.generator/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.newchildmenu.generator/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.newchildmenu.generator/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.newchildmenu.generator/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.newchildmenu.generator/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui >--
[INFO] Building org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT [63/74]
[INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 212 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui >--
[INFO] Building org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT [64/74]
[INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] The project's OSGi version is 2.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.types.generator.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 340 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.generator.ui/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.generator.ui/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.generator.ui/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.generator.ui/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.types.generator.ui/2.1.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui >--
[INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT [65/74]
[INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] The project's OSGi version is 2.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.assistants.generator.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 342 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.generator.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.generator.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.generator.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.generator.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.assistants.generator.ui/2.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature >---
[INFO] Building org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT [66/74]
[INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] The project's OSGi version is 4.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.assistants.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 321 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.assistants.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.assistants.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.assistants.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.assistants.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.assistants.feature/4.0.0-SNAPSHOT/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.assistants.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.newchild >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT [67/74]
[INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.newchild:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] The project's OSGi version is 1.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.newchild
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 288 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT [68/74]
[INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] The project's OSGi version is 2.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.elementtypes
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 342 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.elementtypes/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.elementtypes/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.elementtypes/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.elementtypes/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.elementtypes/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.properties >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT [69/74]
[INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.properties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] The project's OSGi version is 1.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.properties
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 290 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT [70/74]
[INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] The project's OSGi version is 2.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.architecture
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 276 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT [71/74]
[INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] The project's OSGi version is 2.1.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.profile
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 270 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.profile/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.profile/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.profile/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.profile/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.profile/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT [72/74]
[INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011209
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 328 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.feature/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.targetplatform >--
[INFO] Building org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT [73/74]
[INFO]   from targetPlatform/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.targetplatform/0.0.1-SNAPSHOT/org.eclipse.papyrus.toolsmiths.targetplatform-0.0.1-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/targetPlatform/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.targetplatform/0.0.1-SNAPSHOT/org.eclipse.papyrus.toolsmiths.targetplatform-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths >--------
[INFO] Building org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT        [74/74]
[INFO]   from site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.3:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/site/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.source/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.representation.source/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.representation.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.properties.source/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.ui/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.modelexplorer.source/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.edit.source/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.feature.source.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.representation.architecture.source/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.xtext/1.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.representation.edit.source/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.xtext.source/1.1.100.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.properties/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.representation.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.types.source/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.feature.source.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.types/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.modelexplorer/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.representation/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.textedit.ui.source/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] The project's OSGi version is 1.0.0.202405011209
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean-1) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/site/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] Published profile IUs: [a.jre.javase 23.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:publish-products (default-publish-products) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:publish-categories (default-publish-categories) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.3:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] Adding references to the following repositories:
[INFO]   https://download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/latest
[INFO]   https://download.eclipse.org/cbi/updates/tpd/nightly/latest
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.3:archive-repository (default-archive-repository) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/site/target/org.eclipse.papyrus.p2.toolsmiths-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/site/target/org.eclipse.papyrus.p2.toolsmiths-1.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.p2.toolsmiths/1.0.0-SNAPSHOT/org.eclipse.papyrus.p2.toolsmiths-1.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.p2.toolsmiths/1.0.0-SNAPSHOT/org.eclipse.papyrus.p2.toolsmiths-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/site/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.p2.toolsmiths/1.0.0-SNAPSHOT/org.eclipse.papyrus.p2.toolsmiths-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/toolsmiths/site/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.p2.toolsmiths/1.0.0-SNAPSHOT/org.eclipse.papyrus.p2.toolsmiths-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:4.0.3:update-local-index (default-update-local-index) @ org.eclipse.papyrus.p2.toolsmiths ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT SUCCESS [  0.104 s]
[INFO] Papyrus Toolsmiths Features 0.0.1-SNAPSHOT ......... SUCCESS [  0.006 s]
[INFO] Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT .......... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT SUCCESS [ 29.520 s]
[INFO] org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT  SUCCESS [  3.604 s]
[INFO] org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT ..... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.gmf.common 2.0.0-SNAPSHOT ...... SUCCESS [  1.768 s]
[INFO] org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT .... SUCCESS [  0.999 s]
[INFO] org.eclipse.papyrus.gmf.codegen 3.0.0-SNAPSHOT ..... SUCCESS [  3.396 s]
[INFO] org.eclipse.papyrus.dev.types 4.1.0-SNAPSHOT ....... SUCCESS [  5.728 s]
[INFO] org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT SUCCESS [  0.587 s]
[INFO] org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT SUCCESS [  0.674 s]
[INFO] org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT .. SUCCESS [  0.827 s]
[INFO] org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT SUCCESS [  1.578 s]
[INFO] org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT  SUCCESS [  1.071 s]
[INFO] org.eclipse.papyrus.dev.ui 1.1.0-SNAPSHOT .......... SUCCESS [  0.510 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT SUCCESS [  2.066 s]
[INFO] org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT ... SUCCESS [  0.665 s]
[INFO] org.eclipse.papyrus.gmf.codegen.edit 3.0.0-SNAPSHOT  SUCCESS [  1.709 s]
[INFO] org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT ...... SUCCESS [  0.623 s]
[INFO] org.eclipse.papyrus.gmf.codegen.ui 1.4.0-SNAPSHOT .. SUCCESS [  0.970 s]
[INFO] org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT SUCCESS [ 17.522 s]
[INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT SUCCESS [  1.192 s]
[INFO] org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT ......... SUCCESS [  1.070 s]
[INFO] Papyrus UML Assistants 0.0.1-SNAPSHOT .............. SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.uml.profile.types.generator 3.1.0-SNAPSHOT SUCCESS [  3.533 s]
[INFO] org.eclipse.papyrus.uml.profile.assistants.generator 5.1.0-SNAPSHOT SUCCESS [  2.762 s]
[INFO] org.eclipse.papyrus.dev.assistants.codegen 2.1.100-SNAPSHOT SUCCESS [  2.884 s]
[INFO] org.eclipse.papyrus.diagramgen.feature 1.3.0-SNAPSHOT SUCCESS [  0.568 s]
[INFO] org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.junit.framework 2.2.0-SNAPSHOT . SUCCESS [  0.744 s]
[INFO] org.eclipse.papyrus.junit.utils 3.3.0-SNAPSHOT ..... SUCCESS [  2.413 s]
[INFO] org.eclipse.papyrus.bundles.tests 3.1.0-SNAPSHOT ... SUCCESS [  2.418 s]
[INFO] org.eclipse.papyrus.junit.feature 1.2.0-SNAPSHOT ... SUCCESS [  0.471 s]
[INFO] org.eclipse.papyrus.releng.tools 3.2.0-SNAPSHOT .... SUCCESS [ 15.002 s]
[INFO] org.eclipse.papyrus.dev.project.management 2.0.100-SNAPSHOT SUCCESS [  4.337 s]
[INFO] org.eclipse.papyrus.releng.feature 1.2.0-SNAPSHOT .. SUCCESS [  1.586 s]
[INFO] org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT SUCCESS [  2.076 s]
[INFO] Papyrus Toolsmithis - Builder 0.0.1-SNAPSHOT ....... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.toolsmiths.plugin.builder 1.1.0-SNAPSHOT SUCCESS [  1.901 s]
[INFO] org.eclipse.papyrus.toolsmiths.builder.feature 1.0.0-SNAPSHOT SUCCESS [  0.484 s]
[INFO] org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT SUCCESS [  2.342 s]
[INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.1.0-SNAPSHOT SUCCESS [  2.351 s]
[INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT SUCCESS [  0.421 s]
[INFO] org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [  2.231 s]
[INFO] org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT SUCCESS [  1.097 s]
[INFO] org.eclipse.papyrus.views.properties.toolsmiths 3.2.0-SNAPSHOT SUCCESS [  1.703 s]
[INFO] org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT SUCCESS [  1.956 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.1.0-SNAPSHOT SUCCESS [  2.139 s]
[INFO] org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT  SUCCESS [  1.438 s]
[INFO] org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [  1.231 s]
[INFO] org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT SUCCESS [  2.429 s]
[INFO] org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT SUCCESS [  2.407 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT SUCCESS [  1.751 s]
[INFO] org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT SUCCESS [  2.239 s]
[INFO] org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT SUCCESS [  2.326 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT SUCCESS [  1.838 s]
[INFO] org.eclipse.papyrus.toolsmiths 2.1.0-SNAPSHOT ...... SUCCESS [  1.765 s]
[INFO] org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT SUCCESS [  1.166 s]
[INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT SUCCESS [  1.864 s]
[INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT SUCCESS [  1.205 s]
[INFO] org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT SUCCESS [  2.475 s]
[INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT SUCCESS [  2.589 s]
[INFO] org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT SUCCESS [  0.745 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT SUCCESS [  1.951 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT SUCCESS [  2.691 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT SUCCESS [  2.491 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT SUCCESS [  1.814 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT SUCCESS [  2.037 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT SUCCESS [  0.890 s]
[INFO] org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT ... SUCCESS [  7.087 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:07 min
[INFO] Finished at: 2024-05-01T12:12:46Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 5 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING]  * org.apache.maven.plugins:maven-install-plugin:2.3.1
[WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:4.0.3
[WARNING]  * org.apache.maven.plugins:maven-clean-plugin:2.6
[WARNING]  * org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.3
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Run Tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[Papyrus-Gerrit-Master-With-Test_new] $ Xvnc -help
Starting xvnc
[Papyrus-Gerrit-Master-With-Test_new] $ Xvnc :31 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

Xvnc TigerVNC 1.8.0 - built Feb  5 2024 15:30:47
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Wed May  1 12:12:47 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5931
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn clean verify -f releng/tests/pom.xml -DskipAllTests=false
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.3 (88e4728c5da382f02c0459c918c2683048f95740)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.papyrus.tests.releng                                   [pom]
[INFO] org.eclipse.papyrus.plugins.tests.releng                           [pom]
[INFO] org.eclipse.papyrus.infra.tests.releng                             [pom]
[INFO] org.eclipse.papyrus.infra.core.tests.releng                        [pom]
[INFO] org.eclipse.papyrus.infra.core.clipboard.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.main.test                       [pom]
[INFO] org.eclipse.papyrus.infra.nattable.tests           [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.editor.tests.releng                            [pom]
[INFO] org.eclipse.papyrus.editor.integration.tests       [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.views.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.common.tests    [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.infra.nattable.feature       [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.tests.releng                               [pom]
[INFO] org.eclipse.papyrus.uml.diagram.tests.releng                       [pom]
[INFO] org.eclipse.papyrus.uml.diagram.tests              [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.component.tests    [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng                     [pom]
[INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests  [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.dynamic.profile.tests      [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.common.tests       [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.composite.tests    [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.sequence.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.deployment.tests   [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.wizards.tests      [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.profile.tests      [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.activity.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.timing.tests       [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.clazz.tests        [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.usecase.tests      [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.uml.diagram.feature          [eclipse-feature]
[INFO] org.eclipse.papyrus.emf.facet.tests                                [pom]
[INFO] org.eclipse.papyrus.emf.facet.architecture.tests   [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.emf.facet.feature            [eclipse-feature]
[INFO] org.eclipse.papyrus.toolsmiths.tests.releng                        [pom]
[INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.toolsmiths.feature           [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests        [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng                [pom]
[INFO] org.eclipse.papyrus.uml.decoratormodel.tests       [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature   [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.assistants.tests.releng                    [pom]
[INFO] org.eclipse.papyrus.uml.profile.types.generator.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.uml.assistants.feature       [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.textedit.tests.releng                      [pom]
[INFO] org.eclipse.papyrus.uml.textedit.property.tests    [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.tests             [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.parameter.tests   [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.port.tests        [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.tests.feature         [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.tools.tests.releng                         [pom]
[INFO] org.eclipse.papyrus.uml.tools.tests                [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.tools.utils.tests          [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.uml.tools.feature            [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.nattable.model.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.main.test                         [pom]
[INFO] org.eclipse.papyrus.uml.nattable.generic.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.matrix.tests           [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.core.tests               [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.tests             [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.uml.nattable.feature         [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.services.tests.releng                    [pom]
[INFO] org.eclipse.papyrus.infra.services.controlmode.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.services.resourceloading.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.services.edit.tests      [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.services.semantic.tests  [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.services.edit.ui.tests   [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.infra.services.feature       [eclipse-feature]
[INFO] org.eclipse.papyrus.views.tests.releng                             [pom]
[INFO] org.eclipse.papyrus.views.modelexplorer.tests      [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.views.documentation.tests      [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.views.feature                [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.profile.tests.releng                       [pom]
[INFO] org.eclipse.papyrus.uml.profile.tests              [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng                 [pom]
[INFO] org.eclipse.papyrus.uml.modelexplorer.tests        [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.service.types.tests        [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.properties.tests           [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.types.core.tests           [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.modelrepair.tests          [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.profile.drafter.tests      [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.service.types.ui.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.filters.tests                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.tests.uml.feature                  [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.core.sasheditor.tests    [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.infra.core.feature           [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.emf.tests.releng                         [pom]
[INFO] org.eclipse.papyrus.infra.ui.emf.tests             [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.filters.tests                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.ui.tests                 [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.emf.readonly.tests       [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests  [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.types.tests.releng                       [pom]
[INFO] org.eclipse.papyrus.infra.types.tests              [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.properties.tests.releng                  [pom]
[INFO] org.eclipse.papyrus.infra.properties.ui.tests      [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests       [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng                  [pom]
[INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests  [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.tools.tests              [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.editor.tests.releng                      [pom]
[INFO] org.eclipse.papyrus.infra.editor.welcome.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests    [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests   [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.emf.tests                [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng           [pom]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests       [eclipse-plugin]
[INFO] org.eclipse.papyrus.infra.types.ui.tests           [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.emf.gmf.tests            [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.infra.feature                [eclipse-feature]
[INFO] org.eclipse.papyrus.tests.feature                      [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests               [pom]
[INFO] org.eclipse.papyrus.infra.emf.expressions.tests    [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature [eclipse-feature]
[INFO] org.eclipse.papyrus.infra.internationalization.main.test           [pom]
[INFO] org.eclipse.papyrus.infra.internationalization.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.infra.internationalization.feature [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.expressions.tests.releng                   [pom]
[INFO] org.eclipse.papyrus.uml.expressions.tests          [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.uml.expressions.feature      [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.internationalization.main.test             [pom]
[INFO] org.eclipse.papyrus.uml.internationalization.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.tests.uml.internationalization.feature [eclipse-feature]
[INFO] org.eclipse.papyrus.uml.alf.tests                  [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.alf.tests.feature              [eclipse-feature]
[INFO] Papyrus Tests Features                                             [pom]
[INFO] org.eclipse.papyrus.developer.suite.tests          [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.bundles.tests                                  [pom]
[INFO] org.eclipse.papyrus.eclipse.project.editors.tests  [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.editors.suite.tests            [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.core.suite.tests         [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.nattable.suite.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.services.labelprovider.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.architecture.tests       [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.ui.architecture.tests    [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.suite.tests              [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.infra.newchild.tests                [eclipse-plugin]
[INFO] org.eclipse.papyrus.toolsmiths.suite.tests         [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.communication.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.suite.tests        [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.dnd.tests          [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.diagram.properties.tests   [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.suite.tests       [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.textedit.suite.tests       [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.validation.tests.releng                    [pom]
[INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.validation.tests           [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.architecture.tests              [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.suite.tests                [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.uml.alf.tests.releng                           [pom]
[INFO] org.eclipse.papyrus.uml.alf.backend.tests          [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.views.suite.tests              [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.views.documentation.tests.releng               [pom]
[INFO] org.eclipse.papyrus.main.tests.releng                              [pom]
[INFO] org.eclipse.papyrus.main.tests.targetplatform [eclipse-target-definition]
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.tests.releng >--------
[INFO] Building org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT         [1/175]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.plugins.tests.releng >--
[INFO] Building org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT [2/175]
[INFO]   from ../../tests/junit/plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.plugins.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.plugins.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.plugins.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tests.releng >--
[INFO] Building org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT   [3/175]
[INFO]   from ../../tests/junit/plugins/infra/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests.releng >--
[INFO] Building org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT [4/175]
[INFO]   from ../../tests/junit/plugins/infra/core/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests >--
[INFO] Building org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT [5/175]
[INFO]   from ../../tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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@1de618b3
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[INFO] Adding repository http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/main
[INFO] Adding repository http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/toolsmiths
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.clipboard.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/target/org.eclipse.papyrus.infra.core.clipboard.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.main.test >--
[INFO] Building org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT [6/175]
[INFO]   from ../../tests/junit/plugins/infra/nattable/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.main.test ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.main.test ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.main.test ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests >--
[INFO] Building org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT [7/175]
[INFO]   from ../../tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[65] 
	assertThat(fixture.getText(table), is("classes"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[71] 
	assertThat(fixture.getText(table), is("(Test Table of <Package> foo)"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[79] 
	assertThat(fixture.getText(table), is("(Test Table of <Package> bar)"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[93] 
	assertThat("Label provider did not notify", gotEvent[0], is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[109] 
	assertThat("Label provider did not notify", gotEvent[0], is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[116] 
	assertThat(fixture.getText(selection), is("classes, classes"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/target/org.eclipse.papyrus.infra.nattable.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.tests.releng >--
[INFO] Building org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT  [8/175]
[INFO]   from ../../tests/junit/plugins/editor/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.editor.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests >--
[INFO] Building org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT [9/175]
[INFO]   from ../../tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.editor.integration.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[32] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[98] 
	return AdapterUtils.adapt(getActiveEditor(), DiagramEditor.class, null);
	       ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[98] 
	return AdapterUtils.adapt(getActiveEditor(), DiagramEditor.class, null);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<DiagramEditor>, DiagramEditor) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[102] 
	return AdapterUtils.adapt(getDiagramEditor(), DiagramEditPart.class, null);
	       ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[102] 
	return AdapterUtils.adapt(getDiagramEditor(), DiagramEditPart.class, null);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<DiagramEditPart>, DiagramEditPart) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[51] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[61] 
	import org.eclipse.papyrus.uml.diagram.timing.custom.UmlTimingDiagramForMultiEditor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UmlTimingDiagramForMultiEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[86] 
	final ModelSet modelSet = new DiResourceSet();
	                              ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[86] 
	final ModelSet modelSet = new DiResourceSet();
	                              ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[93] 
	modelSet.createsModels(emptyModelDi);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[173] 
	final ModelSet modelSet = new DiResourceSet();
	                              ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[173] 
	final ModelSet modelSet = new DiResourceSet();
	                              ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[180] 
	modelSet.createsModels(emptyModelDi);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[241] 
	Assert.assertTrue(editor.getActiveEditor() instanceof UmlTimingDiagramForMultiEditor);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UmlTimingDiagramForMultiEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[246] 
	IPage selectedPage = container.getActiveSashWindowsPage();
	      ^^^^^^^^^^^^
The value of the local variable selectedPage is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[254] 
	Assert.assertTrue("Couldn't change the page selection", editor.getActiveEditor() instanceof UmlTimingDiagramForMultiEditor);
	                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UmlTimingDiagramForMultiEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[362] 
	TransactionalEditingDomain editingDomain = modelSet.getTransactionalEditingDomain();
	                           ^^^^^^^^^^^^^
The value of the local variable editingDomain is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[364] 
	final EObject tableContext = UmlUtils.getUmlModel(modelSet).getResource().getContents().get(0);
	              ^^^^^^^^^^^^
The value of the local variable tableContext is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[30] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[66] 
	final ModelSet modelSet = new DiResourceSet();
	                              ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[66] 
	final ModelSet modelSet = new DiResourceSet();
	                              ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[75] 
	modelSet.createsModels(emptyModelDi);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
22 problems (22 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editor.integration.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/target/org.eclipse.papyrus.editor.integration.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.editor.integration.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests >--
[INFO] Building org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT [10/175]
[INFO]   from ../../tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] The project's OSGi version is 2.0.100.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.views.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[35] 
	import org.eclipse.papyrus.infra.core.sashwindows.di.PageList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[132] 
	PageList pageList = getPageList(rootModel);
	^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[133] 
	for (final PageRef pageRef : pageList.getAvailablePage()) {
	                                      ^^^^^^^^^^^^^^^^^^
The method getAvailablePage() from the type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[172] 
	private static final PageList getPageList(final EObject object) {
	                     ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[177] 
	final PageList pageList = windowMngr.getPageList();
	      ^^^^^^^^
The type PageList is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[177] 
	final PageList pageList = windowMngr.getPageList();
	                                     ^^^^^^^^^^^^^
The method getPageList() from the type SashWindowsMngr is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/RevealViewsTableTest.java:[215] 
	final List rowSelectedPositionsAsList = Arrays.asList(rowSelectedPositions[0], rowSelectedPositions[1]);
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/RevealViewsTableTest.java:[255] 
	final List columnSelectedPositionsAsList = Arrays.asList(columnSelectedPositions[0], columnSelectedPositions[1]);
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
8 problems (8 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/target/org.eclipse.papyrus.infra.nattable.views.tests-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.views.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests >--
[INFO] Building org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT [11/175]
[INFO]   from ../../tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.common.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/target/org.eclipse.papyrus.infra.nattable.common.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.common.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature >--
[INFO] Building org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT [12/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] The project's OSGi version is 1.4.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 344 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/target/org.eclipse.papyrus.tests.infra.nattable.feature-1.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tests.releng >---
[INFO] Building org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT    [13/175]
[INFO]   from ../../tests/junit/plugins/uml/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests.releng >--
[INFO] Building org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT [14/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests >---
[INFO] Building org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT   [15/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestListCompartmentHelper.java:[134] 
	Assert.assertTrue(ddCommand != null || true == ddCommand.canExecute());
	                                               ^^^^^^^^^
Null pointer access: The variable ddCommand can only be null at this location
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[60] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[152] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[152] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[152] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	                                                                           ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[155] 
	editingDomain = serviceUtils.getTransactionalEditingDomain();
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[344] 
	for (Iterator iteratorChildren = linkEditPart.getChildren().iterator(); iteratorChildren.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[30] 
	import org.eclipse.gmf.runtime.gef.ui.internal.parts.TextCellEditorEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[127] 
	Assert.assertEquals("the editor of this editpart must be multiline editor", MultiLineCellEditor.class, manager.getTextCellEditorClass(editableEditPart));
	                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getTextCellEditorClass(GraphicalEditPart) from the type MultilineLabelDirectEditManager should be accessed in a static way
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[130] 
	Assert.assertEquals("the editor of this editpart must be simple editor", TextCellEditorEx.class, manager.getTextCellEditorClass(editableEditPart));
	                                                                         ^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[130] 
	Assert.assertEquals("the editor of this editpart must be simple editor", TextCellEditorEx.class, manager.getTextCellEditorClass(editableEditPart));
	                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getTextCellEditorClass(GraphicalEditPart) from the type MultilineLabelDirectEditManager should be accessed in a static way
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractTestNode.java:[62] 
	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractTestNode.java:[577] 
	if (child instanceof FloatingLabelEditPart) {
	                     ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractTestNode.java:[578] 
	Assert.assertTrue("FloatingLabelEditPart must use specific locator RoundedRectangleLabelPositionLocator", ((FloatingLabelEditPart) child).getBorderItemLocator() instanceof RoundedRectangleLabelPositionLocator);
	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^
The type FloatingLabelEditPart is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/synchronization/AbstractSynchronizationTest.java:[100] 
	houseKeeper.setField("adapterFactory", new ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry.INSTANCE));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ComposedAdapterFactory) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractTestDiagram.java:[81] 
	Iterator<EObject> roots = NavigatorUtils.getNotationRoots(rootSemanticModel);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getNotationRoots(EObject) from the type NavigatorUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[61] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[300] 
	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
	                                                  ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[300] 
	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
	                                                  ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[311] 
	diResourceSet.createsModels(file);
	              ^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[24] 
	import org.eclipse.papyrus.uml.service.types.internal.ui.advice.InstanceSpecificationLinkEditHelperAdvice;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InstanceSpecificationLinkEditHelperAdvice' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[79] 
	Set<Association> associations = InstanceSpecificationLinkEditHelperAdvice.getModelAssociations((InstanceSpecification) source.resolveSemanticElement(), (InstanceSpecification) target.resolveSemanticElement());
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InstanceSpecificationLinkEditHelperAdvice' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[79] 
	Set<Association> associations = InstanceSpecificationLinkEditHelperAdvice.getModelAssociations((InstanceSpecification) source.resolveSemanticElement(), (InstanceSpecification) target.resolveSemanticElement());
	                                                                          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InstanceSpecificationLinkEditHelperAdvice.getModelAssociations(InstanceSpecification, InstanceSpecification)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[86] 
	InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(request, association);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InstanceSpecificationLinkEditHelperAdvice' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[86] 
	InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(request, association);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(CreateConnectionViewRequest, Association)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.service.types.ui/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.service.types.ui-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java:[182] 
	boolean foundCompartment = false;
	        ^^^^^^^^^^^^^^^^
The value of the local variable foundCompartment is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java:[210] 
	Element root = (Element) getContainerEditPart().resolveSemanticElement();
	        ^^^^
The value of the local variable root is not used
28. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java (at line 224)
	assertTrue(CREATION + TEST_IF_THE_COMMAND_IS_CREATED, command.equals(UnexecutableCommand.INSTANCE));
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): UnexecutableCommand seems to be unrelated to Command
29. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java (at line 226)
	assertTrue(CREATION + TEST_IF_THE_COMMAND_IS_CREATED, (!command.equals(UnexecutableCommand.INSTANCE)));
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): UnexecutableCommand seems to be unrelated to Command
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/SharedTestSuiteState.java:[184] 
	houseKeeper.setField("project", houseKeeper.createProject(testCase.getProjectName())); //$NON-NLS-1$
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, IProject) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/SharedTestSuiteState.java:[185] 
	houseKeeper.setField("file", project.getFile(testCase.getFileName())); //$NON-NLS-1$
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, IFile) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/SharedTestSuiteState.java:[257] 
	houseKeeper.setField("preserve", preserve.build());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ImmutableList<EObject>) from the type AbstractHouseKeeperRule is deprecated
32 problems (0 errors, 30 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/target/org.eclipse.papyrus.uml.diagram.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT [16/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.component.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/target/org.eclipse.papyrus.uml.diagram.component.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.component.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.tests.releng >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT [17/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT [18/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.validate/1.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.ui/1.4.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.codegen/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.edit/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] The project's OSGi version is 2.1.100.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.canonical.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java:[486] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 342 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/target/org.eclipse.papyrus.infra.gmfdiag.canonical.tests-2.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests >--
[INFO] Building org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT [19/175]
[INFO]   from ../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.dynamic.profile.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 95 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/target/org.eclipse.papyrus.uml.dynamic.profile.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT [20/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.validate/1.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.ui/1.4.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.codegen/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.edit/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.common.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/tests/Bug476873_MoveCommandTest.java:[225] 
	assertThat(modelTarget, instanceOf(NodeImpl.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
4. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/tests/EdgeCustomizationTest.java (at line 57)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
5. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/stereotype/display/AppliedStereotypeDisplayLinkClassDiagramTest.java (at line 36)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
6. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/stereotype/display/AbstractAppliedStereotypeDisplayTest.java (at line 50)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/parser/MultiplicityStringFormatterTestCase.java:[192] 
	return MultiplicityElementUtil.getMultiplicityAsString(element);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
7 problems (0 errors, 2 warnings, 5 infos)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 380 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/target/org.eclipse.papyrus.uml.diagram.common.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.common.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT [21/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.composite.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/test/org/eclipse/papyrus/uml/diagram/composite/tests/copyPaste/ConstraintCopyPasteTest.java:[155] 
	List arrayList = (List) defaultVariable;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/test/org/eclipse/papyrus/uml/diagram/composite/tests/copyPaste/ConstraintCopyPasteTest.java:[155] 
	List arrayList = (List) defaultVariable;
	                  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
3. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/test/org/eclipse/papyrus/uml/diagram/composite/test/resources/ModelValidationTest.java (at line 38)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
3 problems (0 errors, 2 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/target/org.eclipse.papyrus.uml.diagram.composite.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT [22/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.sequence.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] Compiling 74 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestOccurrenceSpecificationDeletion_430552.java:[140] 
	Command cmd = source.getCommand(connectionRequest);
	        ^^^
The value of the local variable cmd is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestOccurrenceSpecificationDeletion_430552.java:[149] 
	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestOccurrenceSpecificationDeletion_430552.java:[150] 
	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[55] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[112] 
	RectangleFigure fig = lifeline1.getPrimaryShape().getFigureLifelineNameContainerFigure();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[235] 
	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
	                                                  ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[235] 
	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
	                                                  ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[247] 
	diResourceSet.createsModels(file);
	              ^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[50] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[199] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[199] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[199] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	                                                                           ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[202] 
	editingDomain = serviceUtils.getTransactionalEditingDomain();
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[335] 
	List list = parent.getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[348] 
	Command cmd = source.getCommand(connectionRequest);
	        ^^^
The value of the local variable cmd is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[369] 
	Command cmd = targetPlayer.getCommand(reconnectRequest);
	        ^^^
The value of the local variable cmd is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentGates_364816.java:[196] 
	Command cmd = source.getCommand(connectionRequest);
	        ^^^
The value of the local variable cmd is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentGates_364816.java:[206] 
	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentGates_364816.java:[207] 
	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
20. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/CombinedFragmentRegressionTest.java (at line 111)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageCreate_379661.java:[174] 
	Command cmd = source.getCommand(connectionRequest);
	        ^^^
The value of the local variable cmd is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageCreate_379661.java:[184] 
	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageCreate_379661.java:[185] 
	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[47] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[221] 
	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
	                                                  ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[221] 
	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
	                                                  ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[233] 
	diResourceSet.createsModels(file);
	              ^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[25] 
	import org.eclipse.papyrus.uml.diagram.sequence.edit.policies.OLDLifelineXYLayoutEditPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[37] 
	Dimension newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[37] 
	Dimension newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[42] 
	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[42] 
	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[47] 
	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[47] 
	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[57] 
	assertTrue("Left figure is not on the left of the right figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(leftFigure, rightFigure));
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[57] 
	assertTrue("Left figure is not on the left of the right figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(leftFigure, rightFigure));
	                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isAffixedToRight(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[58] 
	assertFalse("Right figure is on the left of the left figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(rightFigure, leftFigure));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[58] 
	assertFalse("Right figure is on the left of the left figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(rightFigure, leftFigure));
	                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isAffixedToRight(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[65] 
	Rectangle absoluteBounds = OLDLifelineXYLayoutEditPolicy.getRealMoveDelta(oldRelativeBounds, newRelativeBounds);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[65] 
	Rectangle absoluteBounds = OLDLifelineXYLayoutEditPolicy.getRealMoveDelta(oldRelativeBounds, newRelativeBounds);
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRealMoveDelta(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[79] 
	Rectangle absoluteChild = OLDLifelineXYLayoutEditPolicy.getRelativeBounds(childFigure);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[79] 
	Rectangle absoluteChild = OLDLifelineXYLayoutEditPolicy.getRelativeBounds(childFigure);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRelativeBounds(IFigure) from the type OLDLifelineXYLayoutEditPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOperandsTest.java:[97] 
	Assert.assertThat(messageEnd, IsInstanceOf.instanceOf(MessageOccurrenceSpecification.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(MessageEnd, Matcher<? super MessageEnd>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[41] 
	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[94] 
	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
	                                                  ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[94] 
	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
	                                                  ^^^^^^^^^^^^^^^
The constructor DiResourceSet() is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[106] 
	diResourceSet.createsModels(file);
	              ^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[182] 
	ArrayList list = new ArrayList();
	^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[182] 
	ArrayList list = new ArrayList();
	                     ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[183] 
	list.add(obj);
	^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/Test_528787.java:[62] 
	@SuppressWarnings({ "unchecked", "rawtypes" })
	                                 ^^^^^^^^^^
Unnecessary @SuppressWarnings("rawtypes")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentName_382951.java:[53] 
	private static final String COMBINED_FRAGMENT_KEY = "ELEMENT_PapyrusUMLSequenceDiagram_CombinedFragment_CombinedFragmentCompartment.compartment_name.visibility";
	                            ^^^^^^^^^^^^^^^^^^^^^
The value of the field TestCombinedFragmentName_382951.COMBINED_FRAGMENT_KEY is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCreationUndo_384618.java:[261] 
	Command cmd = source.getCommand(connectionRequest);
	        ^^^
The value of the local variable cmd is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCreationUndo_384618.java:[271] 
	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCreationUndo_384618.java:[272] 
	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[45] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[53] 
	@SuppressWarnings({ "unchecked", "rawtypes" })
	                                 ^^^^^^^^^^
Unnecessary @SuppressWarnings("rawtypes")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[355] 
	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
	                                ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[355] 
	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentOperand_364701.java:[165] 
	private void resizeSouth(IGraphicalEditPart op, Dimension deltaSize) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method resizeSouth(IGraphicalEditPart, Dimension) from the type TestCombinedFragmentOperand_364701 is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentOperand_364701.java:[177] 
	private void resizeNorth(IGraphicalEditPart op, Dimension deltaSize) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method resizeNorth(IGraphicalEditPart, Dimension) from the type TestCombinedFragmentOperand_364701 is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[99] 
	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[107] 
	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[108] 
	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(ConnectionSourceAnchor.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[109] 
	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(ConnectionTargetAnchor.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[129] 
	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[137] 
	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[138] 
	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(ConnectionTargetAnchor.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[139] 
	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(ConnectionSourceAnchor.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[159] 
	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[167] 
	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[168] 
	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(NodeTopAnchor.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[169] 
	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(NodeBottomAnchor.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[189] 
	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[197] 
	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[198] 
	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(NodeBottomAnchor.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[199] 
	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(NodeTopAnchor.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[219] 
	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[227] 
	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[228] 
	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(CenterAnchor.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[229] 
	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(CenterAnchor.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[232] 
	int xPos = linkedPartBounds.x + delta.width + (int) Math.round(anchorOwningFigure.getBounds().width * pp.preciseX);
	                                                                                                         ^^^^^^^^
The field PrecisionPoint.preciseX is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[233] 
	int yPos = linkedPartBounds.y + delta.height + (int) Math.round(anchorOwningFigure.getBounds().height * pp.preciseY);
	                                                                                                           ^^^^^^^^
The field PrecisionPoint.preciseY is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[269] 
	Command cmd = source.getCommand(connectionRequest);
	        ^^^
The value of the local variable cmd is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[279] 
	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[280] 
	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentOperandsLayout.java:[396] 
	Assert.assertThat(result, instanceOf(Collection.class));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestSequenceDiagramChildNode.java:[201] 
	EList children = getParentEditPart().getNotationView().getChildren();
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestSynchronousMessageCreation_364827.java:[168] 
	Command cmd = source.getCommand(connectionRequest);
	        ^^^
The value of the local variable cmd is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestSynchronousMessageCreation_364827.java:[178] 
	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestSynchronousMessageCreation_364827.java:[179] 
	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestCombinedFragmentChildNode.java:[134] 
	List children = getParentEditPart().getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestCombinedFragmentChildNode.java:[179] 
	List children = getParentEditPart().getChildren();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[63] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[287] 
	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[287] 
	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[287] 
	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[294] 
	List<OccurrenceSpecification> events = Collections.emptyList();
	                              ^^^^^^
The value of the local variable events is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[301] 
	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[301] 
	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[301] 
	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[320] 
	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[320] 
	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[320] 
	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[332] 
	request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[332] 
	request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[332] 
	request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[333] 
	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[333] 
	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[333] 
	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[118] 
	Assert.assertThat(link.getFigure(), IsInstanceOf.instanceOf(connectionFigure));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IFigure, Matcher<? super IFigure>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[288] 
	Assert.assertThat(actual, IsEqual.equalTo(expected));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(int[], Matcher<? super int[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[300] 
	Assert.assertThat("Invalid source anchor for " + connectionName, connection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(sourceAnchor));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[301] 
	Assert.assertThat("Invalid target anchor for " + connectionName, connection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(targetAnchor));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[47] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[188] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[188] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[188] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	                                                                           ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[191] 
	editingDomain = serviceUtils.getTransactionalEditingDomain();
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessagesDeletion_364828.java:[95] 
	request.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessagesDeletion_364828.java:[96] 
	request.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[40] 
	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[145] 
	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[145] 
	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[161] 
	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
	                              ^^^^^^^^^^^^^^^^^^^^^^^
The type SequenceRequestConstant is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[161] 
	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated
126 problems (0 errors, 125 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/target/org.eclipse.papyrus.uml.diagram.sequence.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT [23/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.deployment.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/target/org.eclipse.papyrus.uml.diagram.deployment.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT [24/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.wizards.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[79] 
	private boolean isInitFromExistingDomainModel;
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[81] 
	private SelectRootElementPage selectRootElementPage;
	                              ^^^^^^^^^^^^^^^^^^^^^
The value of the field new InitModelWizard(){}.selectRootElementPage is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[119] 
	private boolean isInitFromExistingDomainModel;
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[151] 
	private boolean isInitFromExistingDomainModel;
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[153] 
	private SelectRootElementPage selectRootElementPage;
	                              ^^^^^^^^^^^^^^^^^^^^^
The value of the field new InitModelWizard(){}.selectRootElementPage is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestNewModelWizardBase.java:[102] 
	return Activator.getDefault().getWorkbench();
	                              ^^^^^^^^^^^^^^
The method getWorkbench() from the type AbstractUIPlugin is deprecated
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 366 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/target/org.eclipse.papyrus.uml.diagram.wizards.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT [25/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.profile.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/target/org.eclipse.papyrus.uml.diagram.profile.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT [26/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] The project's OSGi version is 2.0.100.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.activity.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/org/eclipse/papyrus/uml/diagram/activity/tests/canonical/TestActivityMargin.java:[43] 
	private final static Logger log = Logger.getAnonymousLogger();
	                            ^^^
The value of the field TestActivityMargin.log is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/org/eclipse/papyrus/uml/diagram/activity/tests/canonical/TestActivityMargin.java:[79] 
	int expectedSemanticChildren = 0;
	    ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the local variable expectedSemanticChildren is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/org/eclipse/papyrus/uml/diagram/activity/tests/canonical/TestActivityMargin.java:[81] 
	int addedSemanticChildren = 1;
	    ^^^^^^^^^^^^^^^^^^^^^
The value of the local variable addedSemanticChildren is not used
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/target/org.eclipse.papyrus.uml.diagram.activity.tests-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT [27/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] The project's OSGi version is 2.0.100.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.timing.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/org/eclipse/papyrus/uml/diagram/timing/tests/canonical/AbstractTimingDiagramTestCase.java:[437] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/org/eclipse/papyrus/uml/diagram/timing/tests/canonical/AbstractTimingDiagramTestCase.java:[487] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/org/eclipse/papyrus/uml/diagram/timing/tests/canonical/AbstractTimingDiagramTestCase.java:[576] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 322 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/target/org.eclipse.papyrus.uml.diagram.timing.tests-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT [28/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.clazz.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/copyPaste/ConstraintPasteStrategyTest.java:[276] 
	List arrayList = (List) defaultVariable;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/copyPaste/ConstraintPasteStrategyTest.java:[276] 
	List arrayList = (List) defaultVariable;
	                  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
3. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/resources/ClassPaletteTest.java (at line 40)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[106] 
	assertThat(modelToMove, instanceOf(NodeImpl.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[154] 
	assertThat(firstModelToMove, instanceOf(NodeImpl.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[158] 
	assertThat(secondModelToMove, instanceOf(NodeImpl.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[213] 
	assertThat(modelTarget, instanceOf(NodeImpl.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
8. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/resources/ModelValidationTest.java (at line 39)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug481317_MoveGeneralizationTest.java:[188] 
	assertThat(modelTarget, instanceOf(NodeImpl.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
9 problems (0 errors, 7 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/target/org.eclipse.papyrus.uml.diagram.clazz.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT [29/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] The project's OSGi version is 5.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.usecase.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[51] 
	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[96] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[96] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[96] 
	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
	                                                                           ^^^^^^^^^^^^^
The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[99] 
	editingDomain = serviceUtils.getTransactionalEditingDomain();
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/UsecaseToSubjectinUsecaseDiagramDropStrategyTest.java:[45] 
	import org.eclipse.papyrus.uml.diagram.usecase.dnd.strategy.UsecaseToSubjectinUsecaseDiagramDropStrategy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UsecaseToSubjectinUsecaseDiagramDropStrategy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.usecase/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/UsecaseToSubjectinUsecaseDiagramDropStrategyTest.java:[174] 
	return new UsecaseToSubjectinUsecaseDiagramDropStrategy() {
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UsecaseToSubjectinUsecaseDiagramDropStrategy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.usecase/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/UsecaseToSubjectinUsecaseDiagramDropStrategyTest.java:[174] 
	return new UsecaseToSubjectinUsecaseDiagramDropStrategy() {
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UsecaseToSubjectinUsecaseDiagramDropStrategy()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.usecase/6.0.0-SNAPSHOT/org.eclipse.papyrus.uml.diagram.usecase-6.0.0-SNAPSHOT.jar')
8 problems (8 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/target/org.eclipse.papyrus.uml.diagram.usecase.tests-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature >--
[INFO] Building org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT [30/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.validate/1.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.ui/1.4.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.codegen/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.edit/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] The project's OSGi version is 1.2.100.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 384 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/target/org.eclipse.papyrus.tests.uml.diagram.feature-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.tests >----
[INFO] Building org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT     [31/175]
[INFO]   from ../../tests/junit/plugins/facet/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.tests ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.emf.facet.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests >--
[INFO] Building org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT [32/175]
[INFO]   from ../../tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.emf.facet.architecture.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/org.eclipse.papyrus.emf.facet.architecture.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.test -- Time elapsed: 0.495 s
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.checkTestDefinition -- Time elapsed: 0.058 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.test -- Time elapsed: 0.033 s
org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.checkTestDefinition -- Time elapsed: 0.061 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.test -- Time elapsed: 0.036 s
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.checkTestDefinition -- Time elapsed: 0.052 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test
org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.test -- Time elapsed: 0.054 s
org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.checkTestDefinition -- Time elapsed: 0.029 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.test -- Time elapsed: 0.055 s
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.checkTestDefinition -- Time elapsed: 0.044 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.test -- Time elapsed: 0.060 s
org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.032 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.test -- Time elapsed: 0.055 s
org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.checkTestDefinition -- Time elapsed: 0.029 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.test -- Time elapsed: 0.069 s
org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.checkTestDefinition -- Time elapsed: 0.075 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.test -- Time elapsed: 0.031 s
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.checkTestDefinition -- Time elapsed: 0.051 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test
org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.test -- Time elapsed: 0.048 s
org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.checkTestDefinition -- Time elapsed: 0.049 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.test -- Time elapsed: 0.026 s
org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.checkTestDefinition -- Time elapsed: 0.054 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test
org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.test -- Time elapsed: 0.026 s
org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.checkTestDefinition -- Time elapsed: 0.024 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.test -- Time elapsed: 0.050 s
org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.checkTestDefinition -- Time elapsed: 0.022 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test
org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.test -- Time elapsed: 0.052 s
org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.checkTestDefinition -- Time elapsed: 0.027 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test
org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.test -- Time elapsed: 0.025 s
org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.checkTestDefinition -- Time elapsed: 0.043 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.test -- Time elapsed: 0.026 s
org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.028 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.test -- Time elapsed: 0.049 s
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.checkTestDefinition -- Time elapsed: 0.025 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.test -- Time elapsed: 0.025 s
org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.checkTestDefinition -- Time elapsed: 0.043 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test
org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.test -- Time elapsed: 0.027 s
org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.044 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test
org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.test -- Time elapsed: 0.024 s
org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.checkTestDefinition -- Time elapsed: 0.025 s
Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test
org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.test -- Time elapsed: 0.045 s
org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.checkTestDefinition -- Time elapsed: 0.024 s

Results:

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.emf.facet.architecture.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature >---
[INFO] Building org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT [33/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/target/org.eclipse.papyrus.tests.emf.facet.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.emf.facet.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.tests.releng >--
[INFO] Building org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT [34/175]
[INFO]   from ../../tests/junit/plugins/toolsmiths/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT [35/175]
[INFO]   from ../../tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.common.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[28] 
	import org.eclipse.papyrus.toolsmiths.validation.common.internal.utils.ProjectManagementUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[36] 
	* Specific test cases for the {@link ProjectManagementUtils} class.
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[47] 
	assertThat("UML file not found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(true));
	                                 ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[47] 
	assertThat("UML file not found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(true));
	                                                        ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProjectManagementUtils.existFileFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[48] 
	assertThat("Bogus file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "bogus", true), is(false));
	                               ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[48] 
	assertThat("Bogus file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "bogus", true), is(false));
	                                                      ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProjectManagementUtils.existFileFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[60] 
	assertThat("UML file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(false));
	                             ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[60] 
	assertThat("UML file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(false));
	                                                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProjectManagementUtils.existFileFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[65] 
	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
	                          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[65] 
	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
	                                                 ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProjectManagementUtils.getFilesFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[78] 
	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
	                          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[78] 
	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
	                                                 ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProjectManagementUtils.getFilesFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0-SNAPSHOT.jar')
12 problems (12 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 348 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/target/org.eclipse.papyrus.toolsmiths.validation.common.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT [36/175]
[INFO]   from ../../tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.architecture.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/org/eclipse/papyrus/toolsmiths/validation/architecture/internal/quickfix/tests/ModelQuickFixTests.java:[21] 
	import org.eclipse.papyrus.toolsmiths.validation.architecture.internal.quickfix.ArchitectureMarkerResolutionGenerator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ArchitectureMarkerResolutionGenerator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/org/eclipse/papyrus/toolsmiths/validation/architecture/internal/quickfix/tests/ModelQuickFixTests.java:[37] 
	@QuickFixWith(ArchitectureMarkerResolutionGenerator.class)
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ArchitectureMarkerResolutionGenerator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT.jar')
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 374 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/target/org.eclipse.papyrus.toolsmiths.validation.architecture.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.properties.tests >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT [37/175]
[INFO]   from ../../tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.properties.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.generation/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.dev.ui/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.properties.tests
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/src/org/eclipse/papyrus/toolsmiths/validation/properties/internal/quickfix/tests/ModelQuickFixTests.java:[28] 
	import org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.PropertiesMarkerResolutionGenerator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PropertiesMarkerResolutionGenerator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/src/org/eclipse/papyrus/toolsmiths/validation/properties/internal/quickfix/tests/ModelQuickFixTests.java:[37] 
	@QuickFixWith(PropertiesMarkerResolutionGenerator.class)
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PropertiesMarkerResolutionGenerator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT.jar')
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 382 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/target/org.eclipse.papyrus.toolsmiths.validation.properties.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT [38/175]
[INFO]   from ../../tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.elementtypes/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/src/org/eclipse/papyrus/toolsmiths/validation/elementtypes/tests/ElementTypesPluginValidationTest.java:[66] 
	ElementTypesPluginCheckerService.checkElementTypesPlugin(fixture.getProject(), new NullProgressMonitor());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method checkElementTypesPlugin(IProject, IProgressMonitor) from the type ElementTypesPluginCheckerService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 375 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT [39/175]
[INFO]   from ../../tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.profile/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.profile.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/org/eclipse/papyrus/toolsmiths/validation/profile/tests/ProfilePluginValidationTest.java:[65] 
	ProfilePluginCheckerService.checkProfilePlugin(fixture.getProject(), null);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method checkProfilePlugin(IProject, IProgressMonitor) from the type ProfilePluginCheckerService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 351 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/target/org.eclipse.papyrus.toolsmiths.validation.profile.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.newchild.tests >--
[INFO] Building org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT [40/175]
[INFO]   from ../../tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.newchild.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/org/eclipse/papyrus/toolsmiths/validation/newchild/tests/NewChildDependenciesBuilderTest.java:[42] 
	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'NewChildMenuPluginValidationConstants.NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/org/eclipse/papyrus/toolsmiths/validation/newchild/tests/NewChildBuildPropertiesBuilderTest.java:[44] 
	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'NewChildMenuPluginValidationConstants.NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/org/eclipse/papyrus/toolsmiths/validation/newchild/tests/NewChildModelBuilderTest.java:[42] 
	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'NewChildMenuPluginValidationConstants.NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/org/eclipse/papyrus/toolsmiths/validation/newchild/tests/NewChildPluginXMLBuilderTest.java:[42] 
	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'NewChildMenuPluginValidationConstants.NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/org/eclipse/papyrus/toolsmiths/validation/newchild/tests/NewChildPluginBuilderTest.java:[38] 
	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'NewChildMenuPluginValidationConstants.NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0-SNAPSHOT/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar')
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 375 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/target/org.eclipse.papyrus.toolsmiths.validation.newchild.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests >--
[INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT [41/175]
[INFO]   from ../../tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 307 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/target/org.eclipse.papyrus.toolsmiths.profilemigration.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature >--
[INFO] Building org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT [42/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.generation/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.elementtypes/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.dev.ui/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.profile/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 376 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/target/org.eclipse.papyrus.tests.toolsmiths.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT [43/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[169] 
	for(View childNode : (List<View>)class3.getChildren()) {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EList to List<View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[196] 
	for(View childNode : (List<View>)diagram.getChildren()) {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EList to List<View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[197] 
	for(View compartment : (List<View>)childNode.getChildren()) {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EList to List<View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[210] 
	stylesList.getStringListValue().add("showTitleForAllCompartments");
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[213] 
	for(View childNode : (List<View>)diagram.getChildren()) {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EList to List<View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[214] 
	for(View compartment : (List<View>)childNode.getChildren()) {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EList to List<View>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[240] 
	for(View childNode : (List<View>)element.getChildren()) {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EList to List<View>
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 326 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/target/org.eclipse.papyrus.infra.gmfdiag.css.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests.releng >--
[INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT [44/175]
[INFO]   from ../../tests/junit/plugins/uml/decoratormodel/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests >--
[INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT [45/175]
[INFO]   from ../../tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[36] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[79] 
	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
	                    ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[79] 
	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<EPackage>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[100] 
	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
	                    ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[100] 
	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<EPackage>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[121] 
	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
	                    ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[121] 
	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<EPackage>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[144] 
	houseKeeper.setField("zombies", snippet.getZombieStereotypes(decoratorModelResource));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ZombieStereotypesDescriptor) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[108] 
	assertThat(profile, notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[109] 
	assertThat(profile.eIsProxy(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[110] 
	assertThat(profile.getURI(), is(ProfileExternalizationPackage.eNS_URI));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[116] 
	assertThat(DecoratorModelUtils.getDecoratorPackages(getPackage2()), isEmpty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Iterable<Package>, Matcher<? super Iterable<Package>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[121] 
	assertThat(packages.size(), is(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[122] 
	assertThat(packages.get(0).isProfileApplied(getTestProfile()), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[128] 
	assertThat(DecoratorModelUtils.getDecoratorModelProfileApplications(getPackage2()), isEmpty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Iterable<ProfileApplication>, Matcher<? super Iterable<ProfileApplication>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[133] 
	assertThat(applications.size(), is(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[134] 
	assertThat(applications.get(0).getAppliedProfile(), is(getTestProfile()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[142] 
	assertThat(applications.size(), is(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[143] 
	assertThat(applications.get(getPackage2()), is(getTestProfile()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[149] 
	assertThat(DecoratorModelUtils.getDecoratorModelProfileApplications(getPackage2()), isEmpty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Iterable<ProfileApplication>, Matcher<? super Iterable<ProfileApplication>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[154] 
	assertThat(applied.size(), is(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[155] 
	assertThat(applied.get(0), is(getTestProfile()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[162] 
	assertThat(DecoratorModelUtils.hasExternalizationProfile(getTestProfile()), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[163] 
	assertThat(DecoratorModelUtils.hasExternalizationProfile((Package) decoratorModel.getContents().get(0)), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[173] 
	assertThat(DecoratorModelUtils.isDecoratorModel(modelResource), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[174] 
	assertThat(DecoratorModelUtils.isDecoratorModel(decoratorModel), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[181] 
	assertThat(DecoratorModelUtils.isDecoratorModelFor(decoratorModel, getTestProfile().eResource()), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[182] 
	assertThat(DecoratorModelUtils.isDecoratorModelFor(decoratorModel, modelResource), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[190] 
	assertThat(uris.size(), is(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[191] 
	assertThat(uris.get(0), is(modelResource.getURI()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(URI, Matcher<? super URI>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[197] 
	assertThat(DecoratorModelUtils.isDecoratorModel(decorator), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[209] 
	assertThat(DecoratorModelUtils.isDecoratorModel(decoratorModel.getURI()), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[213] 
	assertThat(DecoratorModelUtils.isDecoratorModel(decorator), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[218] 
	assertThat(DecoratorModelUtils.getLoadedDecoratorModels(modelResource), isEmpty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[222] 
	assertThat(DecoratorModelUtils.getLoadedDecoratorModels(modelResource), is(Collections.singleton(decoratorModel.getURI())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[229] 
	assertThat(DecoratorModelUtils.getUnloadedDecoratorModels(modelResource), is(Collections.singleton(uri)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[233] 
	assertThat(DecoratorModelUtils.getUnloadedDecoratorModels(modelResource), isEmpty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[241] 
	assertThat(get(unloaded, true), is(Collections.singleton(uri)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[247] 
	assertThat(get(unloaded, false), isEmpty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[261] 
	assertThat(get(unloaded, true), is(set(decorator2)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[266] 
	assertThat(get(unloaded, false), is(set(decorator1, decorator2)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[274] 
	assertThat(get(unloaded, true), is(set(uri)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[279] 
	assertThat(get(unloaded, false), isEmpty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[285] 
	assertThat(get(hasUnloaded, true), is(Boolean.TRUE));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[290] 
	assertThat(get(hasUnloaded, false), is(Boolean.FALSE));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[301] 
	assertThat(get(hasUnloaded, true), is(Boolean.FALSE));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[304] 
	assertThat(get(hasUnloaded, false), is(Boolean.TRUE));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[309] 
	assertThat(get(hasUnloaded, false), is(Boolean.FALSE));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[315] 
	assertThat(subUnits, isEmpty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<Package>, Matcher<? super Set<Package>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[319] 
	assertThat(subUnits, is(set(getPackage2())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<Package>, Matcher<? super Set<Package>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[323] 
	assertThat(subUnits, isEmpty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<Package>, Matcher<? super Set<Package>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/AbstractProfileExternalizationTest.java:[484] 
	protected <E> Set<E> set(E... elements) {
	                              ^^^^^^^^
Type safety: Potential heap pollution via varargs parameter elements
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[71] 
	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[95] 
	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[124] 
	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[158] 
	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
56 problems (56 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/target/org.eclipse.papyrus.uml.decoratormodel.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests >--
[INFO] Building org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT [46/175]
[INFO]   from ../../tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.controlmode.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/org/eclipse/papyrus/uml/decoratormodel/controlmode/tests/AbstractDecoratorModelControlModeTest.java:[606] 
	protected <E> Set<E> set(E... elements) {
	                              ^^^^^^^^
Type safety: Potential heap pollution via varargs parameter elements
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 301 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/target/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature >--
[INFO] Building org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT [47/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/target/org.eclipse.papyrus.tests.uml.decoratormodel.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.assistants.tests.releng >--
[INFO] Building org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT [48/175]
[INFO]   from ../../tests/junit/plugins/uml/assistants/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.assistants.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.assistants.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests >--
[INFO] Building org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT [49/175]
[INFO]   from ../../tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.generator/3.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.types.generator.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 330 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/target/org.eclipse.papyrus.uml.profile.types.generator.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests >--
[INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT [50/175]
[INFO]   from ../../tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.generator/3.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.generator/5.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.assistants.generator.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/DiagramSpecificAssistantsGenerationTest.java:[101] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/DiagramSpecificAssistantsGenerationTest.java:[115] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/DiagramSpecificAssistantsGenerationTest.java:[130] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/ProfilesWithPackageNestingTest.java:[78] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/ProfilesWithPackageNestingTest.java:[92] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/ProfilesWithPackageNestingTest.java:[107] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/BasicAssistantsGenerationTest.java:[78] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/BasicAssistantsGenerationTest.java:[93] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/BasicAssistantsGenerationTest.java:[108] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
9 problems (9 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 333 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/target/org.eclipse.papyrus.uml.profile.assistants.generator.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature >--
[INFO] Building org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT [51/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.generator/3.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.generator/5.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 331 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/target/org.eclipse.papyrus.tests.uml.assistants.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests.releng >--
[INFO] Building org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT [52/175]
[INFO]   from ../../tests/junit/plugins/uml/textedit/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests >--
[INFO] Building org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT [53/175]
[INFO]   from ../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.property.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/org/eclipse/papyrus/uml/textedit/property/tests/suites/PropertyGrammarTests.java:[19] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/org/eclipse/papyrus/uml/textedit/property/tests/suites/PropertyGrammarTests.java:[142] 
	public DefaultXtextDirectEditorConfiguration getEditor() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 315 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/target/org.eclipse.papyrus.uml.textedit.property.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.property.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests >--
[INFO] Building org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT  [54/175]
[INFO]   from ../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/ConstraintWithCppPopupEditorConfiguration.java:[22] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/ConstraintWithCppPopupEditorConfiguration.java:[30] 
	public class ConstraintWithCppPopupEditorConfiguration extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration {
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/ConstraintWithCppPopupEditorConfiguration.java:[33] 
	super();
	^^^^^^^^
The constructor DefaultXtextDirectEditorConfiguration() is deprecated
4. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/UseRightEditorTest.java (at line 36)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
4 problems (0 errors, 3 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/target/org.eclipse.papyrus.uml.textedit.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests >--
[INFO] Building org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT [55/175]
[INFO]   from ../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.parameter.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/org/eclipse/papyrus/uml/textedit/parameter/tests/suites/ParameterGrammarTests.java:[21] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/org/eclipse/papyrus/uml/textedit/parameter/tests/suites/ParameterGrammarTests.java:[125] 
	public DefaultXtextDirectEditorConfiguration getEditor() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 317 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/target/org.eclipse.papyrus.uml.textedit.parameter.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests >--
[INFO] Building org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT [56/175]
[INFO]   from ../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.port.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/org/eclipse/papyrus/uml/textedit/port/tests/suites/PortGrammarTests.java:[20] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/org/eclipse/papyrus/uml/textedit/port/tests/suites/PortGrammarTests.java:[149] 
	public DefaultXtextDirectEditorConfiguration getEditor() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 315 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/target/org.eclipse.papyrus.uml.textedit.port.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.port.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature >--
[INFO] Building org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT [57/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 319 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/target/org.eclipse.papyrus.uml.textedit.tests.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests.releng >--
[INFO] Building org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT [58/175]
[INFO]   from ../../tests/junit/plugins/uml/tools/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tools.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests >----
[INFO] Building org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT     [59/175]
[INFO]   from ../../tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] The project's OSGi version is 4.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.tools.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLReferenceConverterCompletionTest.java:[58] 
	private static final String PACKAGE1_NAME_TO_DISPLAY = "Package1"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field UMLReferenceConverterCompletionTest.PACKAGE1_NAME_TO_DISPLAY is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/NamedElementValidatorTest.java:[105] 
	houseKeeper.setField("fixture", new NamedElementValidator(toBeNamed));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, NamedElementValidator) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLLanguageProvidersTest.java:[32] 
	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLLanguageProvidersTest.java:[76] 
	JunkLanguage junk = AdapterUtils.adapt(modelSet.getResourceSet(), JunkLanguage.class, null);
	                    ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLLanguageProvidersTest.java:[76] 
	JunkLanguage junk = AdapterUtils.adapt(modelSet.getResourceSet(), JunkLanguage.class, null);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<UMLLanguageProvidersTest.JunkLanguage>, UMLLanguageProvidersTest.JunkLanguage) from the type AdapterUtils is deprecated
6. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/CustomizableDelegatingItemLabelProviderTest.java (at line 53)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLCopyTestME.java:[27] 
	import org.eclipse.emf.ecore.util.EcoreUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.ecore.util.EcoreUtil is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLReferenceConverterTest.java:[78] 
	private Class class1 = null;
	              ^^^^^^
The value of the field UMLReferenceConverterTest.class1 is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLReferenceConverterTest.java:[80] 
	private Class class4 = null;
	              ^^^^^^
The value of the field UMLReferenceConverterTest.class4 is not used
9 problems (0 errors, 8 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/target/org.eclipse.papyrus.uml.tools.tests-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tools.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests >--
[INFO] Building org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT [60/175]
[INFO]   from ../../tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.tools.utils.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/org/eclipse/papyrus/uml/tools/utils/tests/tests/NameResolutionHelperTest.java:[55] 
	List<NamedElement> namedElements = nameResolutionHelper.getNamedElements(PACKAGE1_NAME + NamedElementUtil.QUALIFIED_NAME_SEPARATOR + PACKAGE2_NAME + NamedElementUtil.QUALIFIED_NAME_SEPARATOR + CLASS1_NAME);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getNamedElements(String) from the type NameResolutionHelper is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/target/org.eclipse.papyrus.uml.tools.utils.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tools.utils.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature >---
[INFO] Building org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT [61/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/target/org.eclipse.papyrus.tests.uml.tools.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.tools.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests >--
[INFO] Building org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT [62/175]
[INFO]   from ../../tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 144 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/target/org.eclipse.papyrus.infra.nattable.model.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.model.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.main.test >--
[INFO] Building org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT [63/175]
[INFO]   from ../../tests/junit/plugins/uml/nattable/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.main.test ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.main.test ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.main.test ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests >--
[INFO] Building org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT [64/175]
[INFO]   from ../../tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.generic.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] Compiling 83 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/org/eclipse/papyrus/uml/nattable/generic/tests/bugs/FillColumnsSizeTest.java:[114] 
	fillStyle.setName(NamedStyleConstants.FILL_COLUMNS_SIZE);
	                                      ^^^^^^^^^^^^^^^^^
The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 348 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/target/org.eclipse.papyrus.uml.nattable.generic.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests >--
[INFO] Building org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT [65/175]
[INFO]   from ../../tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.clazz.config.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] Compiling 245 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/paste/tests/AbstractPasteWithCategoriesTests.java:[703] 
	final INattableModelManager manager = this.editor.getAdapter(INattableModelManager.class);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/tests/AbstractOpenTableTest.java:[54] 
	IPageManager pageManager = editor.getServicesRegistry().getService(IPageManager.class);
	             ^^^^^^^^^^^
The value of the local variable pageManager is not used
3. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/bugs/UnsupportedColumnCellTextTest.java (at line 31)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/bugs/UnsupportedColumnCellTextTest.java:[57] 
	Assert.assertEquals(ICellManager.NOT_AVALAIBLE, this.manager.getBodyLayerStack().getViewportLayer().getDataValueByPosition(1, 1));
	                                 ^^^^^^^^^^^^^
The field ICellManager.NOT_AVALAIBLE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/bugs/UnsupportedColumnCellTextTest.java:[58] 
	Assert.assertEquals(ICellManager.NOT_AVALAIBLE, this.manager.getBodyLayerStack().getViewportLayer().getDataValueByPosition(1, 2));
	                                 ^^^^^^^^^^^^^
The field ICellManager.NOT_AVALAIBLE is deprecated
5 problems (0 errors, 4 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 348 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/target/org.eclipse.papyrus.uml.nattable.clazz.config.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests >--
[INFO] Building org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT [66/175]
[INFO]   from ../../tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] Compiling 74 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 347 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/target/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests >--
[INFO] Building org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT [67/175]
[INFO]   from ../../tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.matrix.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/AbstractTableTest.java:[131] 
	editorModel = TableHelper.createTable(tableConfiguration, tableContext, name, "");
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated
4. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateMatrixAxisColumnTest.java (at line 40)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
5. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateTableAfterEditingColumnSourceTest.java (at line 33)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateTableAfterEditingColumnSourceTest.java:[268] 
	matrixManager.addColumnSources(Arrays.asList(packagesToAdd));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type NamedElement[] of the last argument to method asList(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateTableAfterEditingColumnSourceTest.java:[284] 
	matrixManager.removeColumnSources(Arrays.asList(packagesToRemove));
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type NamedElement[] of the last argument to method asList(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
7 problems (0 errors, 3 warnings, 4 infos)
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 323 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/target/org.eclipse.papyrus.uml.nattable.matrix.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests >---
[INFO] Building org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT    [68/175]
[INFO]   from ../../tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] The project's OSGi version is 4.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[160] 
	mngr.createsModels(model1File);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[198] 
	mngr.loadModels(model1File);
	     ^^^^^^^^^^^^^^^^^^^^^^
The method loadModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[230] 
	mngr.createsModels(model1File);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[263] 
	assertThat("workspace resource not created", modelFile.exists(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[265] 
	assertThat("EMF resource is null", model.getResource(), notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Resource, Matcher<? super Resource>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[266] 
	assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[336] 
	assertThat("workspace resource not created", modelFile1.exists(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[337] 
	assertThat("workspace resource not created", modelFile2.exists(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[339] 
	assertThat("EMF resource is null", model.getResource(), notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Resource, Matcher<? super Resource>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[340] 
	assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[341] 
	assertThat("EMF resource not created", res2.getContents().isEmpty(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[433] 
	mngr.createsModels(model1File);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[441] 
	mngr.saveAs(newPath);
	     ^^^^^^^^^^^^^^^
The method saveAs(IPath) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[473] 
	mngr.createsModels(model1File);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[495] 
	mngr.createsModels(model1File);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[518] 
	mngr.createsModels(model1File);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[554] 
	mngr.loadModels(model1File);
	     ^^^^^^^^^^^^^^^^^^^^^^
The method loadModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[628] 
	mngr.createsModels(createdFile);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[640] 
	mngr.importModels(new ModelIdentifiers(model1Key, model2Key), importFile);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method importModels(ModelIdentifiers, IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[690] 
	assertThat(earlySnippet.active, is((Set<IModel>) ImmutableSet.<IModel> of(model1, model2)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<IModel>, Matcher<? super Set<IModel>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[691] 
	assertThat(lateSnippet.active, is((Set<IModel>) ImmutableSet.<IModel> of(model1, model2)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<IModel>, Matcher<? super Set<IModel>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/JobBasedFutureTest.java:[284] 
	throw (Exception) exception.newInstance();
	                            ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#3-of ? extends Throwable> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/JobBasedFutureTest.java:[286] 
	throw (Error) exception.newInstance();
	                        ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#5-of ? extends Throwable> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[35] 
	import org.eclipse.papyrus.infra.core.internal.language.LanguageModelRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LanguageModelRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[183] 
	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LanguageModelRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[183] 
	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
	                      ^^^^^^^^
Discouraged access: The field 'LanguageModelRegistry.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[183] 
	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
	                               ^^^^
Discouraged access: The method 'LanguageModelRegistry.bind(String, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[190] 
	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LanguageModelRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[190] 
	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
	                      ^^^^^^^^
Discouraged access: The field 'LanguageModelRegistry.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[190] 
	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
	                               ^^^^
Discouraged access: The method 'LanguageModelRegistry.bind(String, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[102] 
	modelSet.createsModels(model1File);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[137] 
	modelSet.createsModels(model1File);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[171] 
	modelSet.loadModels(model1File);
	         ^^^^^^^^^^^^^^^^^^^^^^
The method loadModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[207] 
	modelSet.createsModels(model1File);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[244] 
	modelSet.createsModels(model1File);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[281] 
	modelSet.createsModels(model1File);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[342] 
	modelSet.createsModels(model1File);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createsModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/services/FakeService.java:[60] 
	this.trace = trace;
	     ^^^^^
The static field FakeService.trace should be accessed in a static way
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[44] 
	assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Optional<String>, Matcher<? super Optional<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[44] 
	assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class));
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[44] 
	assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<String>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[51] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Optional<String>, Matcher<? super Optional<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[51] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class));
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[51] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<String>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[59] 
	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Optional<AdapterUtilsTest.EMFAdapter>, Matcher<? super Optional<AdapterUtilsTest.EMFAdapter>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[59] 
	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class));
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[59] 
	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<AdapterUtilsTest.EMFAdapter>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[66] 
	assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Optional<Integer>, Matcher<? super Optional<Integer>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[66] 
	assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class));
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[66] 
	assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<Integer>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[73] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Optional<Integer>, Matcher<? super Optional<Integer>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[73] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class));
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[73] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<Integer>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[80] 
	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Optional<AdapterUtilsTest.EMFAdapter>, Matcher<? super Optional<AdapterUtilsTest.EMFAdapter>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[80] 
	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class));
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[80] 
	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<AdapterUtilsTest.EMFAdapter>) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[87] 
	assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[87] 
	assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo));
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[87] 
	assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<String>, String) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[94] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[94] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo));
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[94] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<String>, String) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[102] 
	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(AdapterUtilsTest.EMFAdapter, Matcher<? super AdapterUtilsTest.EMFAdapter>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[102] 
	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf));
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[102] 
	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<AdapterUtilsTest.EMFAdapter>, AdapterUtilsTest.EMFAdapter) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[109] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[109] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42));
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[109] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<Integer>, Integer) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[116] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[116] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue());
	           ^^^^^^^^^^^^
The type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[116] 
	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method adapt(Object, Class<Integer>, Integer) from the type AdapterUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[156] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type AdapterUtilsTest.AdaptableWrapper needs unchecked conversion to conform to T from the type IAdaptable
72 problems (72 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/target/org.eclipse.papyrus.infra.core.tests-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests >--
[INFO] Building org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT  [69/175]
[INFO]   from ../../tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/org/eclipse/papyrus/uml/nattable/tests/tests/UMLRestrictedContentProviderTestCustomProfile.java:[63] 
	private Property basePropSte1;
	                 ^^^^^^^^^^^^
The value of the field UMLRestrictedContentProviderTestCustomProfile.basePropSte1 is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/org/eclipse/papyrus/uml/nattable/tests/bugs/MoveElementInSynchronizedTableTest.java:[157] 
	List<EObject> nodes = new ArrayList<EObject>((List<EObject>) activity.eGet(UMLPackage.eINSTANCE.getActivity_OwnedNode()));
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/target/org.eclipse.papyrus.uml.nattable.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature >--
[INFO] Building org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT [70/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] The project's OSGi version is 1.3.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 348 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/target/org.eclipse.papyrus.tests.uml.nattable.feature-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.tests.releng >--
[INFO] Building org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT [71/175]
[INFO]   from ../../tests/junit/plugins/infra/services/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests >--
[INFO] Building org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT [72/175]
[INFO]   from ../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.controlmode.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 301 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/target/org.eclipse.papyrus.infra.services.controlmode.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests >--
[INFO] Building org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT [73/175]
[INFO]   from ../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.resourceloading.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/testModel2/AbstractResourceLoadingTestModel2.java:[89] 
	modelSet.loadModels(resourceLoaded);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method loadModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/testModel1/AbstractResourceLoadingTestModel2.java:[94] 
	modelSet.loadModels(resourceLoaded);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method loadModels(IFile) from the type ModelSet is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/StrategyChooserFixture.java:[19] 
	import org.eclipse.papyrus.infra.services.resourceloading.impl.ProxyManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/StrategyChooserFixture.java:[35] 
	chooser = ProxyManager.getStrategyChooser();
	          ^^^^^^^^^^^^
Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/StrategyChooserFixture.java:[35] 
	chooser = ProxyManager.getStrategyChooser();
	                       ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProxyManager.getStrategyChooser()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.resourceloading/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/testModel1/AbstractResourceLoadingTestModel1.java:[91] 
	modelSet.loadModels(modelFile);
	         ^^^^^^^^^^^^^^^^^^^^^
The method loadModels(IFile) from the type ModelSet is deprecated
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/target/org.eclipse.papyrus.infra.services.resourceloading.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests >--
[INFO] Building org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT [74/175]
[INFO]   from ../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[11] 
	import org.eclipse.papyrus.infra.services.edit.internal.ElementEditServiceProviderFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[17] 
	* JUnit tests for {@link ElementEditServiceProviderFactory} class.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[36] 
	ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[36] 
	ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory();
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[36] 
	ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory();
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ElementEditServiceProviderFactory()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[37] 
	factory.init(registry);
	        ^^^^
Discouraged access: The method 'ElementEditServiceProviderFactory.init(ServicesRegistry)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[38] 
	service = factory.createServiceInstance();
	                  ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ElementEditServiceProviderFactory.createServiceInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditService.java:[18] 
	import org.eclipse.papyrus.infra.services.edit.internal.ElementEditService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementEditService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditService.java:[25] 
	* JUnit tests for {@link ElementEditService} class.
	                         ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementEditService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProvider.java:[22] 
	import org.eclipse.papyrus.infra.services.edit.internal.ElementEditServiceProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementEditServiceProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProvider.java:[28] 
	* JUnit tests for {@link ElementEditServiceProvider} class.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementEditServiceProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.services.edit/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar')
11 problems (11 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/target/org.eclipse.papyrus.infra.services.edit.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.edit.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests >--
[INFO] Building org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT [75/175]
[INFO]   from ../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.semantic.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[62] 
	assertThat(roots, hasItem(instanceOf(Model.class)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[63] 
	assertThat(roots, hasItem(instanceOf(Profile.class)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[66] 
	assertThat(roots, not(hasItem(isStereotypeApplication())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[69] 
	assertThat(roots, not(hasItem(instanceOf(Diagram.class))));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[70] 
	assertThat(roots, not(hasItem(instanceOf(Table.class))));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[80] 
	assertThat(modelIDs, hasItem(UmlModel.MODEL_ID));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[82] 
	assertThat(modelIDs, not(hasItem(NotationModel.MODEL_ID)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/target/org.eclipse.papyrus.infra.services.semantic.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.semantic.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests >--
[INFO] Building org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT [76/175]
[INFO]   from ../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit.ui.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/target/org.eclipse.papyrus.infra.services.edit.ui.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature >--
[INFO] Building org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT [77/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.services.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/target/org.eclipse.papyrus.tests.infra.services.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.services.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.tests.releng >--
[INFO] Building org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT  [78/175]
[INFO]   from ../../tests/junit/plugins/views/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests >--
[INFO] Building org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT [79/175]
[INFO]   from ../../tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.views.modelexplorer.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/OpendiagramTest.java:[91] 
	Assert.assertNotEquals("the label of diagram1 is not good", "Diagram1", labeProvider.getText(diagram1)); //$NON-NLS-1$ //$NON-NLS-2$
	                                                                                     ^^^^^^^
Discouraged access: The method 'NavigatorDecoratingLabelProvider.getText(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/OpendiagramTest.java:[92] 
	Assert.assertNotEquals("the label of class1 is not good", "class1", labeProvider.getText(class1)); //$NON-NLS-1$ //$NON-NLS-2$
	                                                                                 ^^^^^^^
Discouraged access: The method 'NavigatorDecoratingLabelProvider.getText(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[55] 
	import org.eclipse.ui.internal.handlers.HandlerProxy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HandlerProxy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[190] 
	if (currentHandler instanceof HandlerProxy) {
	                              ^^^^^^^^^^^^
Discouraged access: The type 'HandlerProxy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[191] 
	currentHandler = ((HandlerProxy) currentHandler).getHandler();
	                   ^^^^^^^^^^^^
Discouraged access: The type 'HandlerProxy' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[191] 
	currentHandler = ((HandlerProxy) currentHandler).getHandler();
	                                                 ^^^^^^^^^^
Discouraged access: The method 'HandlerProxy.getHandler()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/target/org.eclipse.papyrus.views.modelexplorer.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.modelexplorer.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests >--
[INFO] Building org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT [80/175]
[INFO]   from ../../tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.views.documentation.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.documentation.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 325 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/target/org.eclipse.papyrus.views.documentation.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.documentation.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature >-----
[INFO] Building org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT [81/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.views.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 323 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/target/org.eclipse.papyrus.tests.views.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.views.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests.releng >--
[INFO] Building org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT [82/175]
[INFO]   from ../../tests/junit/plugins/uml/profile/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests >---
[INFO] Building org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT   [83/175]
[INFO]   from ../../tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/org/eclipse/papyrus/uml/profile/tests/DialogInteractionRule.java:[30] 
	import org.eclipse.papyrus.uml.profile.service.ui.RefreshProfileDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshProfileDialog' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile/4.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/org/eclipse/papyrus/uml/profile/tests/DialogInteractionRule.java:[149] 
	RefreshProfileDialog dialog = findWindow(RefreshProfileDialog.class);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshProfileDialog' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile/4.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/org/eclipse/papyrus/uml/profile/tests/DialogInteractionRule.java:[149] 
	RefreshProfileDialog dialog = findWindow(RefreshProfileDialog.class);
	                                         ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RefreshProfileDialog' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile/4.2.0-SNAPSHOT/org.eclipse.papyrus.uml.profile-4.2.0-SNAPSHOT.jar')
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 301 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/target/org.eclipse.papyrus.uml.profile.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests.releng >--
[INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT [84/175]
[INFO]   from ../../tests/junit/plugins/uml/modelexplorer/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/modelexplorer/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests >--
[INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT [85/175]
[INFO]   from ../../tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.modelexplorer.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/target/org.eclipse.papyrus.uml.modelexplorer.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests >--
[INFO] Building org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT [86/175]
[INFO]   from ../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.service.types.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreatePureUMLElementTest.java:[82] 
	private static Class testClass;
	                     ^^^^^^^^^
The value of the field CreatePureUMLElementTest.testClass is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreatePureUMLElementTest.java:[84] 
	private static Activity testActivityWithNode;
	                        ^^^^^^^^^^^^^^^^^^^^
The value of the field CreatePureUMLElementTest.testActivityWithNode is not used
5. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreateAssociationCompositeDirectedTest.java (at line 36)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
6. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreateAssociationSharedTest.java (at line 36)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
7. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreateAssociationSharedDirectedTest.java (at line 36)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
8. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreateAssociationDirectedTest.java (at line 36)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
8 problems (0 errors, 2 warnings, 6 infos)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.types.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 326 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/target/org.eclipse.papyrus.uml.service.types.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.service.types.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests >--
[INFO] Building org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT [87/175]
[INFO]   from ../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.properties.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/modelelement/tests/UMLModelElementTest.java:[128] 
	return new StrategyBasedContentProvider(new ProviderBasedBrowseStrategy(treeContent),
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
23. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/OwnerObservableValueTest.java (at line 31)
	@SuppressWarnings({ "nls" })
	                    ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
24. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/StereotypeApplicationObservableListTest.java (at line 33)
	@SuppressWarnings({ "nls" })
	                    ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
25. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ExtensionRequiredObservableValueTest.java (at line 30)
	@SuppressWarnings({ "nls" })
	                    ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
26. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ExtensionEndMultiplicityObservableValueTest.java (at line 31)
	@SuppressWarnings({ "nls" })
	                    ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
27. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/MultiplicityObservableValueTest.java (at line 40)
	@SuppressWarnings({ "unchecked", "rawtypes", "nls" })
	                                             ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
28. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ElementCustomizationQualifiedNameObservableValueTest.java (at line 23)
	@SuppressWarnings({ "nls" })
	                    ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
29. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/BasicObservableListTest.java (at line 33)
	@SuppressWarnings({ "nls" })
	                    ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
30. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/NavigationObservableValueTest.java (at line 30)
	@SuppressWarnings({ "nls" })
	                    ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
31. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/OwnedCommentsObservableListTest.java (at line 32)
	@SuppressWarnings({ "nls" })
	                    ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
31 problems (0 errors, 1 warning, 30 infos)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.properties.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 329 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/target/org.eclipse.papyrus.uml.properties.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.properties.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.types.core.tests >--
[INFO] Building org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT [88/175]
[INFO]   from ../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.types.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.types.core.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.types.core.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 324 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/target/org.eclipse.papyrus.uml.types.core.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.types.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests >--
[INFO] Building org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT [89/175]
[INFO]   from ../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.modelrepair.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[27] 
	* Tests for {@link ProfileNamespaceURIPattern}s and the related functionality.
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[104] 
	protected static Predicate<ProfileNamespaceURIPattern> isExtensionPointPattern() {
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[105] 
	return new Predicate<ProfileNamespaceURIPattern>() {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[107] 
	public boolean apply(ProfileNamespaceURIPattern pattern) {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[108] 
	return pattern.getRegexPattern() != null && EXTENSION_POINT_PATTERN.equals(pattern.getRegexPattern().pattern()) &&
	               ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.getRegexPattern()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[108] 
	return pattern.getRegexPattern() != null && EXTENSION_POINT_PATTERN.equals(pattern.getRegexPattern().pattern()) &&
	                                                                                   ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.getRegexPattern()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[109] 
	pattern.getVersionFormat() != null;
	        ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.getVersionFormat()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[123] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[123] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[123] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[124] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[124] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
	                                                            ^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[126] 
	assertThat("Pattern should have matched.", match.hasMatched());
	                                                 ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[128] 
	match.getNamespaceURI(), is(NO_VERSION_A_URI));
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[130] 
	match.getVersionlessNamespaceURI(), is(NO_VERSION_A_URI));
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[132] 
	match.getVersion(), is(NO_VERSION_VERSION_DEFAULT));
	      ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[142] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[142] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[142] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[143] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[143] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
	                                                            ^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[145] 
	assertThat("Pattern should have matched.", match.hasMatched());
	                                                 ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[147] 
	match.getNamespaceURI(), is(NO_VERSION_A_URI));
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[149] 
	match.getVersionlessNamespaceURI(), is(NO_VERSION_A_URI));
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[151] 
	match.getVersion(), is(NO_VERSION_A_URI));
	      ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[162] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[162] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[162] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[163] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[163] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
	                                                            ^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[165] 
	assertThat("Pattern should have matched.", match.hasMatched());
	                                                 ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[167] 
	match.getNamespaceURI(), is(SINGLE_VERSION_A7_URI));
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[169] 
	match.getVersionlessNamespaceURI(), is(SINGLE_VERSION_A7_VERSIONLESS_URI));
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[171] 
	match.getVersion(), is(SINGLE_VERSION_A7_VERSION_DEFAULT));
	      ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[180] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[180] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[180] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[181] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[181] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
	                                                            ^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[183] 
	assertThat("Pattern should have matched.", match.hasMatched());
	                                                 ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[185] 
	match.getNamespaceURI(), is(SINGLE_VERSION_A7_URI));
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[187] 
	match.getVersionlessNamespaceURI(), is(SINGLE_VERSION_A7_VERSIONLESS_URI));
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[189] 
	match.getVersion(), is(SINGLE_VERSION_A7_VERSION_FORMAT));
	      ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[200] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[200] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[200] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[201] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[201] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
	                                                            ^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[203] 
	assertThat("Pattern should have matched.", match.hasMatched());
	                                                 ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[205] 
	match.getNamespaceURI(), is(MULTI_VERSION_A7_701_URI));
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[207] 
	match.getVersionlessNamespaceURI(), is(MULTI_VERSION_A7_701_VERSIONLESS_URI));
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[209] 
	match.getVersion(), is(MULTI_VERSION_A7_701_VERSION_DEFAULT));
	      ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[218] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[218] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[218] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[219] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[219] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
	                                                            ^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[221] 
	assertThat("Pattern should have matched.", match.hasMatched());
	                                                 ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[223] 
	match.getNamespaceURI(), is(MULTI_VERSION_A7_701_URI));
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[225] 
	match.getVersionlessNamespaceURI(), is(MULTI_VERSION_A7_701_VERSIONLESS_URI));
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[227] 
	match.getVersion(), is(MULTI_VERSION_A7_701_VERSION_FORMAT));
	      ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[238] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[238] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[238] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[239] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[239] 
	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
	                                                            ^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[241] 
	assertThat("Pattern should not have matched.", !match.hasMatched());
	                                                      ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[243] 
	match.getNamespaceURI(), nullValue());
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[245] 
	match.getVersionlessNamespaceURI(), nullValue());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[247] 
	match.getVersion(), nullValue());
	      ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[256] 
	final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH;
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[256] 
	final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH;
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[256] 
	final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH;
	                                                                                          ^^^^^^^^
Discouraged access: The field 'ProfileNamespaceURIPatternMatchResult.NO_MATCH' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[258] 
	assertThat("Pattern should not have matched.", !match.hasMatched());
	                                                      ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[260] 
	match.getNamespaceURI(), nullValue());
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[262] 
	match.getVersionlessNamespaceURI(), nullValue());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[264] 
	match.getVersion(), nullValue());
	      ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[275] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[275] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[275] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[276] 
	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_A_URI);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternComparison' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[276] 
	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_A_URI);
	                                                                ^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.compare(String, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[278] 
	assertThat("Comparison should be valid.", comparison.isValid());
	                                                     ^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isValid()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[279] 
	assertThat("Same URI should be equal to itself (namespace URI).", comparison.isEqualNamespaceURI());
	                                                                             ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[280] 
	assertThat("Same URI should be equal to itself (versionless URI).", comparison.isEqualVersionlessNamespaceURI());
	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[281] 
	assertThat("Same URI should be equal to itself (version).", comparison.isEqualVersion());
	                                                                       ^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[290] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[290] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[290] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[291] 
	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_B_URI);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternComparison' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[291] 
	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_B_URI);
	                                                                ^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.compare(String, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[293] 
	assertThat("Comparison should be valid.", comparison.isValid());
	                                                     ^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isValid()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[294] 
	assertThat("Should not be the same namespace URI.", !comparison.isEqualNamespaceURI());
	                                                                ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[295] 
	assertThat("Should not be the same versionless URI.", !comparison.isEqualVersionlessNamespaceURI());
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[296] 
	assertThat("Should be the same version (no version).", comparison.isEqualVersion());
	                                                                  ^^^^^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[307] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[307] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[307] 
	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[308] 
	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(SINGLE_VERSION_A7_URI, SINGLE_VERSION_A7_URI);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternComparison' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[308] 
	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(SINGLE_VERSION_A7_URI, SINGLE_VERSION_A7_URI);
	                                                                ^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPattern.compare(String, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[57] 
	import org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPattern;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[58] 
	import org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[82] 
	* Specific bug regression tests for the {@link StereotypeApplicationRepairSnippet} class and its dependencies.
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[102] 
	private ZombieStereotypesDescriptor zombies;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[132] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[132] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                   ^^^^
Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[161] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[161] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                   ^^^^
Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[215] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[215] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                   ^^^^
Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[283] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[283] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                   ^^^^
Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                                                 ^^^^^^
Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[302] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[302] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                   ^^^^
Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                                                 ^^^^^^
Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[343] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[343] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                   ^^^^
Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[376] 
	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
	                                                    ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[387] 
	Collection<? extends EObject> packageAzombies = zombies.getZombies(packageA.get());
	                                                        ^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[390] 
	Collection<? extends EObject> packageBzombies = zombies.getZombies(packageB.get());
	                                                        ^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[397] 
	* Tests that bug 496307 is resolved through {@link ProfileNamespaceURIPattern}s which provide a mechanism to
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[414] 
	ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[414] 
	ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE;
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPatternRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[414] 
	ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE;
	                                                                                 ^^^^^^^^
Discouraged access: The field 'ProfileNamespaceURIPatternRegistry.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[415] 
	ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[415] 
	ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[415] 
	ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[419] 
	registry.register(pattern);
	         ^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternRegistry.register(ProfileNamespaceURIPattern)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[421] 
	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
	                                                    ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[433] 
	Collection<? extends EObject> packageAzombies = zombies.getZombies(packageA.get());
	                                                        ^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[442] 
	Collection<? extends EObject> packageBzombies = zombies.getZombies(packageB.get());
	                                                        ^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[452] 
	registry.unregister(pattern);
	         ^^^^^^^^^^
Discouraged access: The method 'ProfileNamespaceURIPatternRegistry.unregister(ProfileNamespaceURIPattern)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[470] 
	if (next.isAnnotationPresent(Bug.class) && StereotypeApplicationRepairSnippet.class.isAssignableFrom(next.getReturnType())) {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[486] 
	fixture.start(modelSet.getResourceSet());
	        ^^^^^
Discouraged access: The method 'StereotypeApplicationRepairSnippet.start(ModelSet)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[569] 
	void repair(final IAdaptable schema, final IRepairAction action) {
	                                           ^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[575] 
	zombies.repair(schema, action, null, null);
	        ^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.repair(IAdaptable, IRepairAction, DiagnosticChain, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[586] 
	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
	                                                    ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[657] 
	public void addZombies(ZombieStereotypesDescriptor zombies) {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[67] 
	* Automated tests for the {@link StereotypeApplicationRepairSnippet} class and its dependencies.
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[86] 
	private ZombieStereotypesDescriptor zombies;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[117] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[117] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                   ^^^^
Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[138] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[138] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                   ^^^^
Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[158] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[158] 
	IRepairAction action = zombies.getSuggestedRepairAction(schema);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                   ^^^^
Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] 
	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] 
	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
	^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] 
	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getRepairAction(IAdaptable, IRepairAction.Kind)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] 
	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] 
	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] 
	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
	                                                                          ^^^^^^
Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] 
	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                         ^^^^
Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] 
	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] 
	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] 
	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
	                                                                       ^^^^^^
Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[195] 
	fixture.start(modelSet.getResourceSet());
	        ^^^^^
Discouraged access: The method 'StereotypeApplicationRepairSnippet.start(ModelSet)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[199] 
	void repair(final IAdaptable schema, final IRepairAction action) {
	                                           ^^^^^^^^^^^^^
Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[205] 
	zombies.repair(schema, action, null, null);
	        ^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.repair(IAdaptable, IRepairAction, DiagnosticChain, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[215] 
	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
	                                                    ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[271] 
	static class MyStereotypeApplicationRepairSnippet extends StereotypeApplicationRepairSnippet {
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[274] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'StereotypeApplicationRepairSnippet()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[278] 
	super(presenterFunction, dynamicProfileSupplier);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'StereotypeApplicationRepairSnippet(Function<? super ModelSet,? extends IZombieStereotypePresenter>, Function<? super EPackage,Profile>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[282] 
	super(presenterFunction);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'StereotypeApplicationRepairSnippet(Function<? super ModelSet,? extends IZombieStereotypePresenter>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[287] 
	protected ZombieStereotypesDescriptor getZombieStereotypes(Resource resource) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[288] 
	return super.getZombieStereotypes(resource);
	             ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'StereotypeApplicationRepairSnippet.getZombieStereotypes(Resource)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[293] 
	protected ZombieStereotypesDescriptor getZombieStereotypes(Resource resource, Element root) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[294] 
	return super.getZombieStereotypes(resource, root);
	             ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'StereotypeApplicationRepairSnippet.getZombieStereotypes(Resource, Element)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[300] 
	return super.getRootUMLElement(resource);
	             ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'StereotypeApplicationRepairSnippet.getRootUMLElement(Resource)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[306] 
	return super.getAppliedDefinitions(profileApplications);
	             ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'StereotypeApplicationRepairSnippet.getAppliedDefinitions(Iterable<? extends ProfileApplication>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.modelrepair/3.1.0-SNAPSHOT/org.eclipse.papyrus.uml.modelrepair-3.1.0-SNAPSHOT.jar')
204 problems (204 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/target/org.eclipse.papyrus.uml.modelrepair.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.modelrepair.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests >--
[INFO] Building org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT [90/175]
[INFO]   from ../../tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] The project's OSGi version is 2.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.profile.drafter.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/org/eclipse/papyrus/uml/profile/drafter/tests/TracesRecorder.java:[96] 
	public class TraceRecord<T1, T2> {
	                         ^^
The type parameter T1 is hiding the type T1
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/org/eclipse/papyrus/uml/profile/drafter/tests/TracesRecorder.java:[96] 
	public class TraceRecord<T1, T2> {
	                             ^^
The type parameter T2 is hiding the type T2
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[42] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[47] 
	List models = (List) inputElement;
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[47] 
	List models = (List) inputElement;
	               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 302 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/target/org.eclipse.papyrus.uml.profile.drafter.tests-2.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests >--
[INFO] Building org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT [91/175]
[INFO]   from ../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.service.types.ui.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/org/eclipse/papyrus/uml/service/types/ui/tests/creation/CreateRelationshipTest.java:[777] 
	public void setInitialElementSelections(List selectedElements) {
	                                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/org/eclipse/papyrus/uml/service/types/ui/tests/creation/AbstractCreateRelationshipTest.java:[258] 
	public void setInitialElementSelections(List selectedElements) {
	                                        ^^^^
List is a raw type. References to generic type List<E> should be parameterized
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 326 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/target/org.eclipse.papyrus.uml.service.types.ui.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests >---
[INFO] Building org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT   [92/175]
[INFO]   from ../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.filters.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.filters.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/target/org.eclipse.papyrus.uml.filters.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.filters.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature >------
[INFO] Building org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT   [93/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 333 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/target/org.eclipse.papyrus.tests.uml.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests >--
[INFO] Building org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT [94/175]
[INFO]   from ../../tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] Compiling 79 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[20] 
	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[21] 
	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[22] 
	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[23] 
	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel is never used
5. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/utils/ObservableListTest.java (at line 33)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[21] 
	* A fake {@link TabFolderPart} for testing purpose.
	                ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[23] 
	* This class allows to instanciate a {@link TabFolderPart}.
	                                            ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[28] 
	public class FakeTabFolderPart extends TabFolderPart {
	                                       ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[31] 
	* Create a fake {@link TabFolderPart}
	                       ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[36] 
	super( new RootPart(null), null, null);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TabFolderPart(IPanelParent, ITabFolderModel, Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[36] 
	super( new RootPart(null), null, null);
	           ^^^^^^^^
Discouraged access: The type 'RootPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[36] 
	super( new RootPart(null), null, null);
	           ^^^^^^^^
Discouraged access: The constructor 'RootPart(SashWindowsContainer)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[73] 
	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
	                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[78] 
	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
	          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[84] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[84] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	                                               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[84] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	                                               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[86] 
	sashWindowContainer.setContentProvider(contentProvider);
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[88] 
	sashWindowContainer.createPartControl(shell);
	                    ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[136] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[139] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[142] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p11")));
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[142] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p11")));
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[143] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p13")));
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[143] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p13")));
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[144] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p15")));
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[144] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p15")));
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[145] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[145] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[146] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p14")));
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[146] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p14")));
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[147] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[147] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[148] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p23")));
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[148] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p23")));
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[149] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p22")));
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[149] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p22")));
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[157] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[158] 
	container.getActiveSashWindowsPage();
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[159] 
	assertEquals( "expected active page", "p23", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[160] 
	assertEquals( "expected active page", helper.lookupPageByName("p23"), container.getActiveSashWindowsPage().getRawModel());
	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[163] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[164] 
	container.getActiveSashWindowsPage();
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[165] 
	assertEquals( "expected active page", "p21", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[168] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[169] 
	container.getActiveSashWindowsPage();
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[170] 
	assertEquals( "expected active page", "p14", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[173] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[174] 
	container.getActiveSashWindowsPage();
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[175] 
	assertEquals( "expected active page", "p12", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[178] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[179] 
	container.getActiveSashWindowsPage();
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[180] 
	assertEquals( "expected active page", "p15", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[183] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[184] 
	container.getActiveSashWindowsPage();
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[185] 
	assertEquals( "expected active page", "p13", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[22] 
	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[23] 
	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.RootModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.RootModel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[24] 
	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[25] 
	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[26] 
	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerDisposeCalledTest.java:[90] 
	final SashWindowsContainer container = editor.getSashWindowsContainer();
	      ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerDisposeCalledTest.java:[113] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[21] 
	import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[36] 
	protected SashWindowsContainer sashContainer;
	          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[57] 
	sashContainer.refreshTabs();
	              ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[65] 
	sashContainer = new SashWindowsContainer();
	                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[65] 
	sashContainer = new SashWindowsContainer();
	                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[68] 
	sashContainer.setContentProvider(contentProvider);
	              ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[92] 
	sashContainer.createPartControl(parent);
	              ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[35] 
	* Test if the {@link SashWindowsContainer} send the events of a folder lifecycle.
	                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[36] 
	* Test if the folder lifecycle events are correctly thrown by the {@link SashWindowsContainer} when 
	                                                                         ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[65] 
	protected IPage lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
	                                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[67] 
	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[67] 
	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[67] 
	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LookupModelPageVisitor(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[68] 
	container.visit(visitor);
	          ^^^^^
Discouraged access: The method 'SashWindowsContainer.visit(IPartVisitor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[69] 
	return visitor.result();
	               ^^^^^^
Discouraged access: The method 'LookupModelPageVisitor.result()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[82] 
	ISashWindowsContentProvider contentProvider = containerFacade.getIContentProvider();
	                            ^^^^^^^^^^^^^^^
The value of the local variable contentProvider is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[83] 
	SashWindowsContainer container = containerFacade.getSashContainer();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[87] 
	container.getFolderLifeCycleEventProvider().addListener(listener);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getFolderLifeCycleEventProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[87] 
	container.getFolderLifeCycleEventProvider().addListener(listener);
	                                            ^^^^^^^^^^^
Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[97] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[102] 
	assertEquals("right object", containerFacade.getNamesToInternalMap().get("f1"), listener.getEvents().get(i++).getRawModel());
	                                                                                                              ^^^^^^^^^^^
Discouraged access: The method 'TabFolderPart.getRawModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[104] 
	assertEquals("right object", containerFacade.getNamesToInternalMap().get("f2"), listener.getEvents().get(i++).getRawModel());
	                                                                                                              ^^^^^^^^^^^
Discouraged access: The method 'TabFolderPart.getRawModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[116] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[133] 
	ISashWindowsContentProvider contentProvider = containerFacade.getIContentProvider();
	                            ^^^^^^^^^^^^^^^
The value of the local variable contentProvider is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[134] 
	SashWindowsContainer container = containerFacade.getSashContainer();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[138] 
	container.getFolderLifeCycleEventProvider().addListener(listener);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getFolderLifeCycleEventProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[138] 
	container.getFolderLifeCycleEventProvider().addListener(listener);
	                                            ^^^^^^^^^^^
Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[148] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[156] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[162] 
	assertEquals("right object", containerFacade.getNamesToInternalMap().get("f2"), listener.getEvents().get(i++).getRawModel());
	                                                                                                              ^^^^^^^^^^^
Discouraged access: The method 'TabFolderPart.getRawModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[27] 
	import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[41] 
	* Class providing a facade to test the {@link SashWindowsContainer} class.
	                                              ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[43] 
	* This facade own a {@link SimpleSashWindowsContentProvider}, a {@link SashWindowsContainer} and
	                                                                       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[71] 
	protected SashWindowsContainer sashContainer;
	          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[117] 
	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
	                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[122] 
	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
	          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[128] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[128] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	                                               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[128] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	                                               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[130] 
	sashWindowContainer.setContentProvider(contentProvider);
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[132] 
	sashWindowContainer.createPartControl(shell);
	                    ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[141] 
	public SashWindowsContainer getSashContainer() {
	       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[163] 
	sashContainer.dispose();
	              ^^^^^^^
Discouraged access: The method 'SashWindowsContainer.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[24] 
	import org.eclipse.papyrus.infra.core.sasheditor.internal.IMultiEditorManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IMultiEditorManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[25] 
	import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[26] 
	import org.eclipse.papyrus.infra.core.sasheditor.internal.eclipsecopy.MultiPageSelectionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MultiPageSelectionProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[41] 
	* This main editor provide the minimum required to let a {@link SashWindowsContainer} run inside.
	                                                                ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[65] 
	public class FakeMultiSashPageEditor extends EditorPart implements IMultiEditorManager, IMultiPageEditorPart {
	                                                                   ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IMultiEditorManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[77] 
	private SashWindowsContainer sashContainer;
	        ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[270] 
	site.setSelectionProvider(new MultiPageSelectionProvider(this));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MultiPageSelectionProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[270] 
	site.setSelectionProvider(new MultiPageSelectionProvider(this));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'MultiPageSelectionProvider(IMultiPageEditorPart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[280] 
	sashContainer = new SashWindowsContainer(this);
	                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[280] 
	sashContainer = new SashWindowsContainer(this);
	                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashWindowsContainer(IMultiEditorManager)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[281] 
	sashContainer.setContentProvider(getContentProvider());
	              ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[282] 
	sashContainer.createPartControl(parent);
	              ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[324] 
	sashContainer.refreshTabs();
	              ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[334] 
	return sashContainer.getActiveEditor();
	                     ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[349] 
	public SashWindowsContainer getSashWindowsContainer() {
	       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[359] 
	sashContainer.setFocus();
	              ^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.setFocus()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[90] 
	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
	                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[95] 
	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
	          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[101] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[101] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	                                               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[101] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	                                               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[103] 
	sashWindowContainer.setContentProvider(contentProvider);
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[105] 
	sashWindowContainer.createPartControl(shell);
	                    ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[131] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[131] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                                                                                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[151] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[152] 
	IPage page = container.getActiveSashWindowsPage();
	                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[158] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[158] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                                                                                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[177] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[178] 
	IPage page = container.getActiveSashWindowsPage();
	                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[184] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[184] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                                                                                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[216] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[217] 
	List<IPage> pages = container.getVisiblePages();
	                              ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getVisiblePages()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[227] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[227] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                                                                                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[247] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[249] 
	List<IPage> pages = container.getVisiblePages();
	                              ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getVisiblePages()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[267] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[267] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                                                                                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[287] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[289] 
	List<IPage> pages = container.getVisiblePages();
	                              ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getVisiblePages()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[305] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[305] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
	                                                                                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[314] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[315] 
	IPage page = container.getActiveSashWindowsPage();
	                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[321] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#selectPage(IPage)}.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[321] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#selectPage(IPage)}.
	                                                                                                 ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[341] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[344] 
	assertNotNull("active page set", container.getActiveSashWindowsPage());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[347] 
	IPage p12 = container.lookupModelPage(models.get("p12"));
	                      ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[348] 
	container.selectPage(p12);
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[349] 
	assertEquals("page selected", p12, container.getActiveSashWindowsPage());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[352] 
	IPage p22 = container.lookupModelPage(models.get("p22"));
	                      ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[353] 
	container.selectPage(p22);
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[354] 
	assertEquals("page selected", p22, container.getActiveSashWindowsPage());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[357] 
	IPage p11 = container.lookupModelPage(models.get("p11"));
	                      ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[358] 
	container.selectPage(p11);
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[359] 
	assertEquals("page selected", p11, container.getActiveSashWindowsPage());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[364] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[364] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
	                                                                                                 ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[370] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[372] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[378] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[378] 
	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
	                                                                                                 ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[400] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[401] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[407] 
	* Test method for {@link SashWindowsContainer#visit(org.eclipse.papyrus.infra.core.sasheditor.editor.IPageVisitor)}
	                         ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[407] 
	* Test method for {@link SashWindowsContainer#visit(org.eclipse.papyrus.infra.core.sasheditor.editor.IPageVisitor)}
	                                              ^^^^^
Discouraged access: The method 'SashWindowsContainer.visit(IPageVisitor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[427] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[430] 
	container.visit(pageVisitor);
	          ^^^^^
Discouraged access: The method 'SashWindowsContainer.visit(IPageVisitor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[455] 
	* Test method for {@link SashWindowsContainer#lookupModelPage(Object)}
	                         ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[455] 
	* Test method for {@link SashWindowsContainer#lookupModelPage(Object)}
	                                              ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[475] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[478] 
	IPage foundPage = container.lookupModelPage(model);
	                            ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[483] 
	* Test method for {@link SashWindowsContainer#setFolderTabMenuManager(MenuManager)}
	                         ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[483] 
	* Test method for {@link SashWindowsContainer#setFolderTabMenuManager(MenuManager)}
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.setFolderTabMenuManager(MenuManager)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[505] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[508] 
	container.setFolderTabMenuManager(menuManager);
	          ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.setFolderTabMenuManager(MenuManager)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[511] 
	TabFolderPart folderPart = lookupTabFolderPart(container, referenceFolder);
	^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[512] 
	assertNotNull("menu exist", folderPart.getControl().getMenu());
	                                       ^^^^^^^^^^
Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[515] 
	assertNotNull("menu exist", folderPart.getControl().getMenu());
	                                       ^^^^^^^^^^
Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[518] 
	assertNotNull("menu exist", folderPart.getControl().getMenu());
	                                       ^^^^^^^^^^
Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[521] 
	assertNotNull("menu exist", folderPart.getControl().getMenu());
	                                       ^^^^^^^^^^
Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[527] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[530] 
	assertNotNull("menu exist", folderPart.getControl().getMenu());
	                                       ^^^^^^^^^^
Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[540] 
	protected TabFolderPart lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
	          ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[540] 
	protected TabFolderPart lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
	                                            ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[542] 
	LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LookupFolderPartByRawModelVisitor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[542] 
	LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LookupFolderPartByRawModelVisitor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[542] 
	LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LookupFolderPartByRawModelVisitor(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[543] 
	container.visit(visitor);
	          ^^^^^
Discouraged access: The method 'SashWindowsContainer.visit(IPartVisitor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[544] 
	return visitor.result();
	               ^^^^^^
Discouraged access: The method 'LookupFolderPartByRawModelVisitor.result()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[566] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[569] 
	IObservableList<IFolder> list = container.getIFolderList();
	                                          ^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getIFolderList()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[583] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[609] 
	SashWindowsContainer container = containerFacade.getSashContainer();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[612] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[615] 
	IObservableList<IFolder> list = container.getIFolderList();
	                                          ^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getIFolderList()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[627] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[12] 
	* Tests for the class {@link SashContainerEventsProvider}.
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[21] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#addListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[26] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[26] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[26] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[29] 
	provider.addListener(listener);
	         ^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[32] 
	PagePart page = null;
	^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[35] 
	provider.firePageAboutToBeClosedEvent(page);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[41] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#removeListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[46] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[46] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[46] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[49] 
	provider.addListener(listener);
	         ^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[50] 
	provider.removeListener(listener);
	         ^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.removeListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[53] 
	PagePart page = null;
	^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[56] 
	provider.firePageAboutToBeClosedEvent(page);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[67] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[67] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[67] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[70] 
	provider.addListener(listener);
	         ^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[73] 
	PagePart page = null;
	^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[76] 
	provider.firePageOpenedEvent(page);
	         ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[88] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[88] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[88] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[91] 
	provider.addListener(listener);
	         ^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[94] 
	PagePart page = null;
	^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[97] 
	provider.firePageClosedEvent(page);
	         ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[109] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[109] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[109] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[112] 
	provider.addListener(listener);
	         ^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[115] 
	PagePart page = null;
	^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[118] 
	provider.firePageAboutToBeOpenedEvent(page);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[130] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[130] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[130] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[133] 
	provider.addListener(listener);
	         ^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[136] 
	PagePart page = null;
	^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[139] 
	provider.firePageAboutToBeClosedEvent(page);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageActivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[151] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[151] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[151] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[154] 
	provider.addListener(listener);
	         ^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[157] 
	PagePart page = null;
	^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[160] 
	provider.firePageActivatedEvent(page);
	         ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageActivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageDeactivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[172] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[172] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[172] 
	SashContainerEventsProvider provider = new SashContainerEventsProvider();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[175] 
	provider.addListener(listener);
	         ^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[178] 
	PagePart page = null;
	^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[181] 
	provider.firePageDeactivatedEvent(page);
	         ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageDeactivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[40] 
	* Tests the correct execution of {@link SashWindowsContainer#refreshTabs()} on particular
	                                        ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[40] 
	* Tests the correct execution of {@link SashWindowsContainer#refreshTabs()} on particular
	                                                             ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[90] 
	SashWindowsContainer container = editor.getSashWindowsContainer();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[99] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[102] 
	IPage page = container.getActiveSashWindowsPage();
	                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[111] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerMemoryLeakTest.java:[123] 
	SashWindowsContainer container = editor.getSashWindowsContainer();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerMemoryLeakTest.java:[143] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeEditorInput.java:[141] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type FakeEditorInput needs unchecked conversion to conform to T from the type FileEditorInput
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[35] 
	* Test if the {@link SashWindowsContainer} send the events of a page lifecycle.
	                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[36] 
	* Test if the page lifecycle events are correctly thrown by the {@link SashWindowsContainer} when
	                                                                       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[68] 
	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
	                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[73] 
	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
	          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[81] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[81] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	                                               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[81] 
	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
	                                               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[83] 
	sashWindowContainer.setContentProvider(contentProvider);
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[85] 
	sashWindowContainer.createPartControl(shell);
	                    ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[116] 
	protected IPage lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
	                                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[118] 
	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[118] 
	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[118] 
	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LookupModelPageVisitor(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[119] 
	container.visit(visitor);
	          ^^^^^
Discouraged access: The method 'SashWindowsContainer.visit(IPartVisitor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[120] 
	return visitor.result();
	               ^^^^^^
Discouraged access: The method 'LookupModelPageVisitor.result()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[126] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#addListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[137] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#removeListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[156] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[160] 
	container.addPageLifeCycleListener(listener);
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[163] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[170] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[191] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[195] 
	container.addPageLifeCycleListener(listener);
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[198] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[204] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[213] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[233] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[237] 
	container.addPageLifeCycleListener(listener);
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[240] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[247] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageActivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[276] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[280] 
	container.addPageLifeCycleListener(listener);
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[282] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[293] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[300] 
	container.selectPage(page1);
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[316] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[326] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerEventsProvider.firePageDeactivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] 
	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[366] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[370] 
	container.addPageLifeCycleListener(listener);
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[373] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[376] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[376] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[385] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[418] 
	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[422] 
	container.addPageLifeCycleListener(listener);
	          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[425] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[428] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
	          ^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[428] 
	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
	                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[437] 
	container.refreshTabs();
	          ^^^^^^^^^^^
Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[15] 
	public class FakePagePart extends PagePart {
	                                  ^^^^^^^^
Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[18] 
	super(null, null);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'PagePart(TabFolderPart, Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[22] 
	boolean visit(IPartVisitor visitor) {
	              ^^^^^^^^^^^^
Discouraged access: The type 'IPartVisitor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[40] 
	public void reparent(TabFolderPart parent) {
	                     ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtilsTest.java:[155] 
	IPageModel newPage = helper.createNewPage("newPage");
	           ^^^^^^^
The value of the local variable newPage is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java:[243] 
	private Object lookupModelByName(String modelName, Object from, Class expectedType) {
	                                                                ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java:[260] 
	private Object lookupModelByName(String modelName, SashPanelModel sashPanelModel, Class expectedType) {
	                                                                                  ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java:[278] 
	private Object lookupModelByName(String modelName, TabFolderModel tabFolderModel, Class expectedType) {
	                                                                                  ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[27] 
	* Tests for the {@link SashContainerFolderEventsProvider} class.
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[55] 
	TabFolderListManager listManager = new TabFolderListManager();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[55] 
	TabFolderListManager listManager = new TabFolderListManager();
	                                       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[55] 
	TabFolderListManager listManager = new TabFolderListManager();
	                                       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TabFolderListManager()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[56] 
	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[56] 
	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[56] 
	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashContainerFolderEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[57] 
	folderEventProvider.addListener(listManager);
	                    ^^^^^^^^^^^
Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[60] 
	TabFolderPart folder1= new FakeTabFolderPart();
	^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[61] 
	folderEventProvider.fireFolderCreatedEvent(folder1);
	                    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderCreatedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[64] 
	assertTrue( "folder added", listManager.getFolderList().contains(folder1) );
	                                        ^^^^^^^^^^^^^
Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[74] 
	TabFolderListManager listManager = new TabFolderListManager();
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[74] 
	TabFolderListManager listManager = new TabFolderListManager();
	                                       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[74] 
	TabFolderListManager listManager = new TabFolderListManager();
	                                       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TabFolderListManager()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[75] 
	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[75] 
	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[75] 
	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashContainerFolderEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[76] 
	folderEventProvider.addListener(listManager);
	                    ^^^^^^^^^^^
Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[79] 
	TabFolderPart folder1= new FakeTabFolderPart();
	^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[80] 
	folderEventProvider.fireFolderCreatedEvent(folder1);
	                    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderCreatedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[82] 
	TabFolderPart folder2= new FakeTabFolderPart();
	^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[83] 
	folderEventProvider.fireFolderCreatedEvent(folder2);
	                    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderCreatedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[86] 
	assertTrue( "folder added", listManager.getFolderList().contains(folder1) );
	                                        ^^^^^^^^^^^^^
Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[87] 
	assertTrue( "folder added", listManager.getFolderList().contains(folder2) );
	                                        ^^^^^^^^^^^^^
Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[90] 
	folderEventProvider.fireFolderDisposedEvent(folder1);
	                    ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderDisposedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[91] 
	assertFalse( "folder removed", listManager.getFolderList().contains(folder1) );
	                                           ^^^^^^^^^^^^^
Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[92] 
	assertTrue( "folder added", listManager.getFolderList().contains(folder2) );
	                                        ^^^^^^^^^^^^^
Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[28] 
	public class FakeFolderLifeCycleEventsListener implements ITabFolderPartLifeCycleEventsListener {
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITabFolderPartLifeCycleEventsListener' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[42] 
	public List<TabFolderPart> events;
	            ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[51] 
	events = new ArrayList<TabFolderPart>();
	                       ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[80] 
	public List<TabFolderPart> getEvents() {
	            ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[87] 
	public TabFolderPart getEvent(int index) {
	       ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[111] 
	public void folderCreated(TabFolderPart folder) {
	                          ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[118] 
	public void folderDisposed(TabFolderPart folder) {
	                           ^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar')
407 problems (0 errors, 406 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 105 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/target/org.eclipse.papyrus.infra.core.sasheditor.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests >--
[INFO] Building org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT [95/175]
[INFO]   from ../../tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor.di.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[47] 
	* This facade own a {@link DiContentProvider} and provides methods to manipulate it with
	                           ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[48] 
	* the help of names. Each element in the {@link DiContentProvider} can be identified
	                                                ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[62] 
	protected DiContentProvider contentProvider;
	          ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[84] 
	this.contentProvider = new DiContentProvider(diSashModel, pageModelFactory);
	                           ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[84] 
	this.contentProvider = new DiContentProvider(diSashModel, pageModelFactory);
	                           ^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[92] 
	public DiContentProviderFacade(DiContentProvider contentProvider) {
	                               ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[209] 
	return contentProvider.getDiSashModel().getWindows().get(0);
	                       ^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[218] 
	return contentProvider.getDiSashModel().getWindows().get(0).getPanel();
	                       ^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[232] 
	TabFolderModel folderModel = getITabFolderModel( folderName );
	^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[236] 
	contentProvider.addPage(folderModel, index, pageRawModel);
	                ^^^^^^^
Discouraged access: The method 'DiContentProvider.addPage(ITabFolderModel, int, Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[253] 
	TabFolderModel folderModel = getITabFolderModel( folderName );
	^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[258] 
	contentProvider.addPage(folderModel, pageRawModel);
	                ^^^^^^^
Discouraged access: The method 'DiContentProvider.addPage(ITabFolderModel, Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[268] 
	* In the {@link DiContentProvider} implementation, the pageModel
	                ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[303] 
	contentProvider.movePage(folderModel, oldIndex, newIndex);
	                ^^^^^^^^
Discouraged access: The method 'DiContentProvider.movePage(ITabFolderModel, int, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[311] 
	contentProvider.movePage(srcFolderModel, sourceIndex, targetFolderModel, targetIndex);
	                ^^^^^^^^
Discouraged access: The method 'DiContentProvider.movePage(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[317] 
	contentProvider.removePage(pageModel);
	                ^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.removePage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[325] 
	contentProvider.removePage(folderModel, tabIndex);
	                ^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.removePage(ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[332] 
	TabFolderModel targetFolderModel = getITabFolderModel( targetFolderName );
	^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[334] 
	contentProvider.createFolder(srcFolderModel, tabIndex, targetFolderModel, side);
	                ^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[359] 
	* For a folder, the wrapper is a {@link TabFolderModel}.
	                                        ^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[365] 
	public TabFolderModel getITabFolderModel(String folderName) throws NotFoundException {
	       ^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[371] 
	if( ! (cachedModel instanceof TabFolderModel) )
	                              ^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[375] 
	return (TabFolderModel)cachedModel;
	        ^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[387] 
	TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel);
	^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[387] 
	TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel);
	                                 ^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[387] 
	TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel);
	                                                                ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[424] 
	IPageModel pageModel = (IPageModel)contentProvider.createChildSashModel(rawModel);
	                                                   ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/SashContainerModels.java:[38] 
	protected DiContentProvider diContentProvider;
	          ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/SashContainerModels.java:[44] 
	public SashContainerModels(DiContentProvider diContentProvider, Map<String, Object> diModelElements) {
	                           ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/SashContainerModels.java:[59] 
	result = (ITabFolderModel)diContentProvider.createChildSashModel(diModelElements.get(name));
	                                            ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProvider2Test.java:[41] 
	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
	                        ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProvider2Test.java:[41] 
	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
	                        ^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[40] 
	* {@link DiContentProvider}.
	         ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[77] 
	else if(diPagesModel instanceof DiContentProvider) {
	                                ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[78] 
	sashModel = ((DiContentProvider)diPagesModel).getDiSashModel();
	              ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[78] 
	sashModel = ((DiContentProvider)diPagesModel).getDiSashModel();
	                                              ^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[74] 
	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
	                        ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[74] 
	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
	                        ^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[78] 
	contentProvider = new TransactionalDiContentProvider(diContentProvider, editingDomain);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TransactionalDiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[78] 
	contentProvider = new TransactionalDiContentProvider(diContentProvider, editingDomain);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TransactionalDiContentProvider(DiContentProvider, TransactionalEditingDomain)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/CreateModelVisitor.java:[79] 
	for( Page page : folder.getPages() ) {
	          ^^^^
The value of the local variable page is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/sashmodel/query/CreateModelVisitor.java:[70] 
	for( Page page : folder.getPages() ) {
	          ^^^^
The value of the local variable page is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[52] 
	* The {@link PageManagerImpl} under test.
	             ^^^^^^^^^^^^^^^
Discouraged access: The type 'PageManagerImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[54] 
	protected PageManagerImpl pageMngr;
	          ^^^^^^^^^^^^^^^
Discouraged access: The type 'PageManagerImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[57] 
	* The associated {@link DiContentProvider}. Not tested, but used to check events.
	                        ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[74] 
	diSashModel.setPageList(DiFactory.eINSTANCE.createPageList());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setPageList(PageList) from the type SashWindowsMngr is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[74] 
	diSashModel.setPageList(DiFactory.eINSTANCE.createPageList());
	                                            ^^^^^^^^^^^^^^^^
The method createPageList() from the type DiFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[75] 
	ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[75] 
	ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[75] 
	ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContentChangedEventProvider(SashWindowsMngr)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[76] 
	pageMngr = new PageManagerImpl(diSashModel, eventProvider) {
	               ^^^^^^^^^^^^^^^
Discouraged access: The type 'PageManagerImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[76] 
	pageMngr = new PageManagerImpl(diSashModel, eventProvider) {
	               ^^^^^^^^^^^^^^^
Discouraged access: The constructor 'PageManagerImpl(SashWindowsMngr, ContentChangedEventProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[98] 
	Object rawModel = contentProvider.getRootModel();
	                                  ^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[102] 
	IAbstractPanelModel panelModel = contentProvider.createChildSashModel(rawModel);
	                                                 ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[122] 
	IAbstractPanelModel childModel = contentProvider.createChildSashModel(child);
	                                                 ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[144] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[156] 
	pageMngr.addPage(id);
	         ^^^^^^^^^^^
The method addPage(Object) from the type BasicPageManagerImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[176] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[207] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[229] 
	pageMngr.closePage(identifiers.get(3));
	         ^^^^^^^^^
Discouraged access: The method 'PageManagerImpl.closePage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[252] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[274] 
	pageMngr.closeAllOpenedPages();
	         ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'PageManagerImpl.closeAllOpenedPages()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[299] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[321] 
	pageMngr.closeOtherPages(identifiers.get(3));
	         ^^^^^^^^^^^^^^^
Discouraged access: The method 'PageManagerImpl.closeOtherPages(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[351] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[389] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[413] 
	pageMngr.removePage(identifiers.get(3));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removePage(Object) from the type BasicPageManagerImpl is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[441] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[466] 
	contentProvider.createFolder(tabFolder, movedPageIndex, tabFolder, SWT.TOP);
	                ^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[472] 
	pageMngr.closePage(identifiers.get(movedPageIndex));
	         ^^^^^^^^^
Discouraged access: The method 'PageManagerImpl.closePage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[48] 
	* The {@link DiContentProvider} under test.
	             ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[84] 
	Object rawModel = contentProvider.getRootModel();
	                                  ^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[85] 
	IAbstractPanelModel panelModel = contentProvider.createChildSashModel(rawModel);
	                                                 ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[105] 
	IAbstractPanelModel childModel = contentProvider.createChildSashModel(child);
	                                                 ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[128] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[140] 
	contentProvider.addPage(id);
	                ^^^^^^^
Discouraged access: The method 'DiContentProvider.addPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[140] 
	contentProvider.addPage(id);
	                ^^^^^^^^^^^
The method addPage(Object) from the type DiContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[148] 
	contentProvider.movePage(folderModel, 3, 8);
	                ^^^^^^^^
Discouraged access: The method 'DiContentProvider.movePage(ITabFolderModel, int, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[158] 
	* Actually, it should be subtype of AbstractPanel {@link DiContentProvider#getRootModel()}
	                                                         ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[158] 
	* Actually, it should be subtype of AbstractPanel {@link DiContentProvider#getRootModel()}
	                                                                           ^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[163] 
	Assert.assertTrue("subtype of AbstractPanel", AbstractPanel.class.isInstance(contentProvider.getRootModel()));
	                                                                                             ^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[168] 
	* Test {@link DiContentProvider#createFolder(ITabFolderModel, int, ITabFolderModel, int)}
	              ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[168] 
	* Test {@link DiContentProvider#createFolder(ITabFolderModel, int, ITabFolderModel, int)}
	                                ^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[176] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[188] 
	contentProvider.addPage(id);
	                ^^^^^^^
Discouraged access: The method 'DiContentProvider.addPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[188] 
	contentProvider.addPage(id);
	                ^^^^^^^^^^^
The method addPage(Object) from the type DiContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[194] 
	contentProvider.createFolder(folderModel, 3, folderModel, SWT.RIGHT);
	                ^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[200] 
	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
	                                                          ^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[200] 
	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
	                                                                                       ^^^^^^^^^^^^
Discouraged access: The method 'TabFolderModel.getTabFolder()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[205] 
	contentProvider.createFolder(folderModel, 2, folderModel, SWT.UP);
	                ^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[210] 
	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
	                                                          ^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[210] 
	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
	                                                                                       ^^^^^^^^^^^^
Discouraged access: The method 'TabFolderModel.getTabFolder()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[214] 
	* Check if {@link DiContentProvider#setCurrentFolder(Object)}.
	                  ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[214] 
	* Check if {@link DiContentProvider#setCurrentFolder(Object)}.
	                                    ^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.setCurrentFolder(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[223] 
	contentProvider.getContentChangedEventProvider().addListener(changeListener);
	                                                 ^^^^^^^^^^^
Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[235] 
	contentProvider.addPage(id);
	                ^^^^^^^
Discouraged access: The method 'DiContentProvider.addPage(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[235] 
	contentProvider.addPage(id);
	                ^^^^^^^^^^^
The method addPage(Object) from the type DiContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[241] 
	contentProvider.createFolder(folderModel, 3, folderModel, SWT.RIGHT);
	                ^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[246] 
	TabFolder firstFolder = ((TabFolderModel) folderModel).getTabFolder();
	                          ^^^^^^^^^^^^^^
Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[246] 
	TabFolder firstFolder = ((TabFolderModel) folderModel).getTabFolder();
	                                                       ^^^^^^^^^^^^
Discouraged access: The method 'TabFolderModel.getTabFolder()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[255] 
	contentProvider.setCurrentFolder(firstFolder);
	                ^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.setCurrentFolder(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[255] 
	contentProvider.setCurrentFolder(firstFolder);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setCurrentFolder(Object) from the type DiContentProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[293] 
	static class MyDIContentProvider extends DiContentProvider {
	                                         ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[296] 
	super(diSashModel, pageModelFactory);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[299] 
	MyDIContentProvider(SashModel diSashModel, IPageModelFactory pageModelFactory, ContentChangedEventProvider contentChangedEventProvider) throws IllegalArgumentException {
	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[300] 
	super(diSashModel, pageModelFactory, contentChangedEventProvider);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory, ContentChangedEventProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[306] 
	return super.getDiSashModel();
	             ^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[311] 
	protected ContentChangedEventProvider getContentChangedEventProvider() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[312] 
	return super.getContentChangedEventProvider();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.getContentChangedEventProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[318] 
	super.firePropertyChanged(event);
	      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiContentProvider.firePropertyChanged(IContentChangedListener.ContentEvent)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/AbstractDiContentProviderTest.java:[50] 
	* The {@link DiContentProvider} under test.
	             ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/AbstractDiContentProviderTest.java:[52] 
	protected DiContentProvider diContentProvider;
	          ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/AbstractDiContentProviderTest.java:[55] 
	* The {@link DiContentProvider} under test.
	             ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar')
113 problems (113 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 143 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/target/org.eclipse.papyrus.infra.core.sasheditor.di.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature >--
[INFO] Building org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT [96/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.core.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/target/org.eclipse.papyrus.tests.infra.core.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.core.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests.releng >--
[INFO] Building org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT [97/175]
[INFO]   from ../../tests/junit/plugins/infra/emf/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests >--
[INFO] Building org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT  [98/175]
[INFO]   from ../../tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.ui.emf.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/DependentEMFLabelProviderTest.java:[52] 
	assertThat(fixture.getText(imported), is("<Package> foo (imported by <Package> bar)"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/DependentEMFLabelProviderTest.java:[67] 
	assertThat("Label provider did not notify", gotEvent[0], is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/DependentEMFLabelProviderTest.java:[82] 
	assertThat("Label provider did not notify", gotEvent[0], is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[52] 
	import org.eclipse.papyrus.infra.emf.readonly.internal.ControlledResourceTracker;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlledResourceTracker' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.readonly/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[74] 
	* Test suite for the {@link ReferencedModelReadOnlyHandler} class.
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ReferencedModelReadOnlyHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[85] 
	private ReferencedModelReadOnlyHandler fixture;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ReferencedModelReadOnlyHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[184] 
	assertThat(fixture.anyReadOnly(discretionAxes(), new URI[] { uri }).or(false), is(false));
	                   ^^^^^^^^^^^
Discouraged access: The method 'ReferencedModelReadOnlyHandler.anyReadOnly(Set<ReadOnlyAxis>, URI[])' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[185] 
	assertThat(fixture.canMakeWritable(discretionAxes(), new URI[] { uri }).or(true), is(false));
	                   ^^^^^^^^^^^^^^^
Discouraged access: The method 'ReferencedModelReadOnlyHandler.canMakeWritable(Set<ReadOnlyAxis>, URI[])' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[198] 
	fixture = new ReferencedModelReadOnlyHandler(domain);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ReferencedModelReadOnlyHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[198] 
	fixture = new ReferencedModelReadOnlyHandler(domain);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ReferencedModelReadOnlyHandler(EditingDomain)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[199] 
	fixture.setInteractive(false);
	        ^^^^^^^^^^^^^^
Discouraged access: The method 'ReferencedModelReadOnlyHandler.setInteractive(boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui.emf/3.1.100-SNAPSHOT/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[339] 
	Set<URI> uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlledResourceTracker' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.readonly/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[339] 
	Set<URI> uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI());
	                                          ^^^^^^^^^^^
Discouraged access: The method 'ControlledResourceTracker.getInstance(EditingDomain)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.readonly/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[339] 
	Set<URI> uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI());
	                                                              ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ControlledResourceTracker.getRootResourceURIs(URI)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf.readonly/4.1.0-SNAPSHOT/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/EMFLabelProviderTest.java:[45] 
	assertThat(fixture.getText(package_), is("<Package> foo"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/EMFLabelProviderTest.java:[59] 
	assertThat("Label provider did not notify", gotEvent[0], is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
16 problems (16 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/target/org.eclipse.papyrus.infra.ui.emf.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.ui.emf.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests >--
[INFO] Building org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT [99/175]
[INFO]   from ../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.filters.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.filters.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 74 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/target/org.eclipse.papyrus.infra.filters.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.filters.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT [100/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 295 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests >----
[INFO] Building org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT     [101/175]
[INFO]   from ../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.ui.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/FakeSaveEvent.java:[6] 
	import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[48] 
	assertThat(fixture.getElements("foo"),
				is(new Object[] { "root1", "root2", "root3", "A", "B", "C" }));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[54] 
	assertThat(sFixture.getElements().length, greaterThan(3));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[56] 
	assertThat(sFixture.getElements().length, is(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[61] 
	assertThat(fixture.getChildren("child2.2"), is(new Object[] { "child2.2.1", "child2.2.2" }));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[62] 
	assertThat(fixture.getChildren("4"), is(new Object[] { "i", "ii" }));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[63] 
	assertThat(fixture.getChildren("bogus"), is(new Object[] {}));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[68] 
	assertThat(fixture.getParent("root2"), nullValue()); // It's a root
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[69] 
	assertThat(fixture.getParent("B"), nullValue()); // It's a root
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[70] 
	assertThat(fixture.getParent("child2.2"), is("root2"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[71] 
	assertThat(fixture.getParent("ii"), is("4"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[72] 
	assertThat(fixture.getParent("bogus"), nullValue()); // It's not an element
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[77] 
	assertThat(fixture.hasChildren("root2"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[78] 
	assertThat(fixture.hasChildren("C"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[79] 
	assertThat(fixture.hasChildren("child2.2"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[80] 
	assertThat(fixture.hasChildren("4"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[81] 
	assertThat(fixture.hasChildren("child2.2.3"), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[82] 
	assertThat(fixture.hasChildren("i"), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[83] 
	assertThat(fixture.hasChildren("bogus"), is(false)); // It's not an element
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[88] 
	assertThat(aFixture.getAdaptedValue("B"), notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[89] 
	assertThat(aFixture.getAdaptedValue("B"), sameInstance(aFixture.getAdaptedValue("B")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[90] 
	assertThat(aFixture.getAdaptedValue("4"), notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[91] 
	assertThat(aFixture.getAdaptedValue("4"), not(aFixture.getAdaptedValue("B")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[92] 
	assertThat(aFixture.getAdaptedValue("bogus"), is("bogus")); // Not recognized as an element
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[97] 
	assertThat(hFixture.isValidValue("C"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[98] 
	assertThat(hFixture.isValidValue("5"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[99] 
	assertThat(hFixture.isValidValue("bogus"), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[104] 
	assertThat(sFixture.getElements(),
				is(new Object[] { "root1", "root2", "root3", "A", "B", "C" }));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/FakeSaveEventListener.java:[9] 
	import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/FakeSaveEventListener.java:[10] 
	import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/util/UIUtilTest.java:[31] 
	import org.eclipse.papyrus.infra.ui.util.UIUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.ui.util.UIUtil is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/LifeCycleEventsProviderTest.java:[9] 
	import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/LifeCycleEventsProviderTest.java:[10] 
	import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/LifeCycleEventsProviderTest.java:[11] 
	import org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProvider is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePageTest.java:[22] 
	import org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePage is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[40] 
	assertThat(fixture.getElements("foo"), is(new Object[] { "root1", "root2", "root3" }));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[48] 
	assertThat(fixture.getElements().length, greaterThan(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[50] 
	assertThat(fixture.getElements().length, is(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[58] 
	assertThat(fixture.getChildren("root2"), is(new Object[] { "child2.1", "child2.2", "child2.3" }));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[59] 
	assertThat(fixture.getChildren("child2.2"), is(new Object[] { "child2.2.1", "child2.2.2" }));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[60] 
	assertThat(fixture.getChildren("bogus"), is(new Object[] {}));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[68] 
	assertThat(fixture.getParent("root2"), nullValue()); // It's a root
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[69] 
	assertThat(fixture.getParent("child2.2"), is("root2"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[70] 
	assertThat(fixture.getParent("child2.2.2"), is("child2.2"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[71] 
	assertThat(fixture.getParent("bogus"), nullValue()); // It's not an element
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[79] 
	assertThat(fixture.hasChildren("root2"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[80] 
	assertThat(fixture.hasChildren("child2.2"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[81] 
	assertThat(fixture.hasChildren("child2.2.3"), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[82] 
	assertThat(fixture.hasChildren("bogus"), is(false)); // It's not an element
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[90] 
	assertThat(fixture.getAdaptedValue("root1"), notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[91] 
	assertThat(fixture.getAdaptedValue("root1"), sameInstance(fixture.getAdaptedValue("root1")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[92] 
	assertThat(fixture.getAdaptedValue("child1.2"), notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[93] 
	assertThat(fixture.getAdaptedValue("child1.2"), not(fixture.getAdaptedValue("root1")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[94] 
	assertThat(fixture.getAdaptedValue("bogus"), nullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[102] 
	assertThat(fixture.isValidValue("root1"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[103] 
	assertThat(fixture.isValidValue("child1.2"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[104] 
	assertThat(fixture.isValidValue("bogus"), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[112] 
	assertThat(fixture.getElements(), is(new Object[] { "root1", "root2", "root3" }));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
58 problems (58 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/target/org.eclipse.papyrus.infra.ui.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.ui.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests >--
[INFO] Building org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT [102/175]
[INFO]   from ../../tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.readonly.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[54] 
	assertThat(fixture.asBoolean(true), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[55] 
	assertThat(fixture.asBoolean(false), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[56] 
	assertThat(fixture.asBoolean("hello"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[57] 
	assertThat(fixture.asBoolean(null), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[62] 
	assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(domain.getModel()), false), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[65] 
	assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(string), true), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[69] 
	assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(domain.getModel()), true), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[75] 
	assertThat(fixture.canMakeWritable(Iterators.singletonIterator(domain.getModel()), true), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[78] 
	assertThat(fixture.canMakeWritable(Iterators.singletonIterator(string), true), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[81] 
	assertThat(fixture.canMakeWritable(Iterators.singletonIterator(domain.getModel()), true), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
10 problems (10 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/target/org.eclipse.papyrus.infra.emf.readonly.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.expansion.tests >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT [103/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.expansion.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.expansion.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/target/org.eclipse.papyrus.infra.gmfdiag.expansion.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests.releng >--
[INFO] Building org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT [104/175]
[INFO]   from ../../tests/junit/plugins/infra/types/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.types.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests >---
[INFO] Building org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT  [105/175]
[INFO]   from ../../tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] The project's OSGi version is 4.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.types.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[43] 
	import org.eclipse.papyrus.infra.types.core.utils.AdviceComparator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AdviceComparator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[213] 
	List<EObject> originalChildren = new ArrayList<EObject>((List<EObject>) objectToDelete.eContainer().eGet(objectToDelete.eContainingFeature(), true));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[221] 
	List<EObject> afterDeletionChildren = new ArrayList<EObject>((List<EObject>) container.eGet(containingFeature, true));
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[230] 
	List<EObject> afterUndoChildren = new ArrayList<EObject>((List<EObject>) container.eGet(containingFeature, true));
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[238] 
	List<EObject> afterRedoChildren = new ArrayList<EObject>((List<EObject>) container.eGet(containingFeature, true));
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[262] 
	Arrays.sort(advicesAfterLoading, new AdviceComparator(classElementType, TypeContext.getDefaultContext().getId()));
	                                     ^^^^^^^^^^^^^^^^
The type AdviceComparator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[262] 
	Arrays.sort(advicesAfterLoading, new AdviceComparator(classElementType, TypeContext.getDefaultContext().getId()));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor AdviceComparator(IElementType, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/AbstractElementTypeTests.java:[94] 
	@SuppressWarnings("restriction")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("restriction")
8 problems (8 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 304 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/target/org.eclipse.papyrus.infra.types.tests-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.types.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.tests.releng >--
[INFO] Building org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT [106/175]
[INFO]   from ../../tests/junit/plugins/infra/properties/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.properties.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests >--
[INFO] Building org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT [107/175]
[INFO]   from ../../tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] The project's OSGi version is 3.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.properties.ui.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/target/org.eclipse.papyrus.infra.properties.ui.tests-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.properties.ui.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT [108/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.menu.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/org/eclipse/papyrus/infra/gmfdiag/menu/utils/DeleteActionUtilTest.java:[61] 
	Assert.assertFalse(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) noteNode));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/org/eclipse/papyrus/infra/gmfdiag/menu/utils/DeleteActionUtilTest.java:[73] 
	Assert.assertFalse(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) orphanNode));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/org/eclipse/papyrus/infra/gmfdiag/menu/utils/DeleteActionUtilTest.java:[84] 
	Assert.assertTrue(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) semanticNode));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/target/org.eclipse.papyrus.infra.gmfdiag.menu.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.tests.releng >--
[INFO] Building org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT [109/175]
[INFO]   from ../../tests/junit/plugins/infra/viewpoints/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.viewpoints.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests >--
[INFO] Building org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT [110/175]
[INFO]   from ../../tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.viewpoints.policy.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/ViewPrototypeTest.java:[52] 
	private static PolicyChecker policyToRestore;
	                             ^^^^^^^^^^^^^^^
The value of the field ViewPrototypeTest.policyToRestore is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/internal/policy/advice/tests/RepresentationDependencyAdviceTest.java:[32] 
	import org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.RepresentationDependencyAdvice;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepresentationDependencyAdvice' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/internal/policy/advice/tests/RepresentationDependencyAdviceTest.java:[131] 
	IEditHelperAdvice advice = new RepresentationDependencyAdvice();
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepresentationDependencyAdvice' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/internal/policy/advice/tests/RepresentationDependencyAdviceTest.java:[131] 
	IEditHelperAdvice advice = new RepresentationDependencyAdvice();
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RepresentationDependencyAdvice()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100-SNAPSHOT/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100-SNAPSHOT.jar')
5. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/PolicyCheckerTest.java (at line 34)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/PolicyCheckerTest.java:[53] 
	MergedArchitectureDomain mergedArchitectureDomain = new MergedArchitectureDomain();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MergedArchitectureDomain() has been deprecated since version 3.1 and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/PolicyCheckerTest.java:[54] 
	mergedArchitectureDomain.merge(architectureDomain);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
The method merge(ArchitectureDomain) from the type MergedArchitectureDomain has been deprecated since version 3.1 and marked for removal
7 problems (0 errors, 6 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/target/org.eclipse.papyrus.infra.viewpoints.policy.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests >---
[INFO] Building org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT  [111/175]
[INFO]   from ../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] The project's OSGi version is 2.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.tools.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[51] 
	public abstract class DelegatingObservableSetTest extends DelegatingObservableCollectionTest<IObservableSet> {
	                                                                                             ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[55] 
	class SetListener implements ISetChangeListener {
	                             ^^^^^^^^^^^^^^^^^^
ISetChangeListener is a raw type. References to generic type ISetChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[57] 
	SetDiff diff;
	^^^^^^^
SetDiff is a raw type. References to generic type SetDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[65] 
	public void handleSetChange(SetChangeEvent event) {
	                            ^^^^^^^^^^^^^^
SetChangeEvent is a raw type. References to generic type SetChangeEvent<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[74] 
	fixture.addSetChangeListener(l);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[83] 
	fixture.removeSetChangeListener(l);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[116] 
	protected Class<? extends IObservableSet> getDelegateType() {
	                          ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[122] 
	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[123] 
	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[127] 
	protected IObservableSet createDelegate() {
	          ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[128] 
	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableSet(Realm, Collection, Object) belongs to the raw type WritableSet. References to generic type WritableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[128] 
	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
	           ^^^^^^^^^^^
WritableSet is a raw type. References to generic type WritableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[137] 
	private IObservableValue master;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[151] 
	protected Class<? extends IObservableSet> getDelegateType() {
	                          ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[157] 
	houseKeeper.setField("set", new SetOfStrings());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, DelegatingObservableSetTest.ObservingTest.SetOfStrings) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[158] 
	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class)));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[158] 
	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class)));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[158] 
	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class)));
	                                                            ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[160] 
	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[161] 
	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[165] 
	protected IObservableSet createDelegate() {
	          ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[166] 
	Class beanClass = null;
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[168] 
	beanClass = (Class) master.getValueType();
	             ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[170] 
	return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation set(Class, String, Class<String>) of the generic method set(Class<S>, String, Class<E>) of type BeanProperties
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[170] 
	return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type ISetProperty. References to generic type ISetProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[170] 
	return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master);
	                          ^^^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[174] 
	protected IObservableSet createNonObservingDelegate() {
	          ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[175] 
	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableSet(Realm, Collection, Object) belongs to the raw type WritableSet. References to generic type WritableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[175] 
	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
	           ^^^^^^^^^^^
WritableSet is a raw type. References to generic type WritableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[40] 
	public abstract class DelegatingObservableValueTest extends DelegatingObservableTest<IObservableValue> {
	                                                                                     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[50] 
	class TestListener implements IValueChangeListener {
	                              ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[55] 
	public void handleValueChange(ValueChangeEvent event) {
	                              ^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[65] 
	fixture.addValueChangeListener(l);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[68] 
	fixture.removeValueChangeListener(l);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[95] 
	fixture.setValue(valueToSet);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[118] 
	protected Class<? extends IObservableValue> getDelegateType() {
	                          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[124] 
	houseKeeper.setField("bean", new Bean("Alice"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[126] 
	houseKeeper.setField("expectedValue", bean);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[127] 
	houseKeeper.setField("valueToSet", new Bean("Bert"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[131] 
	protected IObservableValue createDelegate() {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[132] 
	return new WritableValue(realm, bean, Bean.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[132] 
	return new WritableValue(realm, bean, Bean.class);
	           ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[139] 
	private IObservableValue master;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[153] 
	protected Class<? extends IObservableValue> getDelegateType() {
	                          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[159] 
	houseKeeper.setField("bean", new Bean("Alice"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[160] 
	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class)));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[160] 
	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class)));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[160] 
	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class)));
	                                                            ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[162] 
	houseKeeper.setField("expectedValue", "Alice");
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, String) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[163] 
	houseKeeper.setField("valueToSet", "Bert");
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, String) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[167] 
	protected IObservableValue createDelegate() {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[168] 
	Class beanClass = null;
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[170] 
	beanClass = (Class) master.getValueType();
	             ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[172] 
	return BeanProperties.value(beanClass, "name", String.class).observeDetail(master);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation value(Class, String, Class<String>) of the generic method value(Class<S>, String, Class<T>) of type BeanProperties
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[172] 
	return BeanProperties.value(beanClass, "name", String.class).observeDetail(master);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[172] 
	return BeanProperties.value(beanClass, "name", String.class).observeDetail(master);
	                            ^^^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[176] 
	protected IObservableValue createNonObservingDelegate() {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[177] 
	return new WritableValue(realm, bean, Bean.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[177] 
	return new WritableValue(realm, bean, Bean.class);
	           ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[60] 
	assertThat(fixture.isDisposed(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[69] 
	assertThat(fixture.isDisposed(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[78] 
	assertThat(fixture.isDisposed(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[83] 
	assertThat(fixture.isDisposed(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[93] 
	assertThat(iter.next(), is("a"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[94] 
	assertThat(iter.next(), is("b"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[97] 
	assertThat(iter.next(), is("c"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[98] 
	assertThat(iter.hasNext(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[108] 
	assertThat(iter.next(), is("a"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[109] 
	assertThat(iter.next(), is("b"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[114] 
	assertThat(iter.next(), is("c"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[118] 
	assertThat(iter.hasNext(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[128] 
	assertThat(iter.previous(), is("c"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[129] 
	assertThat(iter.previous(), is("b"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[134] 
	assertThat(iter.previous(), is("d"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[135] 
	assertThat(iter.previous(), is("a"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[139] 
	assertThat(iter.hasPrevious(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[178] 
	assertThat(added, hasItem(element));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<E>, Matcher<? super List<E>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[182] 
	assertThat(removed, hasItem(element));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<E>, Matcher<? super List<E>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[66] 
	assertThat(fixture, instanceOf(getFixtureType()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[72] 
	assertThat(observable, instanceOf(getFixtureType()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[78] 
	assertThat(observable, instanceOf(getFixtureType()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[81] 
	assertThat(observable, instanceOf(getFixtureType()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[82] 
	assertThat(observable, instanceOf(IObserving.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[91] 
	assertThat(counter.count(), is(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[98] 
	assertThat(observing.getObserved(), notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[99] 
	assertThat(observing.getObserved(), is(((IObserving) delegate).getObserved()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[108] 
	assertThat(counter.count(), is(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[114] 
	assertThat(counter.count(), is(1)); // Wasn't listening for second change
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[121] 
	assertThat(fixture.isStale(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[125] 
	assertThat(fixture.isStale(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[138] 
	assertThat(staleEvent.getObservable(), sameInstance((IObservable) fixture));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[147] 
	assertThat(l.count, is(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[157] 
	assertThat(counter.count, is(1)); // Dispose is idempotent
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[164] 
	assertThat(delegator().getDelegate(), nullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[167] 
	assertThat(delegate.isDisposed(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[182] 
	assertThat(counter.count(), is(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[187] 
	assertThat(fixture.isDisposed(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[191] 
	assertThat(fixture.isDisposed(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[196] 
	assertThat(fixture.getRealm(), is(realm));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Realm, Matcher<? super Realm>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[201] 
	assertThat(fixture, equalTo(delegate));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[206] 
	assertThat(fixture.hashCode(), is(delegate.hashCode()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[215] 
	assertThat(redelegator, notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[218] 
	assertThat((Object) redelegator.getClass(), sameInstance((Object) fixture.getClass()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[221] 
	assertThat(redelegator, not(sameInstance((IObservable) fixture)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[224] 
	assertThat(((IDelegatingObservable) redelegator).getDelegate(), sameInstance((IObservable) fixture));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[235] 
	houseKeeper.setField("delegate", createDelegate());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, T) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[236] 
	houseKeeper.setField("fixture", DelegatingObservable.wrap(delegate));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, IObservable) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[335] 
	assertThat(event.getObservable(), sameInstance(expectedSource));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[357] 
	assertThat(event.getObservable(), sameInstance(expectedSource));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[54] 
	assertThat(b.isDisposed(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[58] 
	assertThat(b.isDisposed(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[62] 
	assertThat(c.isDisposed(), is(false)); // The list still has it
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[66] 
	assertThat(c.isDisposed(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[77] 
	assertThat(a.isDisposed(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[78] 
	assertThat(b.isDisposed(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[79] 
	assertThat(c.isDisposed(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[83] 
	assertThat(a.isDisposed(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[84] 
	assertThat(b.isDisposed(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[85] 
	assertThat(c.isDisposed(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[52] 
	public abstract class DelegatingObservableListTest extends DelegatingObservableCollectionTest<IObservableList> {
	                                                                                              ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[56] 
	class ListListener implements IListChangeListener {
	                              ^^^^^^^^^^^^^^^^^^^
IListChangeListener is a raw type. References to generic type IListChangeListener<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[58] 
	ListDiff diff;
	^^^^^^^^
ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[63] 
	for (ListDiffEntry next : diff.getDifferences()) {
	     ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[73] 
	public void handleListChange(ListChangeEvent event) {
	                             ^^^^^^^^^^^^^^^
ListChangeEvent is a raw type. References to generic type ListChangeEvent<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[82] 
	fixture.addListChangeListener(l);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[91] 
	fixture.removeListChangeListener(l);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[116] 
	fixture.addAll(1, newNames);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(int, Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[136] 
	assertThat(fixture.set(2, "Colleen"), is((Object) "Cathy"));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method set(int, Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[246] 
	protected Class<? extends IObservableList> getDelegateType() {
	                          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[252] 
	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[253] 
	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[257] 
	protected IObservableList createDelegate() {
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[258] 
	return new WritableList(realm, Lists.newArrayList(), String.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableList(Realm, List, Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[258] 
	return new WritableList(realm, Lists.newArrayList(), String.class);
	           ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[267] 
	private IObservableValue master;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[281] 
	protected Class<? extends IObservableList> getDelegateType() {
	                          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[287] 
	houseKeeper.setField("list", new ListOfNames());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, DelegatingObservableListTest.ObservingTest.ListOfNames) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[288] 
	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class)));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[288] 
	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class)));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[288] 
	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class)));
	                                                            ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[290] 
	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[291] 
	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[295] 
	protected IObservableList createDelegate() {
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[296] 
	Class beanClass = null;
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[298] 
	beanClass = (Class) master.getValueType();
	             ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[300] 
	return BeanProperties.list(beanClass, "names", String.class).observeDetail(master);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation list(Class, String, Class<String>) of the generic method list(Class<S>, String, Class<E>) of type BeanProperties
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[300] 
	return BeanProperties.list(beanClass, "names", String.class).observeDetail(master);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[300] 
	return BeanProperties.list(beanClass, "names", String.class).observeDetail(master);
	                           ^^^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[304] 
	protected IObservableList createNonObservingDelegate() {
	          ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[305] 
	return new WritableList(realm, Lists.newArrayList(), String.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableList(Realm, List, Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[305] 
	return new WritableList(realm, Lists.newArrayList(), String.class);
	           ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[42] 
	public abstract class DelegatingObservableCollectionTest<T extends IObservableCollection> extends DelegatingObservableTest<T> {
	                                                                   ^^^^^^^^^^^^^^^^^^^^^
IObservableCollection is a raw type. References to generic type IObservableCollection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[51] 
	assertThat(fixture.size(), is(delegate.size()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[53] 
	assertThat(fixture.size(), is(delegate.size()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[55] 
	assertThat(fixture.size(), is(delegate.size()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[57] 
	assertThat(fixture.size(), is(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[61] 
	assertThat(fixture.size(), is(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[67] 
	assertThat(fixture.isEmpty(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[69] 
	assertThat(fixture.isEmpty(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[73] 
	assertThat(fixture.isEmpty(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[81] 
	assertThat(fixture.contains(o), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[83] 
	assertThat(fixture.contains(o), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[87] 
	assertThat(fixture.contains(o), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[93] 
	assertThat(fixture.iterator().hasNext(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[95] 
	assertThat(ImmutableList.copyOf(iterator(fixture)), is(ImmutableList.copyOf(iterator(delegate))));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(ImmutableList<capture#1-of ?>, Matcher<? super ImmutableList<capture#1-of ?>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[99] 
	assertThat(fixture.iterator().hasNext(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[105] 
	assertThat(fixture.toArray().length, is(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[107] 
	assertThat(fixture.toArray(), isArray(delegate.toArray()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[111] 
	assertThat(fixture.toArray().length, is(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[118] 
	assertThat(fixture.toArray(newArray()).length, is(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[122] 
	assertThat(actual.length, is(valuesToAdd.size()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[123] 
	assertThat(actual, isArray(delegate.toArray(newArray())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[127] 
	assertThat(fixture.toArray(newArray()).length, is(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[135] 
	assertThat(delegateCollection(), hasItem(o));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[145] 
	assertThat(delegateCollection(), not(hasItem(o)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[154] 
	assertThat(fixture.containsAll(valuesToAdd), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[161] 
	assertThat(delegateCollection(), hasItems(valuesToAdd.toArray()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[168] 
	assertThat(delegateCollection(), hasItems(valuesToRemove.toArray()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[171] 
	assertThat(delegateCollection(), not(hasItem(in(valuesToRemove))));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[181] 
	assertThat(delegateCollection(), hasItems(valuesToRemove.toArray()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[182] 
	assertThat(delegate.size(), is(valuesToRemove.size())); // Nothing else
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[189] 
	assertThat(delegate.isEmpty(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[193] 
	assertThat(delegate.isEmpty(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[201] 
	assertThat(fixture.getElementType(), is((Object) getDelegateElementType()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[205] 
	assertThat(fixture.getElementType(), nullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[273] 
	Iterator<?> iterator(IObservableCollection c) {
	                     ^^^^^^^^^^^^^^^^^^^^^
IObservableCollection is a raw type. References to generic type IObservableCollection<E> should be parameterized
186 problems (186 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.tools.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/target/org.eclipse.papyrus.infra.tools.tests-2.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.tools.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.tests.releng >--
[INFO] Building org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT [112/175]
[INFO]   from ../../tests/junit/plugins/infra/editor/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.editor.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests >--
[INFO] Building org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT [113/175]
[INFO]   from ../../tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.editor.welcome.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[36] 
	import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[38] 
	import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.LanguageObservable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[39] 
	import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.WelcomeModelElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[40] 
	import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.WelcomeModelElementFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[41] 
	import org.eclipse.papyrus.infra.ui.internal.commands.SashLayoutCommandFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui/3.5.100-SNAPSHOT/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[47] 
	* Test cases for the {@link WelcomeModelElement} and its properties.
	                            ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[52] 
	private WelcomeModelElement fixture;
	        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[114] 
	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[114] 
	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
	                                                                 ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[117] 
	LanguageObservable lang = languages.get(0);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[118] 
	assertThat(lang.getName().getValue().toUpperCase(), is("UML"));
	                ^^^^^^^
Discouraged access: The method 'LanguageObservable.getName()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[119] 
	assertThat(lang.getVersion().getValue().compareTo(new Version("2.5")), not(lessThan(0)));
	                ^^^^^^^^^^
Discouraged access: The method 'LanguageObservable.getVersion()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[128] 
	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[128] 
	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
	                                                                 ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[131] 
	LanguageObservable lang = languages.get(0);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[166] 
	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
	           ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[166] 
	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[166] 
	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WelcomeModelElementFactory()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[172] 
	TransactionHelper.run(editor.getEditingDomain(), () -> {
	^^^^^^^^^^^^^^^^^
The type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[172] 
	TransactionHelper.run(editor.getEditingDomain(), () -> {
				new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
			});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[173] 
	new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
	    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui/3.5.100-SNAPSHOT/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[173] 
	new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
	    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SashLayoutCommandFactory(IMultiDiagramEditor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui/3.5.100-SNAPSHOT/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[173] 
	new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SashLayoutCommandFactory.createTogglePrivateLayoutCommand()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.ui/3.5.100-SNAPSHOT/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[41] 
	import org.eclipse.papyrus.infra.editor.welcome.internal.WelcomePage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[62] 
	WelcomePage welcome = getWelcomePage();
	^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[103] 
	WelcomePage page = getWelcomePage();
	^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[116] 
	WelcomePage page = getWelcomePage();
	^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[137] 
	WelcomePage page = getWelcomePage();
	^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[36] 
	import org.eclipse.papyrus.infra.editor.welcome.internal.WelcomePage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[103] 
	protected WelcomePage getWelcomePage() {
	          ^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[104] 
	WelcomePage[] result = { null };
	^^^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[116] 
	WelcomePage welcome = PlatformHelper.getAdapter(page, WelcomePage.class);
	^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[116] 
	WelcomePage welcome = PlatformHelper.getAdapter(page, WelcomePage.class);
	                                                      ^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[126] 
	protected boolean isActivePage(WelcomePage page) {
	                               ^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[128] 
	return (activePage != null) && (PlatformHelper.getAdapter(activePage, WelcomePage.class) == page);
	                                                                      ^^^^^^^^^^^
Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.editor.welcome/3.0.0-SNAPSHOT/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar')
35 problems (35 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/target/org.eclipse.papyrus.infra.editor.welcome.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT [114/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.welcome.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[35] 
	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[36] 
	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservableProperty;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservableProperty' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[37] 
	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[38] 
	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElementFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[47] 
	* Test cases for the {@link NotationObservableProperty} class specifically.
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservableProperty' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[52] 
	private WelcomeModelElement fixture;
	        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[60] 
	IObservableList<NotationObservable> views = getNotationViews();
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[100] 
	IObservableList<NotationObservable> views = getNotationViews();
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[125] 
	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
	           ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[125] 
	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[125] 
	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WelcomeModelElementFactory()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[129] 
	IObservableList<NotationObservable> getNotationViews() {
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[131] 
	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[131] 
	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
	                                                              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[41] 
	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[42] 
	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[43] 
	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElementFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[52] 
	* Test cases for the {@link WelcomeModelElement} and its properties.
	                            ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[57] 
	private WelcomeModelElement fixture;
	        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[65] 
	IObservableList<NotationObservable> views = getNotationViews();
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[71] 
	.map(NotationObservable::getView)
	     ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[71] 
	.map(NotationObservable::getView)
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[80] 
	.map(NotationObservable::getContext)
	     ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[80] 
	.map(NotationObservable::getContext)
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'NotationObservable.getContext()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[90] 
	IObservableList<NotationObservable> views = getNotationViews();
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[92] 
	NotationObservable toBeDeleted = getView(views, "use cases");
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[96] 
	for (ListDiffEntry<? extends NotationObservable> next : event.diff.getDifferences()) {
	                             ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[107] 
	EcoreUtil.delete(toBeDeleted.getView().getValue(), true);
	                             ^^^^^^^
Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[118] 
	IObservableList<NotationObservable> views = getNotationViews();
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[120] 
	NotationObservable[] created = { null };
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[123] 
	for (ListDiffEntry<? extends NotationObservable> next : event.diff.getDifferences()) {
	                             ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[124] 
	if (next.isAddition() && "CreatedInTest".equals(getName(next.getElement().getView().getValue()))) {
	                                                                          ^^^^^^^
Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[148] 
	IObservableList<NotationObservable> views = getNotationViews();
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[150] 
	NotationObservable[] obs = { null };
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[153] 
	for (ListDiffEntry<? extends NotationObservable> next : event.diff.getDifferences()) {
	                             ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[154] 
	if (next.isAddition() && "CreatedInTest".equals(getName(next.getElement().getView().getValue()))) {
	                                                                          ^^^^^^^
Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[179] 
	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
	           ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[179] 
	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[179] 
	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WelcomeModelElementFactory()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[183] 
	IObservableList<NotationObservable> getNotationViews() {
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[185] 
	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[185] 
	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
	                                                              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[189] 
	NotationObservable getView(Collection<? extends NotationObservable> views, String name) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[189] 
	NotationObservable getView(Collection<? extends NotationObservable> views, String name) {
	                                                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[191] 
	.filter(d -> name.equals(getName(d.getView().getValue())))
	                                   ^^^^^^^
Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0-SNAPSHOT.jar')
45 problems (45 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 301 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/target/org.eclipse.papyrus.infra.gmfdiag.welcome.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT [115/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.commands.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] 
	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type NestingNotifyingWorkspaceCommandStack is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] 
	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor NestingNotifyingWorkspaceCommandStack(IOperationHistory) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] 
	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
The type CheckedOperationHistory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] 
	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
	                                                                            ^^^^^^^^^^^^^
The method getInstance() from the type CheckedOperationHistory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NotifyingWorkspaceCommandStackTest.java:[154] 
	fixture = new NotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
The type CheckedOperationHistory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NotifyingWorkspaceCommandStackTest.java:[154] 
	fixture = new NotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
	                                                                     ^^^^^^^^^^^^^
The method getInstance() from the type CheckedOperationHistory is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[123] 
	for (Iterator<C> iter = CommandTreeIterator.iterate(command, type); iter.hasNext();) {
	                        ^^^^^^^^^^^^^^^^^^^
The type CommandTreeIterator<C> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[123] 
	for (Iterator<C> iter = CommandTreeIterator.iterate(command, type); iter.hasNext();) {
	                                            ^^^^^^^^^^^^^^^^^^^^^^
The method iterate(Object, Class<C>) from the type CommandTreeIterator is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[133] 
	for (Iterator<?> iter = CommandTreeIterator.iterate(command); iter.hasNext();) {
	                        ^^^^^^^^^^^^^^^^^^^
The type CommandTreeIterator<C> is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[133] 
	for (Iterator<?> iter = CommandTreeIterator.iterate(command); iter.hasNext();) {
	                                            ^^^^^^^^^^^^^^^^
The method iterate(Object) from the type CommandTreeIterator is deprecated
10 problems (10 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 325 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/target/org.eclipse.papyrus.infra.gmfdiag.commands.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests >----
[INFO] Building org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT    [116/175]
[INFO]   from ../../tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/advice/ReadOnlyObjectEditAdviceTest.java:[469] 
	readOnlyHandlerAdapterFactory = (IAdapterFactory) Platform.getBundle("org.eclipse.papyrus.infra.emf.readonly").loadClass("org.eclipse.papyrus.infra.emf.readonly.ReadOnlyAdapterFactory").newInstance();
	                                                                                                                                                                                          ^^^^^^^^^^^^^
The method newInstance() from the type Class<capture#1-of ?> is deprecated since version 9
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[36] 
	import org.eclipse.papyrus.infra.emf.internal.resource.CrossReferenceIndex;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[37] 
	import org.eclipse.papyrus.infra.emf.internal.resource.OnDemandCrossReferenceIndex;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OnDemandCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[97] 
	indexFunction = OnDemandCrossReferenceIndex::new;
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OnDemandCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[97] 
	indexFunction = OnDemandCrossReferenceIndex::new;
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'OnDemandCrossReferenceIndex(ResourceSet)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[100] 
	indexFunction = __ -> CrossReferenceIndex.getInstance();
	                      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[100] 
	indexFunction = __ -> CrossReferenceIndex.getInstance();
	                                          ^^^^^^^^^^^
Discouraged access: The method 'CrossReferenceIndex.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/ShardResourceHelperTest.java:[39] 
	import org.eclipse.papyrus.infra.emf.internal.resource.AbstractCrossReferenceIndex;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/ShardResourceHelperTest.java:[269] 
	.map(s -> s.filter(a -> AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE.equals(a.getSource())))
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/ShardResourceHelperTest.java:[269] 
	.map(s -> s.filter(a -> AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE.equals(a.getSource())))
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/edit/domain/PapyrusTransactionalEditingDomainTest.java:[79] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[70] 
	import org.eclipse.papyrus.infra.emf.internal.resource.index.IIndexManagerListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IIndexManagerListener' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[71] 
	import org.eclipse.papyrus.infra.emf.internal.resource.index.IndexManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[72] 
	import org.eclipse.papyrus.infra.emf.internal.resource.index.InternalModelIndex;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InternalModelIndex' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[104] 
	private IndexManager manager;
	        ^^^^^^^^^^^^
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[426] 
	IndexManager.getInstance().pause();
	^^^^^^^^^^^^
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[426] 
	IndexManager.getInstance().pause();
	             ^^^^^^^^^^^
Discouraged access: The method 'IndexManager.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[426] 
	IndexManager.getInstance().pause();
	                           ^^^^^
Discouraged access: The method 'IndexManager.pause()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[449] 
	manager = new IndexManager() {
	              ^^^^^^^^^^^^
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[449] 
	manager = new IndexManager() {
	              ^^^^^^^^^^^^
Discouraged access: The constructor 'IndexManager()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[451] 
	protected Map<QualifiedName, InternalModelIndex> loadIndices() {
	                             ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InternalModelIndex' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[453] 
	return Collections.singletonMap(fixture.getIndexKey(), (InternalModelIndex) fixture);
	                                        ^^^^^^^^^^^
Discouraged access: The method 'InternalModelIndex.getIndexKey()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[453] 
	return Collections.singletonMap(fixture.getIndexKey(), (InternalModelIndex) fixture);
	                                                        ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InternalModelIndex' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[456] 
	manager.startManager();
	        ^^^^^^^^^^^^
Discouraged access: The method 'IndexManager.startManager()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[465] 
	manager.dispose();
	        ^^^^^^^
Discouraged access: The method 'IndexManager.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[473] 
	IndexManager.getInstance().resume();
	^^^^^^^^^^^^
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[473] 
	IndexManager.getInstance().resume();
	             ^^^^^^^^^^^
Discouraged access: The method 'IndexManager.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[473] 
	IndexManager.getInstance().resume();
	                           ^^^^^^
Discouraged access: The method 'IndexManager.resume()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[511] 
	Job getJobWrangler(IndexManager indexManager) {
	                   ^^^^^^^^^^^^
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[550] 
	IIndexManagerListener[] listener = { null };
	^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IIndexManagerListener' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[551] 
	listener[0] = IIndexManagerListener.startingAdapter(__ -> {
	              ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IIndexManagerListener' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[551] 
	listener[0] = IIndexManagerListener.startingAdapter(__ -> {
	                                    ^^^^^^^^^^^^^^^
Discouraged access: The method 'IIndexManagerListener.startingAdapter(Consumer<? super IndexManager>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[555] 
	manager.removeIndexManagerListener(listener[0]);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IndexManager.removeIndexManagerListener(IIndexManagerListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[558] 
	manager.addIndexManagerListener(listener[0]);
	        ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IndexManager.addIndexManagerListener(IIndexManagerListener)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.emf/4.4.0-SNAPSHOT/org.eclipse.papyrus.infra.emf-4.4.0-SNAPSHOT.jar')
34 problems (34 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/target/org.eclipse.papyrus.infra.emf.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT [117/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/assistant/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/assistant/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT [118/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.assistant.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 323 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/target/org.eclipse.papyrus.infra.gmfdiag.assistant.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests >--
[INFO] Building org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT [119/175]
[INFO]   from ../../tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] The project's OSGi version is 4.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.types.ui.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[57] 
	import org.eclipse.papyrus.infra.types.core.internal.ui.handlers.RuleRefactoringHandler.OperationKind;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[85] 
	public final AnnotationRule<OperationKind> refactoringKind = AnnotationRule.create(Refactoring.class, null);
	                            ^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[103] 
	@Refactoring(OperationKind.NEGATE)
	             ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[103] 
	@Refactoring(OperationKind.NEGATE)
	                           ^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[116] 
	@Refactoring(OperationKind.NEGATE)
	             ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[116] 
	@Refactoring(OperationKind.NEGATE)
	                           ^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[126] 
	@Refactoring(OperationKind.NEGATE)
	             ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[126] 
	@Refactoring(OperationKind.NEGATE)
	                           ^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[142] 
	@Refactoring(OperationKind.ADD_TO_AND)
	             ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[142] 
	@Refactoring(OperationKind.ADD_TO_AND)
	                           ^^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_AND' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[151] 
	@Refactoring(OperationKind.ADD_TO_AND)
	             ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[151] 
	@Refactoring(OperationKind.ADD_TO_AND)
	                           ^^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_AND' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[159] 
	@Refactoring(OperationKind.ADD_TO_OR)
	             ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[159] 
	@Refactoring(OperationKind.ADD_TO_OR)
	                           ^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_OR' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[168] 
	@Refactoring(OperationKind.ADD_TO_OR)
	             ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[168] 
	@Refactoring(OperationKind.ADD_TO_OR)
	                           ^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_OR' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[176] 
	@Refactoring(OperationKind.PULL_UP_OPERAND)
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[176] 
	@Refactoring(OperationKind.PULL_UP_OPERAND)
	                           ^^^^^^^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[186] 
	@Refactoring(OperationKind.PULL_UP_OPERAND)
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[186] 
	@Refactoring(OperationKind.PULL_UP_OPERAND)
	                           ^^^^^^^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[195] 
	@Refactoring(OperationKind.PULL_UP_OPERAND)
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[195] 
	@Refactoring(OperationKind.PULL_UP_OPERAND)
	                           ^^^^^^^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[205] 
	@Refactoring(OperationKind.PULL_UP_OPERAND)
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[205] 
	@Refactoring(OperationKind.PULL_UP_OPERAND)
	                           ^^^^^^^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[214] 
	@Refactoring(OperationKind.PULL_UP_OPERAND)
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[214] 
	@Refactoring(OperationKind.PULL_UP_OPERAND)
	                           ^^^^^^^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[229] 
	case NEGATE:
	     ^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[232] 
	case ADD_TO_AND:
	     ^^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_AND' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[235] 
	case ADD_TO_OR:
	     ^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_OR' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[238] 
	case PULL_UP_OPERAND:
	     ^^^^^^^^^^^^^^^
Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[393] 
	OperationKind value();
	^^^^^^^^^^^^^
Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.types.ui/4.0.0-SNAPSHOT/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar')
31 problems (31 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.ui.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 308 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/target/org.eclipse.papyrus.infra.types.ui.tests-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.types.ui.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests >--
[INFO] Building org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT [120/175]
[INFO]   from ../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] The project's OSGi version is 4.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.common.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[37] 
	import org.eclipse.papyrus.infra.gmfdiag.assistant.internal.core.DefaultModelingAssistantModelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DefaultModelingAssistantModelProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[38] 
	import org.eclipse.papyrus.infra.gmfdiag.assistant.internal.core.ModelingAssistantModelRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ModelingAssistantModelRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[121] 
	SynchronizableGmfDiagramEditor diagramEditor = (SynchronizableGmfDiagramEditor) editor.getActiveEditor();
	                               ^^^^^^^^^^^^^
The value of the local variable diagramEditor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[150] 
	IModelingAssistantModelProvider result = new DefaultModelingAssistantModelProvider(assistantURI);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DefaultModelingAssistantModelProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[150] 
	IModelingAssistantModelProvider result = new DefaultModelingAssistantModelProvider(assistantURI);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DefaultModelingAssistantModelProvider(URI)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[152] 
	ModelingAssistantModelRegistry.getInstance().loadModels(result);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ModelingAssistantModelRegistry' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[152] 
	ModelingAssistantModelRegistry.getInstance().loadModels(result);
	                               ^^^^^^^^^^^
Discouraged access: The method 'ModelingAssistantModelRegistry.getInstance()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[152] 
	ModelingAssistantModelRegistry.getInstance().loadModels(result);
	                                             ^^^^^^^^^^
Discouraged access: The method 'ModelingAssistantModelRegistry.loadModels(IModelingAssistantModelProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultCopyCommandTest.java:[55] 
	assertThat(clipboard.getCopyFromSource(myClass), instanceOf(org.eclipse.uml2.uml.Class.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultCopyCommandTest.java:[57] 
	assertThat(copy.getName(), containsString(myClass.getName()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultDiagramCopyCommandTest.java:[57] 
	assertThat(clipboard.getCopyFromSource(myClass), instanceOf(org.eclipse.uml2.uml.Class.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultDiagramCopyCommandTest.java:[59] 
	assertThat(copy.getName(), containsString(myClass.getName()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/GMFUnsafeTest.java:[173] 
	assertThat(related, notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Property, Matcher<? super Property>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[49] 
	assertThat(fixture.getText(diagram), is("classes"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[55] 
	assertThat(fixture.getText(diagram), is("(Class Diagram of <Package> foo)"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[63] 
	assertThat(fixture.getText(diagram), is("(Class Diagram of <Package> bar)"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[77] 
	assertThat("Label provider did not notify", gotEvent[0], is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[93] 
	assertThat("Label provider did not notify", gotEvent[0], is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
19. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/resources/TestModelValidationTest.java (at line 40)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/CreateEditBasedElementCommandTest.java:[45] 
	assertThat(command.canExecute(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/ClassifierViewFactory.java:[81] 
	rv.getStyles().add(ts);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/ClassifierViewFactory.java:[84] 
	rv.getStyles().add(NotationFactory.eINSTANCE.createSortingStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/ClassifierViewFactory.java:[87] 
	rv.getStyles().add(NotationFactory.eINSTANCE.createFilteringStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultDiagramPasteCommandTest.java:[78] 
	Assert.assertThat(typeNamesLikeMyClass.size(), is(2));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultPasteCommandTest.java:[70] 
	assertThat(typeNamesLikeMyClass.size(), is(2));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
26. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/resources/ModelValidationTest.java (at line 38)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
26 problems (0 errors, 24 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 331 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/target/org.eclipse.papyrus.infra.gmfdiag.common.tests-4.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests >--
[INFO] Building org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT [121/175]
[INFO]   from ../../tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.gmf.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 124 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/target/org.eclipse.papyrus.infra.emf.gmf.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature >-----
[INFO] Building org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT [122/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.validate/1.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.ui/1.4.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.codegen/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.edit/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 357 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/target/org.eclipse.papyrus.tests.infra.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.tests.feature >--------
[INFO] Building org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT    [123/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.feature:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202405011209
[WARNING]   org.eclipse.papyrus.junit.feature.feature.group/1.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.validate/1.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.generation/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.feature.feature.jar/1.2.0.202405011209
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.elementtypes/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.dev.ui/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.profile/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.ui/1.4.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.codegen/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.edit/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.generator/3.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.bundles.tests/3.1.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.generator/5.1.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.feature ---
[INFO] The project's OSGi version is 2.0.100.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 467 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/target/org.eclipse.papyrus.tests.feature-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.main.tests >--
[INFO] Building org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT [124/175]
[INFO]   from ../../tests/junit/plugins/infra/emf/expressions/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.main.tests ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.expressions.main.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/expressions/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.expressions.main.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests >--
[INFO] Building org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT [125/175]
[INFO]   from ../../tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 126 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/target/org.eclipse.papyrus.infra.emf.expressions.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature >--
[INFO] Building org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT [126/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 109 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/target/org.eclipse.papyrus.tests.infra.emf.expressions.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.main.test >--
[INFO] Building org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT [127/175]
[INFO]   from ../../tests/junit/plugins/infra/internationalization/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.main.test ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.main.test ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/internationalization/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.internationalization.main.test ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests >--
[INFO] Building org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT [128/175]
[INFO]   from ../../tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/target/org.eclipse.papyrus.infra.internationalization.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.internationalization.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature >--
[INFO] Building org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT [129/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/target/org.eclipse.papyrus.tests.infra.internationalization.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests.releng >--
[INFO] Building org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT [130/175]
[INFO]   from ../../tests/junit/plugins/uml/expressions/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/expressions/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.expressions.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests >--
[INFO] Building org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT [131/175]
[INFO]   from ../../tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.expressions.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/org/eclipse/papyrus/uml/expressions/tests/SingleStereotypeAttributeEqualityExpressionTests.java:[48] 
	private Class notStereotypedClass;
	              ^^^^^^^^^^^^^^^^^^^
The value of the field SingleStereotypeAttributeEqualityExpressionTests.notStereotypedClass is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/org/eclipse/papyrus/uml/expressions/tests/SingleStereotypeAttributeEqualityExpressionTests.java:[50] 
	private final String PROFILE_URI = "papyrusExpressionProfile"; //$NON-NLS-1$
	                     ^^^^^^^^^^^
The value of the field SingleStereotypeAttributeEqualityExpressionTests.PROFILE_URI is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/org/eclipse/papyrus/uml/expressions/tests/IsKindOfStereotypeExpressionTests.java:[54] 
	private final String ELEMENT_CHILD_STEREOTYPE_QUALIFIED_NAME = "RootElement::AChildNiceStereotypeForElement"; //$NON-NLS-1$
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field IsKindOfStereotypeExpressionTests.ELEMENT_CHILD_STEREOTYPE_QUALIFIED_NAME is not used
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.expressions.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 305 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/target/org.eclipse.papyrus.uml.expressions.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.expressions.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature >--
[INFO] Building org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT [132/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 303 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/target/org.eclipse.papyrus.tests.uml.expressions.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.main.test >--
[INFO] Building org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT [133/175]
[INFO]   from ../../tests/junit/plugins/uml/internationalization/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.main.test ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.main.test ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.internationalization.main.test ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests >--
[INFO] Building org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT [134/175]
[INFO]   from ../../tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/target/org.eclipse.papyrus.uml.internationalization.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.internationalization.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests >--
[INFO] Building org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT [135/175]
[INFO]   from ../../tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] The project's OSGi version is 2.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization.controlmode.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/target/org.eclipse.papyrus.uml.internationalization.controlmode.tests-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature >--
[INFO] Building org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT [136/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/target/org.eclipse.papyrus.tests.uml.internationalization.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests >-----
[INFO] Building org.eclipse.papyrus.uml.alf.tests 2.0.100-SNAPSHOT    [137/175]
[INFO]   from ../../tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] The project's OSGi version is 2.0.100.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.alf.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.alf.tests ---
[WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
[WARNING] 
WARNING: 	SemanticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SemanticTest.xtend
24: The type InjectWith is deprecated
[WARNING] 
WARNING: 	SemanticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SemanticTest.xtend
25: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	SemanticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SemanticTest.xtend
38: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	MergeTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MergeTest.xtend
37: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	MergeTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MergeTest.xtend
45: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	Parse.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/Parse.xtend
57: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	GenerationTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/GenerationTest.xtend
25: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	GenerationTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/GenerationTest.xtend
33: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	GenerationTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/GenerationTest.xtend
69: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend
57: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend
62: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend
83: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend
85: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	MappingTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MappingTest.xtend
23: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	MappingTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MappingTest.xtend
32: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	MappingTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MappingTest.xtend
54: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	SingleTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SingleTest.xtend
24: The type InjectWith is deprecated
[WARNING] 
WARNING: 	SingleTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SingleTest.xtend
25: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	SingleTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SingleTest.xtend
38: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	SyntacticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SyntacticTest.xtend
23: The type InjectWith is deprecated
[WARNING] 
WARNING: 	SyntacticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SyntacticTest.xtend
24: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	SyntacticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SyntacticTest.xtend
37: The type XtextRunner is deprecated
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfUiInjectorProvider.java:[6] 
	import org.eclipse.xtext.junit4.IInjectorProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IInjectorProvider has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfUiInjectorProvider.java:[10] 
	public class AlfUiInjectorProvider implements IInjectorProvider {
	                                              ^^^^^^^^^^^^^^^^^
The type IInjectorProvider has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/AlfCompiler.java:[26] 
	import org.eclipse.papyrus.uml.alf.tests.mapper.AlfMapper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.uml.alf.tests.mapper.AlfMapper is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/CompilerTests.java:[31] 
	import org.eclipse.papyrus.uml.alf.tests.mapper.AlfCompiler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.uml.alf.tests.mapper.AlfCompiler is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/CompilerTests.java:[64] 
	import org.eclipse.xtext.junit4.XtextRunner;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type XtextRunner is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/CompilerTests.java:[70] 
	@RunWith(XtextRunner.class)
	         ^^^^^^^^^^^
The type XtextRunner is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/AlfGenerator.java:[49] 
	static final private SaveOptions options = SaveOptions.newBuilder().format().noValidation().getOptions();
	                                                                             ^^^^^^^^^^^^^^
The method noValidation() from the type SaveOptions.Builder is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[6] 
	import org.eclipse.xtext.junit4.GlobalRegistries;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type GlobalRegistries has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[7] 
	import org.eclipse.xtext.junit4.GlobalRegistries.GlobalStateMemento;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type GlobalRegistries.GlobalStateMemento is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[8] 
	import org.eclipse.xtext.junit4.IInjectorProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IInjectorProvider has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[9] 
	import org.eclipse.xtext.junit4.IRegistryConfigurator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IRegistryConfigurator has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[13] 
	public class AlfInjectorProvider implements IInjectorProvider, IRegistryConfigurator {
	                                            ^^^^^^^^^^^^^^^^^
The type IInjectorProvider has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[13] 
	public class AlfInjectorProvider implements IInjectorProvider, IRegistryConfigurator {
	                                                               ^^^^^^^^^^^^^^^^^^^^^
The type IRegistryConfigurator has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[15] 
	protected GlobalStateMemento stateBeforeInjectorCreation;
	          ^^^^^^^^^^^^^^^^^^
The type GlobalRegistries.GlobalStateMemento is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[16] 
	protected GlobalStateMemento stateAfterInjectorCreation;
	          ^^^^^^^^^^^^^^^^^^
The type GlobalRegistries.GlobalStateMemento is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[20] 
	GlobalRegistries.initializeDefaults();
	^^^^^^^^^^^^^^^^
The type GlobalRegistries has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[20] 
	GlobalRegistries.initializeDefaults();
	                 ^^^^^^^^^^^^^^^^^^^^
The method initializeDefaults() from the type GlobalRegistries is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[26] 
	stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
	                              ^^^^^^^^^^^^^^^^
The type GlobalRegistries has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[26] 
	stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
	                                               ^^^^^^^^^^^^^^^^^^^^^^^
The method makeCopyOfGlobalState() from the type GlobalRegistries is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[28] 
	stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
	                             ^^^^^^^^^^^^^^^^
The type GlobalRegistries has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[28] 
	stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
The method makeCopyOfGlobalState() from the type GlobalRegistries is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[38] 
	stateBeforeInjectorCreation.restoreGlobalState();
	                            ^^^^^^^^^^^^^^^^^^^^
The method restoreGlobalState() from the type GlobalRegistries.GlobalStateMemento is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[43] 
	stateAfterInjectorCreation.restoreGlobalState();
	                           ^^^^^^^^^^^^^^^^^^^^
The method restoreGlobalState() from the type GlobalRegistries.GlobalStateMemento is deprecated
23 problems (23 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 242 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/target/org.eclipse.papyrus.uml.alf.tests-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature >----
[INFO] Building org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT [138/175]
[INFO]   from ../../features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] The project's OSGi version is 1.2.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 240 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/target/org.eclipse.papyrus.uml.alf.tests.feature-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.tests.features >-------
[INFO] Building Papyrus Tests Features 0.0.1-SNAPSHOT                 [139/175]
[INFO]   from ../../features/papyrus-tests-features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.features ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.features ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/features/papyrus-tests-features/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.features ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests >--
[INFO] Building org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT [140/175]
[INFO]   from ../../tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.bundles.tests/3.1.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] The project's OSGi version is 1.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.developer.suite.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.developer.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1102 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/org.eclipse.papyrus.developer.suite.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.developer.suite.tests.AllTests
Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.182 s -- in org.eclipse.papyrus.developer.suite.tests.AllTests
org.eclipse.papyrus.bundles.tests.BundlesTests.uml2umlDependencyVersionTest -- Time elapsed: 0.030 s
org.eclipse.papyrus.bundles.tests.BundlesTests.batikDependencyVersionTest -- Time elapsed: 0.059 s
org.eclipse.papyrus.bundles.tests.BundlesTests.aboutTest -- Time elapsed: 0.024 s
org.eclipse.papyrus.bundles.tests.BundlesTests.guavaDependencyVersionTest -- Time elapsed: 0.017 s
org.eclipse.papyrus.bundles.tests.BundlesTests.injectDependencyVersionTest -- Time elapsed: 0.068 s
org.eclipse.papyrus.bundles.tests.BundlesTests.vendorTest -- Time elapsed: 0.005 s
org.eclipse.papyrus.bundles.tests.BundlesTests.javaVersionTest -- Time elapsed: 0.099 s
org.eclipse.papyrus.bundles.tests.BundlesTests.checkPapyrusEMFPluginDependency -- Time elapsed: 0.004 s
org.eclipse.papyrus.bundles.tests.BundlesTests.glazedListDependencyVersionTest -- Time elapsed: 0.013 s
org.eclipse.papyrus.bundles.tests.BundlesTests.pluginIDTest -- Time elapsed: 1.327 s
org.eclipse.papyrus.bundles.tests.BundlesTests.gsonDependencyVersionTest -- Time elapsed: 0.055 s
org.eclipse.papyrus.bundles.tests.BundlesTests.checkPapyrusEMFUIPluginDependency -- Time elapsed: 0 s
org.eclipse.papyrus.bundles.tests.BundlesTests skipped
org.eclipse.papyrus.bundles.tests.BundlesTests skipped
org.eclipse.papyrus.bundles.tests.BundlesTests.natTableDependencyVersionTest -- Time elapsed: 0.038 s

Results:

Tests run: 15, Failures: 0, Errors: 0, Skipped: 2

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.developer.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.developer.suite.tests' with 0 classes
[INFO] 
[INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests >-----
[INFO] Building org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT      [141/175]
[INFO]   from ../../tests/junit/plugins/bundlestests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.bundles.tests ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.bundles.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/bundlestests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.bundles.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests >--
[INFO] Building org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT [142/175]
[INFO]   from ../../tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] The project's OSGi version is 3.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.eclipse.project.editors.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[58] 
	assertThat(fixture.getEditor().getMissingFiles(),
				both(hasItem(".classpath")).and(hasItem("build.properties")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[66] 
	assertThat(fixture.slurp(".classpath"), hasItem(anything()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[67] 
	assertThat(fixture.getProject().getFile("build.properties").isAccessible(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[72] 
	assertThat(fixture.getEditor().getMissingNature(), hasItem(IJavaProjectEditor.JAVA_NATURE));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[77] 
	assertThat(fixture.getEditor().hasNature(IJavaProjectEditor.JAVA_NATURE), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[79] 
	assertThat(fixture.getEditor().hasNature(IJavaProjectEditor.JAVA_NATURE), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[83] 
	assertThat(fixture.slurp(".project"), hasItem(containsString(IJavaProjectEditor.JAVA_NATURE)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[88] 
	assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem(IJavaProjectEditor.JAVA_BUILD_COMMAND));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[95] 
	assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.papyrus.foo")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[100] 
	assertThat(fixture.getEditor().hasBuildCommand(IJavaProjectEditor.JAVA_BUILD_COMMAND), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[102] 
	assertThat(fixture.getEditor().hasBuildCommand(IJavaProjectEditor.JAVA_BUILD_COMMAND), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[106] 
	assertThat(fixture.slurp(".project"), hasItem(containsString(IJavaProjectEditor.JAVA_BUILD_COMMAND)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[112] 
	assertThat(fixture.getEditor().exists(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[116] 
	assertThat(fixture.getEditor().exists(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[123] 
	assertThat(getBuildProperties().getProperty("source..", ""), containsString("src-gen"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[130] 
	assertThat(getBuildOutputProperty(), containsString("classes"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[137] 
	assertThat(getBuildProperties().getProperty("bin.includes", ""), containsString("foo.xml"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[144] 
	assertThat(fixture.getEditor().isRegisteredSourceFolder("src-gen"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[151] 
	assertThat(fixture.getEditor().isRegisteredBinFolder("classes"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[160] 
	assertThat(Arrays.asList(fixture.getEditor().getSourceFolders()),
				both(hasItem("src")).and(hasItem("src-gen")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[171] 
	assertThat(Arrays.asList(fixture.getEditor().getBinFolders()),
				both(hasItem("bin")).and(hasItem("bin-gen")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[182] 
	assertThat(Arrays.asList(fixture.getEditor().getElementsInBuild()),
				both(hasItem("META-INF/MANIFEST.MF")).and(hasItem("plugin.xml")).and(hasItem("plugin.properties")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[192] 
	assertThat(fixture.slurp(".classpath"),
				hasItem(both(containsString("\"src\"")).and(containsString("src-gen"))));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[202] 
	assertThat(fixture.slurp(".classpath"),
				hasItem(both(containsString("\"src\"")).and(containsString("src-gen"))));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[204] 
	assertThat(getBuildProperties().getProperty("source..", ""), containsString("src-gen"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[213] 
	assertThat(fixture.getEditor().isSourceFolderRegistered("src-gen"), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[58] 
	assertThat(fixture.getEditor().getMissingFiles(), hasItem("feature.xml"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[64] 
	assertThat(fixture.getEditor().getMissingNature(), hasItem("org.eclipse.pde.FeatureNature"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[67] 
	assertThat(fixture.getEditor().getMissingNature(), not(hasItem(anything())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[70] 
	assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.pde.FeatureNature")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[76] 
	assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem("org.eclipse.pde.FeatureBuilder"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[79] 
	assertThat(fixture.getEditor().getMissingBuildCommand(), not(hasItem(anything())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[82] 
	assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.pde.FeatureBuilder")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[92] 
	assertThat(manifest.getAttributes().getLength(), is(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[93] 
	assertThat(manifest.getTextContent().trim(), is(""));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[99] 
	assertThat(fixture.getEditor().getId(), is("org.eclipse.papyrus.extra.umlrt.feature"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[105] 
	assertThat(fixture.getEditor().getLabel(), is("Papyrus RT"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[111] 
	assertThat(fixture.getEditor().getVersion(), is("1.2.0.qualifier"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[117] 
	assertThat(fixture.getEditor().getProviderName(), is("Papyrus Project"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[123] 
	assertThat(fixture.getEditor().getOS(), is("macosx"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[129] 
	assertThat(fixture.getEditor().getWS(), is("cocoa,carbon"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[135] 
	assertThat(fixture.getEditor().getNL(), is("en_CA"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[141] 
	assertThat(fixture.getEditor().getArch(), is("x86_64,ppc"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[147] 
	assertThat(fixture.getEditor().getDescriptionText(), containsString("UML for Real-Time"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[153] 
	assertThat(fixture.getEditor().getDescriptionURL(), is("http://localhost/description.html"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[159] 
	assertThat(fixture.getEditor().getCopyrightText(), containsString("2013 CEA LIST"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[165] 
	assertThat(fixture.getEditor().getCopyrightURL(), is("http://www.eclipse.org/legal/epl-2.0"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[171] 
	assertThat(fixture.getEditor().getLicenseText(), containsString("%license"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[177] 
	assertThat(fixture.getEditor().getLicenseURL(), is("http://localhost/license.html"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[190] 
	assertThat(getManifest().getAttribute(name), is(value));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[247] 
	assertThat(description.getAttribute("url"), is(url));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[248] 
	assertThat(description.getTextContent(), is(text));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[274] 
	assertThat(discovery.getAttribute("label"), is("Get stuff here"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[275] 
	assertThat(discovery.getAttribute("url"), is("http:///update"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[285] 
	assertThat(plugin.getAttribute("version"), is("0.0.0"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[286] 
	assertThat(plugin.getAttribute("download-size"), is("0"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[287] 
	assertThat(plugin.getAttribute("install-size"), is("0"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[288] 
	assertThat(plugin.getAttribute("unpack"), is("false"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[299] 
	assertThat(feature.getAttribute("version"), is("0.7.0"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[320] 
	assertThat(feature.getAttribute("version"), is("0.0.0"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[371] 
	.peek(e -> assertThat("not exactly one " + name, ++count[0], is(1)))
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[56] 
	assertThat(fixture.getEditor().exists(), is(false));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[60] 
	assertThat(fixture.getEditor().exists(), is(true));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[62] 
	assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("<plugin>")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[70] 
	assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("point=\"org.eclipse.foo\"")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[83] 
	assertThat(extension, notNullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Element, Matcher<? super Element>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[84] 
	assertThat(extension.getNodeName(), is("extension"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[85] 
	assertThat(extension.getAttribute("point"), is("org.eclipse.foo"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[94] 
	assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("id=\"org.eclipse.papyrus.foo.test\"")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[100] 
	assertThat(fixture.getEditor().getMissingFiles(), hasItem("plugin.xml"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[106] 
	assertThat(fixture.getEditor().getMissingNature(), hasItem(IPluginProjectEditor.PLUGIN_NATURE));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[109] 
	assertThat(fixture.getEditor().getMissingNature(), not(hasItem(anything())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[112] 
	assertThat(fixture.slurp(".project"), hasItem(containsString(IPluginProjectEditor.PLUGIN_NATURE)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[118] 
	assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem(IPluginProjectEditor.PLUGIN_BUILD_COMMAND));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[121] 
	assertThat(fixture.getEditor().getMissingBuildCommand(), not(hasItem(anything())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[124] 
	assertThat(fixture.slurp(".project"), hasItem(containsString(IPluginProjectEditor.PLUGIN_BUILD_COMMAND)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ProjectEditorTest.java:[50] 
	assertThat(fixture.getEditor().getMissingFiles(), not(hasItem(".project")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ProjectEditorTest.java:[57] 
	assertThat(lines, hasItem("Hello, world!"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
78 problems (78 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/target/org.eclipse.papyrus.eclipse.project.editors.tests-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests >--
[INFO] Building org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT [143/175]
[INFO]   from ../../tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] The project's OSGi version is 1.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.editors.suite.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editors.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/org.eclipse.papyrus.editors.suite.tests-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.editors.suite.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
No JFaces support for org.eclipse.jface.viewers.TableTreeViewer

(Eclipse:7753): Gtk-WARNING **: 12:28:13.180: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:7753): Gtk-WARNING **: 12:28:13.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
Tests run: 204, Failures: 0, Errors: 0, Skipped: 19, Time elapsed: 84.83 s -- in org.eclipse.papyrus.editors.suite.tests.AllTests
org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest.addFile -- Time elapsed: 0.144 s
org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest.getMissingFiles -- Time elapsed: 0.032 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getExtensions -- Time elapsed: 0.105 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.exists -- Time elapsed: 0.035 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.addExtension -- Time elapsed: 0.031 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.047 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingFiles -- Time elapsed: 0.018 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingNature -- Time elapsed: 0.024 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.setAttribute -- Time elapsed: 0.055 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isSourceFolderRegistered -- Time elapsed: 0.086 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getSourceFolders -- Time elapsed: 0.042 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.exists -- Time elapsed: 0.031 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isRegisteredSourceFolder -- Time elapsed: 0.023 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addBuildCommands -- Time elapsed: 0.021 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.createFiles -- Time elapsed: 0.018 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.hasNature -- Time elapsed: 0.024 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.registerBinFolder -- Time elapsed: 0.033 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addSourceFolderToClasspath -- Time elapsed: 0.031 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isRegisteredBinFolder -- Time elapsed: 0.021 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.registerSourceFolder -- Time elapsed: 0.046 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingFiles -- Time elapsed: 0.016 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getBinFolders -- Time elapsed: 0.032 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addToBuild -- Time elapsed: 0.046 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.hasBuildCommand -- Time elapsed: 0.023 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addJavaSourceFolder -- Time elapsed: 0.108 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingNature -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getElementsInBuild -- Time elapsed: 0.018 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getValueString -- Time elapsed: 0.041 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleVersion -- Time elapsed: 0.034 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleVendor -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.headerOrderMaintained_bug489075 -- Time elapsed: 0.037 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setSymbolicBundleName -- Time elapsed: 0.023 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeRequiredBundle -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.exists -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeImportedPackage -- Time elapsed: 0.037 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addImportPackageString -- Time elapsed: 0.024 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleVendor -- Time elapsed: 0.022 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addExportPackageStringString -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addDependencyString -- Time elapsed: 0.041 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.createFiles -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addExportPackageString -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleVersion -- Time elapsed: 0.016 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setSingleton -- Time elapsed: 0.033 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addImportPackageStringString -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getSymbolicBundleName -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getImportedPackages -- Time elapsed: 0.019 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setValueStringStringString -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getMissingFiles -- Time elapsed: 0.023 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeValueStringString -- Time elapsed: 0.019 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setValueStringString -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeValueString -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.hasDependency -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getRequiredBundles -- Time elapsed: 0.032 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setRequiredBundleExported -- Time elapsed: 0.025 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleName -- Time elapsed: 0.016 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeCustomSection_bug489075 -- Time elapsed: 0.019 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getValueStringString -- Time elapsed: 0.018 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addNewCustomSection_bug489075 -- Time elapsed: 0.026 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addDependencyStringString -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleName -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleLocalization -- Time elapsed: 0.015 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getExtensions -- Time elapsed: 0.047 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getValueString -- Time elapsed: 0.023 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isSourceFolderRegistered -- Time elapsed: 0.034 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleVersion -- Time elapsed: 0.055 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleVendor -- Time elapsed: 0.024 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getSourceFolders -- Time elapsed: 0.022 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingNature_java -- Time elapsed: 0.031 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setSymbolicBundleName -- Time elapsed: 0.048 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeRequiredBundle -- Time elapsed: 0.038 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_manifest -- Time elapsed: 0.019 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isRegisteredSourceFolder -- Time elapsed: 0.027 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeImportedPackage -- Time elapsed: 0.035 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addBuildCommands -- Time elapsed: 0.040 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addImportPackageString -- Time elapsed: 0.029 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addFile -- Time elapsed: 0.016 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleVendor -- Time elapsed: 0.060 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_plugin -- Time elapsed: 0.013 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExportPackageStringString -- Time elapsed: 0.028 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addDependencyString -- Time elapsed: 0.026 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExtension -- Time elapsed: 0.037 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_project -- Time elapsed: 0.013 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.exists_manifest -- Time elapsed: 0.023 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasNature -- Time elapsed: 0.039 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.registerBinFolder -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addSourceFolderToClasspath -- Time elapsed: 0.029 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExportPackageString -- Time elapsed: 0.025 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleVersion -- Time elapsed: 0.036 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setSingleton -- Time elapsed: 0.036 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addImportPackageStringString -- Time elapsed: 0.033 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getSymbolicBundleName -- Time elapsed: 0.021 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getImportedPackages -- Time elapsed: 0.021 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setValueStringStringString -- Time elapsed: 0.025 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.createFiles_java -- Time elapsed: 0.016 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isRegisteredBinFolder -- Time elapsed: 0.018 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.registerSourceFolder -- Time elapsed: 0.030 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBinFolders -- Time elapsed: 0.033 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeValueStringString -- Time elapsed: 0.025 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setValueStringString -- Time elapsed: 0.034 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeValueString -- Time elapsed: 0.025 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_java -- Time elapsed: 0.012 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasDependency -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.pluginManifestExists -- Time elapsed: 0.025 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingBuildCommand_java -- Time elapsed: 0.021 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addToBuild -- Time elapsed: 0.019 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getRequiredBundles -- Time elapsed: 0.021 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setRequiredBundleExported -- Time elapsed: 0.030 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasBuildCommand -- Time elapsed: 0.065 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addJavaSourceFolder -- Time elapsed: 0.031 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleName -- Time elapsed: 0.046 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getValueStringString -- Time elapsed: 0.020 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.createFiles_manifest -- Time elapsed: 0.068 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingNature_plugin -- Time elapsed: 0.025 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingBuildCommand_plugin -- Time elapsed: 0.023 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setAttribute -- Time elapsed: 0.066 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getElementsInBuild -- Time elapsed: 0.018 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addDependencyStringString -- Time elapsed: 0.023 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleName -- Time elapsed: 0.029 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleLocalization -- Time elapsed: 0.019 s
org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.exists_java -- Time elapsed: 0.024 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getCopyrightURL -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getCopyrightText -- Time elapsed: 0.014 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLicenseURL -- Time elapsed: 0.014 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLicenseText -- Time elapsed: 0.028 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setCopyright -- Time elapsed: 0.019 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setLicense -- Time elapsed: 0.018 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setVersion -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.createFiles -- Time elapsed: 0.039 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addRequiredFeature -- Time elapsed: 0.019 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addInclude -- Time elapsed: 0.016 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setUpdateURL -- Time elapsed: 0.016 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addPlugin -- Time elapsed: 0.015 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getArch -- Time elapsed: 0.022 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getId -- Time elapsed: 0.014 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getNL -- Time elapsed: 0.014 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getOS -- Time elapsed: 0.014 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getWS -- Time elapsed: 0.015 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setId -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setNL -- Time elapsed: 0.030 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setOS -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setWS -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getDescriptionURL -- Time elapsed: 0.013 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setDescription -- Time elapsed: 0.022 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addRequiredPlugin -- Time elapsed: 0.024 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingFiles -- Time elapsed: 0.012 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getDescriptionText -- Time elapsed: 0.013 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getProviderName -- Time elapsed: 0.014 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getVersion -- Time elapsed: 0.014 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setLabel -- Time elapsed: 0.017 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingNature -- Time elapsed: 0.028 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLabel -- Time elapsed: 0.014 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setArch -- Time elapsed: 0.018 s
org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setProviderName -- Time elapsed: 0.017 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testOpenModel -- Time elapsed: 11.77 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramCreation -- Time elapsed: 1.304 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramIndirectDeletion_bug433371 -- Time elapsed: 2.726 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testAvailableAndActivePage -- Time elapsed: 0.673 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testModelWithDiagramCreation -- Time elapsed: 0.359 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testContainedDiagramDeletion -- Time elapsed: 0.386 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testMultipageEditor -- Time elapsed: 0.631 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testOpenEmptyModel -- Time elapsed: 0.188 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testEmptyModelCreation -- Time elapsed: 0.195 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testContainedNatTableDeletion -- Time elapsed: 1.361 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramDeletion -- Time elapsed: 0.937 s
org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testTableCreation -- Time elapsed: 0.207 s
org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testInvalidAvailablePage -- Time elapsed: 0.489 s
org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testCompleteCase -- Time elapsed: 0.550 s
org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testProxyDiagram -- Time elapsed: 0.325 s
org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testDeleteDiagramWithInvalidAvailablePage -- Time elapsed: 0.501 s
org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testInvalidTab -- Time elapsed: 0.269 s
org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests.testOpenModelWithSpecialChars -- Time elapsed: 0.538 s
org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests.testCreateModelWithSpecialChars -- Time elapsed: 0.381 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testSashFoldersRestored -- Time elapsed: 6.228 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPropertySheetRestoredShowingCorrectInput -- Time elapsed: 9.033 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPerspectiveLayoutUnperturbed -- Time elapsed: 5.719 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testEditPartSelectionRestored -- Time elapsed: 5.639 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testActiveEditorRestoredSaveAll -- Time elapsed: 4.136 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerExpansionRestored -- Time elapsed: 4.769 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPaletteStateRestored_paletteView -- Time elapsed: 5.608 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testReloadIsDeferred -- Time elapsed: 3.297 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPaletteStateRestored -- Time elapsed: 4.918 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerReferencedLibrariesRestored -- Time elapsed: 3.234 s
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest skipped
org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerSelectionRestored -- Time elapsed: 3.148 s

Results:

Tests run: 204, Failures: 0, Errors: 0, Skipped: 19

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.editors.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.editors.suite.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests >--
[INFO] Building org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT [144/175]
[INFO]   from ../../tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] The project's OSGi version is 1.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.core.suite.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/org.eclipse.papyrus.infra.core.suite.tests-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.infra.core.suite.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
org.eclipse.papyrus.infra.core.resource.ModelMultiException: Problems encountered while loading one of the models.
----- exceptions : ----------
org.eclipse.papyrus.infra.core.resource.uml.UmlModel : org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist.
----------------------------- 

	at org.eclipse.papyrus.infra.core.resource.ModelSet.loadModels(ModelSet.java:593)
	at org.eclipse.papyrus.junit.utils.rules.AbstractModelFixture.initModelResources(AbstractModelFixture.java:301)
	at org.eclipse.papyrus.junit.utils.rules.AbstractModelFixture.starting(AbstractModelFixture.java:253)
	at org.junit.rules.TestWatcher.startingQuietly(TestWatcher.java:113)
	at org.junit.rules.TestWatcher.access$000(TestWatcher.java:52)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:59)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1492)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1465)
Caused by: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist.
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319)
	at org.eclipse.papyrus.infra.core.resource.ModelSet.handleDemandLoadException(ModelSet.java:244)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:406)
	at org.eclipse.papyrus.infra.core.resource.ModelSet.getResource(ModelSet.java:224)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourceLocator.basicGetResource(ResourceSetImpl.java:751)
	at org.eclipse.papyrus.infra.editor.welcome.internal.WelcomeModelManager$WelcomeLocator.getResource(WelcomeModelManager.java:233)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:352)
	at org.eclipse.papyrus.infra.core.resource.ModelSet.getResource(ModelSet.java:224)
	at org.eclipse.papyrus.infra.core.resource.AbstractBaseModel.loadModel(AbstractBaseModel.java:189)
	at org.eclipse.papyrus.infra.core.resource.ModelSet.loadModels(ModelSet.java:588)
	... 71 more
Caused by: org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:364)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:238)
	at org.eclipse.core.internal.resources.File.getContents(File.java:297)
	at org.eclipse.core.internal.resources.File.getContents(File.java:290)
	at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl$WorkbenchHelper.createPlatformResourceInputStream(PlatformResourceURIHandlerImpl.java:209)
	at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.createInputStream(PlatformResourceURIHandlerImpl.java:574)
	at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:358)
	at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1314)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259)
	at org.eclipse.papyrus.infra.core.resource.ModelSet.demandLoad(ModelSet.java:384)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
	... 79 more
Caused by: java.lang.Exception: Resource '/LanguageServiceTest/My.uml' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	... 90 more

Test privileged runnable.. Done.

Test privileged callable.. Done.
Tests run: 206, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 36.96 s -- in org.eclipse.papyrus.infra.core.suite.tests.AllTests
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testGetModel -- Time elapsed: 0.049 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave -- Time elapsed: 0.900 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testLoadModels -- Time elapsed: 0.021 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testGetTransactionalEditingDomain -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testCreateResource -- Time elapsed: 0.090 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testImportAfterCreate -- Time elapsed: 0.029 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testCreatesModels -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSnippetCalledAfterLoadModels -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSnippetCalledAfterCreateModels -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testRegisterModel -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testStartLateSnippet_bug481149 -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testAddModelSetSnippet -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSaveAs -- Time elapsed: 0.045 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testUnload -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave_onlyModifiedResources1 -- Time elapsed: 0.188 s
org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave_onlyModifiedResources2 -- Time elapsed: 0.044 s
org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testCreateModel -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testAddModelRoot -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testGetModelRoot -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testGetModelRoots -- Time elapsed: 0.019 s
org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testSaveModel -- Time elapsed: 0.056 s
org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testLoadModelIPath -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelUnnestedCommand -- Time elapsed: 0.037 s
org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteNestedCommand -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelTripleNestedCommand -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteTripleNestedCommand -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelNestedCommand -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteUnnestedCommand -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testChangesInPreexistingResources_bug481151 -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceLoaded -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceAdded -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testUninstallResourceAdapter_bug482949 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testRootAdded -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testRootRemoved -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceURI -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceUnloaded -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceRemoved -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testChangesInPreexistingResources_bug481151 -- Time elapsed: 0.008 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceLoaded -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceAdded -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testUninstallResourceAdapter_bug482949 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testRootAdded -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testRootRemoved -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceURI -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceUnloaded -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceRemoved -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.equals -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getLocation -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getNode -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.hashCode_ -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentBasedLanguagesInNewModel -- Time elapsed: 0.061 s
org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentTypeBasedLanguages -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentTypeBasedLanguages_uriWithoutExtension -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.language.LanguageServiceTest.languageBindings -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testPartAutomaticRegistration -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testAddServicePart -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testRemoveServicePart -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testGetService -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryWithClassKey -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testAdd -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartService -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testCallsOrderForDescriptors -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartDependantOrder -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testPriority -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryCreation -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testGetServiceByClass -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testAddDirectInstance -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryWithRequiredInInit -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartRegistryAndThenAddNewServiceAndStartIt -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testCallsOrder -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceStartedOnce -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.uniqueServiceInstances -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.servicesRecreated -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceDisposedOnce -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.parallelAccess -- Time elapsed: 2.964 s
org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceNotInitialized -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFOptionalPresent -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFOptionalNull -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultNull -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableOptionalNull -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceDefaultPresent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableOptionalPresent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceOptionalPresent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFDefaultPresent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultPresent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceOptionalNull -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultDefault -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.computeFails -- Time elapsed: 3.004 s
org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.cancel -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.timeOut -- Time elapsed: 2.002 s
org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.normalCompletion -- Time elapsed: 3.001 s
org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.listen_success -- Time elapsed: 3.001 s
org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.timeOutWithSchedulingRule -- Time elapsed: 2.003 s
org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.listen_failure -- Time elapsed: 3.000 s
org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.normalCompletionWithSchedulingRule -- Time elapsed: 3.000 s
org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest.executeAndShutDown -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest.executeAndShutDownNow -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testPrivilegedProgressRunnable -- Time elapsed: 0.006 s
org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testDisposeTransactionExecutor -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testSimpleTransactionExecutor_readWrite -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testPrivilegedProgressCallable -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testSimpleTransactionExecutor_readOnly -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillAWT_readAWT -- Time elapsed: 0.068 s
org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillAWT_readSWT -- Time elapsed: 0.007 s
org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests skipped
org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillSWT_readSWT -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest.defaultCopierFactory -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest.oneOffCopierFactory -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder2 -- Time elapsed: 0.007 s
org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder_ITabFolderModel_int -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testAddTabIPageModel -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.editor.SashMultiPageEditorTest skipped
org.eclipse.papyrus.infra.core.sasheditor.editor.SashMultiPageEditorTest skipped
org.eclipse.papyrus.infra.core.sasheditor.editor.AllTests skipped
org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageAboutToBeOpenedEvent -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageAboutToBeClosedEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageActivatedEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testRemoveActiveEditorChangedListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageDeactivatedEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageOpenedEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageClosedEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testAddActiveEditorChangedListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageAboutToBeOpenedEvent -- Time elapsed: 0.087 s
org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageAboutToBeClosedEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageActivatedEvent -- Time elapsed: 0.060 s
org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest skipped
org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageDeactivatedEvent -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageOpenedEvent -- Time elapsed: 0.031 s
org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageClosedEvent -- Time elapsed: 0.033 s
org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testPageClosedEventLifeCycle -- Time elapsed: 0.036 s
org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testPageClosedEventLifeCycleWhenLastPageOfFolder -- Time elapsed: 0.018 s
org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest skipped
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testRefreshTabs -- Time elapsed: 0.035 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditor -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testlookupModelPage -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testFolderList -- Time elapsed: 0.035 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePages2 -- Time elapsed: 0.018 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testVisit -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditor2 -- Time elapsed: 0.015 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditorNoPage -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testFolderList2 -- Time elapsed: 0.036 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest skipped
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testRefreshTabs2 -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePages -- Time elapsed: 0.018 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testSetFolderTabMenuManager_MenuManager -- Time elapsed: 0.023 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePagesOneFoler -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testSelectPage -- Time elapsed: 0.031 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest.testDisposeCallOnNestedEditorRemoval -- Time elapsed: 0.872 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest skipped
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest.testDisposeCallOnMainEditorClose -- Time elapsed: 0.202 s
org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerMemoryLeakTest skipped
org.eclipse.papyrus.infra.core.sasheditor.internal.ActiveHistoryTrackerBehaviorTest.testActivePageHistoryWhenPageIsClosed -- Time elapsed: 0.051 s
org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeEditorInputTest.testEquals -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditorsOneByOne -- Time elapsed: 0.318 s
org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditors -- Time elapsed: 0.415 s
org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testCloseEditor -- Time elapsed: 0.099 s
org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor -- Time elapsed: 0.099 s
org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor_contentProvider -- Time elapsed: 0.171 s
org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testGetSashContainer -- Time elapsed: 0.097 s
org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor_nestedEditorCount -- Time elapsed: 0.194 s
org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditorsOneByOneAndDispose -- Time elapsed: 0.300 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testGetISashWindowsContentProvider -- Time elapsed: 0.007 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactory -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactoryDiSashModel -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testGetIPageMngr -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactoryResource -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest skipped
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testCreateFolder -- Time elapsed: 0.008 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testGetRootModel -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testLifeCycle -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCreateFolder -- Time elapsed: 0.006 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCloseLastTabFromLastFolder -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderInsideFolder -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderAroundFolder -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCloseLastTab -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderInsideFolderAtSpecifiedIndex -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testModelIsWritable -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testClosePage -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMovePageInsideFolder -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMovePageBetweenFolder -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testUndoRedoMovePageInsideFolder -- Time elapsed: 0.008 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCreateFolder -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCloseLastTabFromLastFolder -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderInsideFolder -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderAroundFolder -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCloseLastTab -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderInsideFolderAtSpecifiedIndex -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testModelIsWritable -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testClosePage -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMovePageInsideFolder -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMovePageBetweenFolder -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseAllOpenedPages -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testAllPages -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testAddPage -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseLastPageOfTabFolder -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testClosePage -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseOtherOpenedPages -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testOpenPage -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testRemovePage -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testQuery -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testToString -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testCreateModelFPP -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testStaticCreates -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testQueriesWithResult -- Time elapsed: 0 s

Results:

Tests run: 206, Failures: 0, Errors: 0, Skipped: 10

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.infra.core.suite.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests >--
[INFO] Building org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT [145/175]
[INFO]   from ../../tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] The project's OSGi version is 1.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.suite.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/org.eclipse.papyrus.infra.nattable.suite.tests-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.infra.nattable.suite.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.00 s -- in org.eclipse.papyrus.infra.nattable.suite.tests.AllTests
org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test1_SelectElement -- Time elapsed: 10.72 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test3_SelectMultipleElements -- Time elapsed: 0.494 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test2_SelectElementInvertAxis -- Time elapsed: 0.496 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test4_SelectMultipleElementsInvertAxis -- Time elapsed: 0.477 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubSubModel -- Time elapsed: 1.574 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubSubPackage -- Time elapsed: 0.829 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubModel -- Time elapsed: 0.827 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationAndSynchronization -- Time elapsed: 1.099 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnRootModel -- Time elapsed: 0.724 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubPackage -- Time elapsed: 0.663 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.OpenTableTest.testOpenExistingTable -- Time elapsed: 2.309 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.TableVerifyContents.verifyContentsForTable1 -- Time elapsed: 0.091 s
org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationAndSynchronizationTest.createTable2AndDestroyAnOwnedElement -- Time elapsed: 0.851 s
org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithSameContextAndOwnerWithoutOpenIt -- Time elapsed: 1.263 s
org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithDifferentContextAndOwnerWithoutOpenIt -- Time elapsed: 0.785 s
org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithDifferentContextAndOwnerAndOpenIt -- Time elapsed: 1.657 s
org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithSameContextAndOwnerAndOpenIt -- Time elapsed: 1.398 s
org.eclipse.papyrus.infra.nattable.common.tests.SortedTableCreationTest.createSortedTable -- Time elapsed: 0.892 s
org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_getNamedStyle -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_StyleCreation -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_getStyle -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_CellThenRowSelection -- Time elapsed: 0.528 s
org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.testRowSelection -- Time elapsed: 0.488 s
org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_RowThenCellSelection -- Time elapsed: 0.508 s
org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_RowSelectionWithCTRL -- Time elapsed: 0.481 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_V1_V1_Test -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_V1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_H1_V1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_H1_V1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_V1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_H1_V1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_H1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_H1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_H1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_H1_V1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_H1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_V1_V1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_V1_V1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_V1_V1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_V1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_V1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_V1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_H1_V1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_H1_V1_Test -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_V1_V1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_H1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_H1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_V1_H1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_V1_V1_Test -- Time elapsed: 0 s
org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_selectionOfMultipleTables -- Time elapsed: 1.298 s
org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTableChangeContextName -- Time elapsed: 0.204 s
org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_namedTableNotifications -- Time elapsed: 0.202 s
org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_namedTable -- Time elapsed: 0.196 s
org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTable -- Time elapsed: 0.192 s
org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTableNotifications -- Time elapsed: 0.183 s

Results:

Tests run: 55, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.infra.nattable.suite.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests >--
[INFO] Building org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT [146/175]
[INFO]   from ../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.services.labelprovider.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 218 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/target/org.eclipse.papyrus.infra.services.labelprovider.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests >--
[INFO] Building org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT [147/175]
[INFO]   from ../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.architecture.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerLegacyTest.java:[77] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerLegacyTest.java:[107] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerLegacyTest.java:[132] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMixedMergesTest.java:[101] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMixedMergesTest.java:[120] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainInheritanceTest.java:[129] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainInheritanceTest.java:[142] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainInheritanceTest.java:[191] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerTest.java:[133] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerTest.java:[147] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerTest.java:[198] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
11 problems (11 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/target/org.eclipse.papyrus.infra.architecture.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.architecture.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests >--
[INFO] Building org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT [148/175]
[INFO]   from ../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.ui.architecture.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 302 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/target/org.eclipse.papyrus.infra.ui.architecture.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests >---
[INFO] Building org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT  [149/175]
[INFO]   from ../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.validate/1.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.ui/1.4.0.202405011209
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.codegen/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.edit/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] The project's OSGi version is 1.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.suite.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1110 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/org.eclipse.papyrus.infra.suite.tests-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.infra.suite.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
[EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram
[EXPANSION_DIAGRAM]+-->ID - Representation
[EXPANSION_DIAGRAM]    "Interface_Label" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomRepresentationImpl@5d4ac9f (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.NestedInterfaceForInterfaceEditPart, name: Nested Interface Label, viewFactory: org.eclipse.gmf.runtime.diagram.ui.view.factories.optimal.ShapeViewFactory, description: null)
[EXPANSION_DIAGRAM]    "Implemented Interfaces" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomInducedRepresentationImpl@4be67584 (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.common.editparts.ListCompartmentEditPart, name: Compartment to implement interfaces, viewFactory: org.eclipse.gmf.runtime.diagram.ui.view.factories.optimal.CompartmentViewFactory, description: null) (hint: Implemented Interfaces)
[EXPANSION_DIAGRAM]    "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@40d9b1c2 (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.ClassEditPart, name: Reuse representation of class of the class diagram, viewFactory: org.eclipse.papyrus.infra.gmfdiag.common.utils.ClassifierViewFactory, description: null) (reusedID: Class_Shape)
[EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs
[EXPANSION_DIAGRAM]    "Implemented Interfaces" [Interface_Label]
[EXPANSION_DIAGRAM]    "Class Diagram" [Class_Shape]
[EXPANSION_DIAGRAM]    "Class_Shape" [Implemented Interfaces]
[EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram
[EXPANSION_DIAGRAM]+-->ID - Representation
[EXPANSION_DIAGRAM]    "Interface_BorderItem" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomRepresentationImpl@2fb5132e (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.NestedInterfaceForClassEditPart, name: Interface as BorderItem, viewFactory: org.eclipse.gmf.runtime.diagram.ui.view.factories.optimal.ShapeViewFactory, description: null)
[EXPANSION_DIAGRAM]    "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@41979c2f (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.ClassEditPart, name: Reuse representation of class of the class diagram, viewFactory: org.eclipse.papyrus.infra.gmfdiag.common.utils.ClassifierViewFactory, description: null) (reusedID: Class_Shape)
[EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs
[EXPANSION_DIAGRAM]    "Class Diagram" [Class_Shape]
[EXPANSION_DIAGRAM]    "Class_Shape" [Interface_BorderItem]
[EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram
[EXPANSION_DIAGRAM]+-->ID - Representation
[EXPANSION_DIAGRAM]    "Implemented Interfaces" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomInducedRepresentationImpl@b3cb5ed (editPartQualifiedName: null, name: Compartment to implement interfaces, viewFactory: null, description: null) (hint: Implemented Interfaces)
[EXPANSION_DIAGRAM]    "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@6a0e3aae (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.ClassEditPart, name: Reuse respresentation of class of the class diagram, viewFactory: org.eclipse.papyrus.infra.gmfdiag.common.utils.ClassifierViewFactory, description: null) (reusedID: Class_Shape)
[EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs
[EXPANSION_DIAGRAM]    "Class Diagram" [Class_Shape]
[EXPANSION_DIAGRAM]    "Class_Shape" [Implemented Interfaces]
platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg
platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg
platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg
Tests run: 1087, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 242.7 s -- in org.eclipse.papyrus.infra.suite.tests.AllTests
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetObserved -- Time elapsed: 0.071 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetValue -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetValueType -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddRemoveValueChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testSetValue -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testSetDelegate -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest skipped
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetRealm -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testIsDisposed -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testWrap -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testHashCode -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testCreate -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testDispose -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testEquals -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest skipped
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetValue -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetValueType -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddRemoveValueChangeListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testSetValue -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testSetDelegate -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetRealm -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testDelegatingToDelegator -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testIsDisposed -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testWrap -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddDisposeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddRemoveChangeListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testCreate_withObserving -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testHashCode -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testCreate -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testDispose -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testEquals -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAutoreleaseDelegate -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetObserved -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddRemoveSetChangeListener -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testToArray -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAdd -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetElementType -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testClear -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testSize -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRetainAll -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testContainsAll -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testContains -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testHashCode -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddAll -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testEquals -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIsEmpty -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRemove -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIterator -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRemoveAll -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testToArray_Array -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testSetDelegate -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest skipped
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetRealm -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIsDisposed -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testWrap -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testCreate -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testDispose -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest skipped
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveSetChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testToArray -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAdd -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testGetElementType -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testClear -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testSize -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRetainAll -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testContainsAll -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testContains -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testHashCode -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddAll -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testEquals -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsEmpty -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRemove -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIterator -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRemoveAll -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testToArray_Array -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testSetDelegate -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveStaleListener -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testGetRealm -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testDelegatingToDelegator -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsDisposed -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testWrap -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddDisposeListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testCreate_withObserving -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testCreate -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testDispose -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsStale -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest skipped
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testMove -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testLastIndexOf -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testListIterator -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemove_int -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddListChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddAll_index -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAdd_index -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIndexOf -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSet_index -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGet_index -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSubList -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testListIterator_index -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testToArray -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAdd -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGetElementType -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testClear -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSize -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRetainAll -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testContainsAll -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testContains -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testHashCode -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddAll -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testEquals -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsEmpty -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemove -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIterator -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemoveAll -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testToArray_Array -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSetDelegate -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddRemoveStaleListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGetRealm -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testDelegatingToDelegator -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsDisposed -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testWrap -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddDisposeListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddRemoveChangeListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testCreate_withObserving -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testCreate -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testDispose -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAutoreleaseDelegate -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsStale -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest skipped
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetObserved -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testMove -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testLastIndexOf -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testListIterator -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemove_int -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddListChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddAll_index -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAdd_index -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIndexOf -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSet_index -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGet_index -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSubList -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testListIterator_index -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testToArray -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAdd -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetElementType -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testClear -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSize -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRetainAll -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testContainsAll -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testContains -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testHashCode -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddAll -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testEquals -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIsEmpty -- Time elapsed: 0.007 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemove -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIterator -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemoveAll -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testToArray_Array -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSetDelegate -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest skipped
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetRealm -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIsDisposed -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testWrap -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testCreate -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testDispose -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest skipped
org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testListIterator -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testRelease -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testAutorelease -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testRetain -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testIterator -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testListIterator_int -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest.testRetainRelease -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest.testDispose -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists -- Time elapsed: 5.043 s
org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_constrained_wrongType -- Time elapsed: 0.071 s
org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_noneSuch -- Time elapsed: 0.164 s
org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_nested -- Time elapsed: 0.020 s
org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext_referencedProject -- Time elapsed: 0 s
org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_constrained -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext_fallback -- Time elapsed: 0.021 s
org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testAwaitTermination_timesOut -- Time elapsed: 1.029 s
org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testShutdown -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testShutdownNow -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testAwaitTermination_finishes -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testSubmit -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.ui.util.TransactionUIHelperTest.testPrivilegedRunnableWithProgress -- Time elapsed: 0.200 s
org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemoveSaveListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddSaveListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireSaveEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireSaveAsEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAboutToSaveEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAboutToSaveAsEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFirePostSaveAsEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddPostSaveListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFirePostSaveEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemoveAboutToSaveListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemovePostSaveListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddAboutToSaveListener -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAllSaveAsEvent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAllSaveEvent -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePageTest.testExistingMethod -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getAdaptedValue -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getChildren -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getElements_object -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.hasChildren -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getParent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.dispose -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getElements -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.isValidValue -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getAdaptedValue -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getElements_Object -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getChildren -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.hasChildren -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getParent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.dispose -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getElements -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.isValidValue -- Time elapsed: 0 s
org.eclipse.papyrus.infra.services.edit.tests.context.TestClientContext.testClientContextExist -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetAdapter -- Time elapsed: 0.006 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetDisplayName -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testCanEdit -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetEditCommand -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testIsKnownElementType -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_EObject -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_IElementType -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_EClass -- Time elapsed: 0 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_Unknown -- Time elapsed: 0 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetContainedTypeEditServices -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProviderFactory.testCreateServiceInstance -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceUtils.testGetCommandProvider -- Time elapsed: 0 s
org.eclipse.papyrus.infra.services.edit.tests.utils.TestGMFCommandUtils.testGetCommandEObjectResult -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureCommandFactory.testGetEditCommand -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureListCommandFactory.testGetEditCommand -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers -- Time elapsed: 3.438 s
org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_relatedElements_diagram -- Time elapsed: 4.283 s
org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_integration -- Time elapsed: 1.389 s
org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_relatedElements -- Time elapsed: 1.320 s
org.eclipse.papyrus.infra.services.edit.ui.dialogs.tests.TestElementTypeValidator.testValidate -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testInvalidContext -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testDefaultLabelProvider -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testEMFLabelProvider -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testUMLLabelProvider -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testUMLLabelProviderChangeEvents -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest.getSemanticRoots -- Time elapsed: 0.007 s
org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest.getSemanticIModels -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is writable in workspace] -- Time elapsed: 0.035 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is writable in workspace] -- Time elapsed: 0.019 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is writable in workspace] -- Time elapsed: 0.032 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is writable in workspace] -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is writable in workspace] -- Time elapsed: 0.016 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is writable in workspace] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is writable in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is writable in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is writable in workspace] -- Time elapsed: 0.032 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is writable in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is writable in workspace] -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is writable in workspace] -- Time elapsed: 0.103 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is writable in workspace] -- Time elapsed: 0.030 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is writable in workspace] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is writable in workspace] -- Time elapsed: 0.026 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is writable in workspace] -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is writable in workspace] -- Time elapsed: 0.111 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is writable in workspace] -- Time elapsed: 0.032 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is writable in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is writable in workspace] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is writable in workspace] -- Time elapsed: 0.015 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is writable in workspace] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is read-only in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is read-only in workspace] -- Time elapsed: 0.027 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is read-only in workspace] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is read-only in workspace] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is read-only in workspace] -- Time elapsed: 0.029 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is read-only in workspace] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is read-only in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is read-only in workspace] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is read-only in workspace] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is read-only in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is read-only in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is read-only in workspace] -- Time elapsed: 0.031 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is read-only in workspace] -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is read-only in workspace] -- Time elapsed: 0.116 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is read-only in workspace] -- Time elapsed: 0.035 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is read-only in workspace] -- Time elapsed: 0.034 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is read-only in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is read-only in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is read-only in workspace] -- Time elapsed: 0.016 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is read-only in workspace] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is read-only in workspace] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is read-only in workspace] -- Time elapsed: 0.029 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.040 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.028 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is deployed in plug-in] -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is deployed in plug-in] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is deployed in plug-in] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in] -- Time elapsed: 0.033 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is deployed in plug-in] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is deployed in plug-in] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is deployed in plug-in] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is deployed in plug-in] -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is deployed in plug-in] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is deployed in plug-in] -- Time elapsed: 0.037 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is deployed in plug-in] -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is deployed in plug-in] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in] -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is deployed in plug-in] -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is deployed in plug-in] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in] -- Time elapsed: 0.034 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is deployed in plug-in] -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is deployed in plug-in] -- Time elapsed: 0.023 s
org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:commands -- Time elapsed: 0.803 s
org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:delete -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:changes -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[collection (internal)] -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[collection (external)] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[single tree (internal)] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[single tree (external)] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[resource (internal)] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resources (external)] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resources (internal)] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[resource set (internal)] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resource sets (external)] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resource sets (internal)] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest.testGetServiceRegistryResource -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest.testGetInstance -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_dynamic_badRegistration -- Time elapsed: 0.485 s
org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_dynamic -- Time elapsed: 0.066 s
org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_static -- Time elapsed: 0.138 s
org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_static_badRegistration -- Time elapsed: 0.045 s
org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwareURIConverter -- Time elapsed: 0.061 s
org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwareURIConverter_badMapping -- Time elapsed: 0.052 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShardObservedByOtherHelper[0: useCommands=false] -- Time elapsed: 0.719 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShard[0: useCommands=false] -- Time elapsed: 0.246 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShardObservedByOtherHelper[0: useCommands=false] -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.attemptToUseClosedHelper[0: useCommands=false] -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShard[0: useCommands=false] -- Time elapsed: 0.019 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShardObservedByOtherHelper[1: useCommands=true] -- Time elapsed: 0.247 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShard[1: useCommands=true] -- Time elapsed: 0.244 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShardObservedByOtherHelper[1: useCommands=true] -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.attemptToUseClosedHelper[1: useCommands=true] -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShard[1: useCommands=true] -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.proxyResolutionLoadsShardFromTheTop[0: full index] -- Time elapsed: 0.761 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.shardLoadsContainersAndDoesntLoseStereotypes[0: full index] -- Time elapsed: 0.226 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.proxyResolutionLoadsShardFromTheTop[1: on-demand index] -- Time elapsed: 0.246 s
org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.shardLoadsContainersAndDoesntLoseStereotypes[1: on-demand index] -- Time elapsed: 0.243 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.subunits -- Time elapsed: 0.503 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.parents -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.outgoingReferences_givenURI -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.incomingReferences_givenURI -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.roots -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.roots_alternate -- Time elapsed: 0.006 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.outgoingReferences -- Time elapsed: 0.118 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.incomingReferences -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.isShard -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.subunits -- Time elapsed: 0.579 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.parents -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.outgoingReferences_givenURI -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.incomingReferences_givenURI -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.roots -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest skipped
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.outgoingReferences -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.incomingReferences -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.isShard -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest skipped
org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnProjectDelete -- Time elapsed: 0.605 s
org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexNotifiesOnReindex -- Time elapsed: 0.553 s
org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRecoversFromCancel -- Time elapsed: 1.434 s
org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRefreshesIfNecessary_bug473154 -- Time elapsed: 6.039 s
org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexBuilt -- Time elapsed: 0.387 s
org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnChanges -- Time elapsed: 3.421 s
org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnDeletion -- Time elapsed: 3.412 s
org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexNotBuiltForDerivedResources -- Time elapsed: 0.345 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test1 -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test2 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test3 -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test4 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test5 -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test6 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test7 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test8 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test9 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test10 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test11 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test12 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test13 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test14 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test15 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test16 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test17 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test18 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test19 -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test20 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test21 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test22 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test23 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test24 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test25 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test26 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests.LiteralFalseExpression_Test1 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests.LiteralFalseExpression_Test2 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests.LiteralTrueExpression_Test1 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests.LiteralTrueExpression_Test2 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test1_1 -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test1_2 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test2_1 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test2_2 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test3_1 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test3_2 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_1 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_2 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_3 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_4 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test10 -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test11 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test12 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test13 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test14 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test15 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test16 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test17 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test18 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test19 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test20 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test21 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test22 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test23 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test24 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test25 -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test26 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test1 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test2 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test3 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test4 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test5 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test6 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test7 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test8 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test9 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test1 -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test2 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test3 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test4 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test5 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test1 -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test2 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test3 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test4 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test5 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test6 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test7 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test8 -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.gmf.util.tests.CommandTreeIteratorTest.handlesWrapperChains -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testMainModelElementsAreUnhandled -- Time elapsed: 0.134 s
org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testNonExistentResourceIsUnhandled -- Time elapsed: 0.094 s
org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedPluginModelElementsAreUnhandled -- Time elapsed: 0.085 s
org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedWorkspaceModelElementsMadeWritable -- Time elapsed: 0.106 s
org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testSubModelElementsAreUnhandled -- Time elapsed: 0.341 s
org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testObjectURIsWithFragment -- Time elapsed: 0.077 s
org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedWorkspaceModelElementsAreReadOnly -- Time elapsed: 0.080 s
org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest.labelProviderChangeNotifications -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest.getText -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.notificationsOnDependentWhenItChanges -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.getText -- Time elapsed: 0 s
org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.safeSubscriptionRemovalOnDestroy_bug507241 -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.notificationsOnDependentWhenDependencyChanges -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests.testGetTypeRegisteredInplugin -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testPACKAGE_WITH_COMPONENTSType -- Time elapsed: 0.006 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromWrongPackageToWrongPackage -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testDeleteComponentFromGoodPackage -- Time elapsed: 0.453 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticCreateComponentInWrongPackage -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testCyclicAdvices -- Time elapsed: 0.073 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testDeleteComponentFromWrongPackage -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromWrongPackageToGoodPackage -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticCreateComponentInGoodPackage -- Time elapsed: 0.008 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testValidAdvicesOrder -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromGoodPackageToWrongPackage -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testPACKAGE_WITH_ALL_ELEMENTSType -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromGoodPackageToGoodPackage -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.types.tests.ElementTypeSetConfigurationTest.testGetAllAdviceBindings -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.SpecializationTypeConfigurationTest.testGetOwnedAdvice -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.MetamodelTypeConfigurationTest.testGetOwnedAdvice -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testGetElementTypeSet -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testGetOwningTarget -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testSetOwningTarget -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testValidateAbstractAdviceBindingConfiguration_apply_to_all_types -- Time elapsed: 0.052 s
org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredTypeTest.testGetOwnedAdvice -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testGetElementTypeSet -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testGetOwningTarget -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testSetOwningTarget -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testValidateAbstractAdviceBindingConfiguration_apply_to_all_types -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests.testGetTypeRegisteredInplugin -- Time elapsed: 0 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.addToAnd -- Time elapsed: 1.950 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.addToOr -- Time elapsed: 0.115 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate -- Time elapsed: 0.127 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.alreadyInAnd -- Time elapsed: 0.129 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate_notRule -- Time elapsed: 0.122 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpOrMultiple -- Time elapsed: 0.110 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpAndMultiple -- Time elapsed: 0.113 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.alreadyInOr -- Time elapsed: 0.115 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpOr -- Time elapsed: 0.115 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpAnd -- Time elapsed: 0.114 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpNot -- Time elapsed: 0.110 s
org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate_negatedRule -- Time elapsed: 0.114 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_execute_undo_undo_redo -- Time elapsed: 0.006 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_executeNonDirtying_undo_undo_redo_redo -- Time elapsed: 0.002 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecuteNonDirtying_undo -- Time elapsed: 0.001 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute -- Time elapsed: 0 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save -- Time elapsed: 0 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_undo -- Time elapsed: 0.001 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_undo_save_redo -- Time elapsed: 0 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_undo -- Time elapsed: 0 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecuteNonDirtying -- Time elapsed: 0.001 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_undo_save -- Time elapsed: 0 s
org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_execute_undo_undo_save_redo -- Time elapsed: 0.001 s
org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelUnnestedCommand -- Time elapsed: 0.012 s
org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteNestedCommand -- Time elapsed: 0.012 s
org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelTripleNestedCommand -- Time elapsed: 0.009 s
org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteTripleNestedCommand -- Time elapsed: 0.003 s
org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelNestedCommand -- Time elapsed: 0.002 s
org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteUnnestedCommand -- Time elapsed: 0.001 s
org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.genericCompoundsAndWrappers -- Time elapsed: 0.006 s
org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.gmfCompoundsAndWrappers -- Time elapsed: 0 s
org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.emfCompoundsAndWrappers -- Time elapsed: 0 s
org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.gefCompoundsAndWrappers -- Time elapsed: 0 s
org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromDiagramCommandStack -- Time elapsed: 0.458 s
org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromOperationHistory -- Time elapsed: 0.385 s
org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromEMFCommandStack -- Time elapsed: 0.302 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadelementTypeDiagramExpansion -- Time elapsed: 0.041 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadProviderDiagramExpansion -- Time elapsed: 0.163 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.init_DiagramExpansionRegistry -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadDiagramExpansion -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_DiagramExpansion -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.verifyMetaclassCreationWithCompartment -- Time elapsed: 1.520 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.verifyClassCreationWithCompartment -- Time elapsed: 0.750 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.load_DiagramExpansion -- Time elapsed: 0.628 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddChildLabel.load_DiagramExpansion -- Time elapsed: 0.777 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddBorderItem.load_DiagramExpansion -- Time elapsed: 0.718 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartmentWithKind.load_DiagramExpansion -- Time elapsed: 0.776 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddLink.load_DiagramExpansion -- Time elapsed: 0.868 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements.testDropInsideBadcontainer -- Time elapsed: 0.818 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements.testDropInsidecontainer -- Time elapsed: 0.880 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.AssistantUsage.testAssistantForLabelNode -- Time elapsed: 1.174 s
org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrap -- Time elapsed: 0.006 s
org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_command -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_gmfCommand -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_runnable -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.initialSyncOfEmptyDiagram -- Time elapsed: 1.181 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.newNodeOfWrongMetaclassNotSynchronized -- Time elapsed: 1.373 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:create -- Time elapsed: 1.601 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:move -- Time elapsed: 1.369 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:deleteView -- Time elapsed: 1.985 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:resize -- Time elapsed: 1.556 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:move -- Time elapsed: 1.683 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:override -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:move -- Time elapsed: 1.706 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:override -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagramNotifications -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_namedDiagramNotifications -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagram -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagramChangeContextName -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_namedDiagram -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.CreateEditBasedElementCommandTest.createElement -- Time elapsed: 0.207 s
org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultCopyCommandTest.copyElement -- Time elapsed: 0.152 s
org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultPasteCommandTest.pasteElement -- Time elapsed: 0.125 s
org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramCopyCommandTest.copyElement -- Time elapsed: 0.817 s
org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest.pasteElement -- Time elapsed: 0.877 s
org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest.pasteProperty -- Time elapsed: 1.250 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[0] -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[1] -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[2] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[3] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[4] -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[5] -- Time elapsed: 0.006 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[6] -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[7] -- Time elapsed: 0.041 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.canonicalEdgesInClassDiagram -- Time elapsed: 1.864 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.noCanonicalViewInCanonicalView -- Time elapsed: 1.617 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.canonicalNodesInClassDiagram -- Time elapsed: 1.577 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.noCanonicalEdgeOnCanonicalView -- Time elapsed: 1.579 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.controlTestForNothingCanonical -- Time elapsed: 1.224 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:execute -- Time elapsed: 1.517 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalInCanonicalNestedViews:on -- Time elapsed: 0.948 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalInCanonicalNestedViews:off -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:execute -- Time elapsed: 1.369 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:execute -- Time elapsed: 1.481 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:execute -- Time elapsed: 2.607 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:execute -- Time elapsed: 2.166 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:execute -- Time elapsed: 2.033 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:execute -- Time elapsed: 1.661 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:execute -- Time elapsed: 1.478 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:execute -- Time elapsed: 1.450 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:execute -- Time elapsed: 1.539 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:execute -- Time elapsed: 2.096 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:execute -- Time elapsed: 2.015 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:execute -- Time elapsed: 2.289 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:execute -- Time elapsed: 1.997 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:execute -- Time elapsed: 1.572 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:execute -- Time elapsed: 1.433 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:execute -- Time elapsed: 1.763 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:execute -- Time elapsed: 1.460 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:execute -- Time elapsed: 1.664 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:execute -- Time elapsed: 2.198 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:execute -- Time elapsed: 1.506 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalEdgesInClassDiagram -- Time elapsed: 1.331 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.nestedCanonicalNodesByMetaclassSelectorInCanonicalView -- Time elapsed: 1.298 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.nestedCanonicalEdgesInCanonicalView -- Time elapsed: 1.358 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalNodesByMetaclassSelectorInClassDiagram -- Time elapsed: 1.412 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalNodesByExplicitStyleClassInClassDiagram -- Time elapsed: 1.666 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.controlTestForNothingCanonical -- Time elapsed: 0.739 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.overrideSelectorRule -- Time elapsed: 1.884 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.overrideExplicitClassRule -- Time elapsed: 2.040 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:execute -- Time elapsed: 1.846 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:execute -- Time elapsed: 1.255 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:initial -- Time elapsed: 2.185 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:non-canonical -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:canonical -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:initial -- Time elapsed: 2.183 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:close-reopen -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest skipped
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.nestedClassifiersDontCauseLoopInCompositeDiagram_bug474489 -- Time elapsed: 1.099 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.associationEndCanonicalPresentation_bug473148 -- Time elapsed: 1.094 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:initial -- Time elapsed: 0.765 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:synch -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:undo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:redo -- Time elapsed: 0 s
org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReadOnlyAxisTransactionOption -- Time elapsed: 0.025 s
org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReferenceToReadOnlyObjectWithOppositeRolledBackCommand -- Time elapsed: 0.037 s
org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReferenceToReadOnlyObjectWithOppositeRolledBackOperation -- Time elapsed: 0.033 s
org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testIsReadOnlyEObject -- Time elapsed: 0.038 s
org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testSashModelReadOnlyIfPermissionReadOnly -- Time elapsed: 0.036 s
org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testAnyReadOnlyURIs -- Time elapsed: 0.035 s
org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testCanMakeWritableEObject -- Time elapsed: 0.041 s
org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testCanMakeWritableURIs -- Time elapsed: 0.035 s
org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testCanMakeWritable -- Time elapsed: 0.045 s
org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testAsBoolean -- Time elapsed: 0.032 s
org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testIsReadOnly -- Time elapsed: 0.033 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSashRow__int_int -- Time elapsed: 0.008 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetVisibleSections -- Time elapsed: 0.009 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSashColumn__int -- Time elapsed: 0 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSection__String -- Time elapsed: 0 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeSectionTest.testIsIdentifiedBy__String -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.editor.welcome.tests.SashColumnTest.testGetSashRow__int -- Time elapsed: 0 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.openWelcomePage -- Time elapsed: 0.584 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.closeWelcomePage -- Time elapsed: 0.666 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.pageRemovalValidator -- Time elapsed: 1.233 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.emptyModelShowsWelcomePage -- Time elapsed: 0.360 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.emptyModelCannotCloseWelcomePage -- Time elapsed: 0.332 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.canCloseWelcomePage -- Time elapsed: 0.531 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.welcomeModelResource -- Time elapsed: 0.350 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.welcomeModelElement -- Time elapsed: 0.326 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.getOwner -- Time elapsed: 0.339 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.languagesProperty -- Time elapsed: 0.610 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.isEditableRestoreActivePage -- Time elapsed: 0.612 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.privateLayoutProperty -- Time elapsed: 0.601 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest skipped
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.isEditable -- Time elapsed: 0.577 s
org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.dispose_bug487027 -- Time elapsed: 0.878 s
org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.viewsProperty -- Time elapsed: 0.670 s
org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.isEditable -- Time elapsed: 0.615 s
org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.createView -- Time elapsed: 0.784 s
org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.dispose_bug487027 -- Time elapsed: 0.775 s
org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.deleteView -- Time elapsed: 0.574 s
org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest.viewsPropertyExcludesPluginDeployedModels_bug493668 -- Time elapsed: 0.542 s
org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest.viewsPropertyUpdateFromModalContextThread -- Time elapsed: 1.384 s
org.eclipse.papyrus.infra.properties.ui.providers.tests.PropertiesHeaderLabelProviderTest.labelProviderChange -- Time elapsed: 0.037 s
org.eclipse.papyrus.infra.properties.ui.tests.EcorePropertyEditorFactoryTest.createWithLocalFactory -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_not -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_xor -- Time elapsed: 0 s
org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_or -- Time elapsed: 0 s
org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testValidateAcyclic__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.filters.tests.EqualsTest.testMatches__Object -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.filters.tests.FilterReferenceTest.testMatches__Object -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest.testMatches__Object -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest.testGetProvider -- Time elapsed: 0.018 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnSourceAndTarget__IAdaptable_IAdaptable -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesForSREOnSource__IAdaptable -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testRemoveProviderChangeListener__IProviderChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForTarget__IAdaptable_IElementType -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetClientContext -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testAddProviderChangeListener__IProviderChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testSelectExistingElementForTarget__IAdaptable_IElementType -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnSource__IAdaptable -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetElementType__String -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetExcludedElementTypes -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForSource__IAdaptable_IElementType -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testSelectExistingElementForSource__IAdaptable_IElementType -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForPopupBar__IAdaptable -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesForSREOnTarget__IAdaptable -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetElementTypes -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testIsRelationshipType__IElementType -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypes__String_IAdaptable -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelationshipTypes -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnTarget__IAdaptable -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testProvides__IOperation -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.PopupAssistantTest.testGetElementType -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ConnectionAssistantTest.testGetElementType -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testGetElementType -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testMatches__Object -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testGetProvider -- Time elapsed: 0 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.sourceForConnectionToTarget -- Time elapsed: 0.108 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionFromSource -- Time elapsed: 0.108 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionToTarget -- Time elapsed: 0.125 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionToTarget -- Time elapsed: 0.104 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedTargetForConnectionFromSource -- Time elapsed: 0.033 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedSourceForConnectionToTarget -- Time elapsed: 0.045 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionFromSourceToTarget -- Time elapsed: 0.080 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.targetForConnectionFromSource -- Time elapsed: 0.031 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.popupOnDiagramSurface -- Time elapsed: 0.029 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionFromSource -- Time elapsed: 0.076 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.popupOnShape -- Time elapsed: 0.031 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedPopupOnDiagramSurface -- Time elapsed: 0.027 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionFromSourceToTarget -- Time elapsed: 0.076 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.sourceForConnectionToTarget -- Time elapsed: 0.079 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionToTarget -- Time elapsed: 0.110 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.targetForConnectionFromSource -- Time elapsed: 0.065 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.popupOnDiagramSurface -- Time elapsed: 0.030 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionFromSource -- Time elapsed: 0.082 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.popupOnShape -- Time elapsed: 0.029 s
org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionFromSourceToTarget -- Time elapsed: 0.082 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.154 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.111 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.109 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.406 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.183 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.578 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.319 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.382 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.316 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.364 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.304 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.338 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.408 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.307 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.310 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.034 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.022 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.023 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.022 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.016 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.015 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.016 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.017 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.055 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.024 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.017 s
org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.033 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlSeveralModelsWithProfile -- Time elapsed: 1.724 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlSeveralModelsWithProfileInSameResource -- Time elapsed: 1.342 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlModelWithProfile -- Time elapsed: 1.284 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlSeveralModelsWithProfileInSameResource -- Time elapsed: 1.364 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlModelWithProfile -- Time elapsed: 1.873 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlSeveralModelsWithProfile -- Time elapsed: 1.225 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolShardSubunit -- Time elapsed: 0.537 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolOneSubmodel -- Time elapsed: 0.868 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolSeveralSubmodelsInSameResource -- Time elapsed: 1.097 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testDeleteSubmodel -- Time elapsed: 0.895 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolSeveralSubmodels -- Time elapsed: 1.144 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolOneSubmodel -- Time elapsed: 0.980 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodelsWithoutSave -- Time elapsed: 0.955 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodelsInSameResource -- Time elapsed: 1.271 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolUpdatesReferencesToRootObject_bug480209 -- Time elapsed: 0.557 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodels -- Time elapsed: 1.149 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase1 -- Time elapsed: 0.784 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase2 -- Time elapsed: 0.743 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase3 -- Time elapsed: 0.845 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlSeveralModels -- Time elapsed: 1.155 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlOneSubmodel -- Time elapsed: 0.828 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlSeveralModels -- Time elapsed: 1.136 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlSeveralModelsInSameResource -- Time elapsed: 1.400 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlSeveralModelsInSameResource -- Time elapsed: 1.170 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlOneSubmodel -- Time elapsed: 0.866 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolModelWithProfile -- Time elapsed: 1.315 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolSeveralModelsWithProfileInSameResource -- Time elapsed: 1.662 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolSeveralModelsWithProfile -- Time elapsed: 1.953 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolSeveralModelsWithProfileInSameResource -- Time elapsed: 1.878 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolSeveralModelsWithProfile -- Time elapsed: 1.610 s
org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolModelWithProfile -- Time elapsed: 1.445 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlLegacyModelTest.testControlLegacyModel -- Time elapsed: 0.981 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.canCreateSubModel -- Time elapsed: 0.423 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.approveUncontrolRequest -- Time elapsed: 0.384 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.approveControlRequest -- Time elapsed: 0.361 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.disapproveUncontrolRequest -- Time elapsed: 0.405 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.disapproveControlRequest -- Time elapsed: 0.382 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest.convertSubmodelToShard -- Time elapsed: 0.812 s
org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest.convertShardToSubmodel -- Time elapsed: 0.812 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithNote -- Time elapsed: 0.740 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteNotOrphanElement -- Time elapsed: 0.658 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithNotOrphan -- Time elapsed: 0.699 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithOrphan -- Time elapsed: 0.740 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithConnection -- Time elapsed: 0.678 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithOrphan -- Time elapsed: 0.675 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteTextNode -- Time elapsed: 0.666 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteOrphan -- Time elapsed: 0.717 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithNotOrphan -- Time elapsed: 0.689 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithNote -- Time elapsed: 0.648 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViews -- Time elapsed: 0.686 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithOrphan -- Time elapsed: 0.667 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonical -- Time elapsed: 0.690 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithNote -- Time elapsed: 0.678 s
org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithNotOrphan -- Time elapsed: 0.658 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSClassProviderTest.testCSSClassContentProvider -- Time elapsed: 0.007 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testPackage -- Time elapsed: 0.007 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testClassStyle -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testCSSClassStyle -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testPriorities -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testInterfaceStyle -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testStyleSheetsPriorities -- Time elapsed: 0.023 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testPackage -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testClassStyle -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testCSSClassStyle -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testPriorities -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testInterfaceStyle -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedStyleTest.testStylesDisabled -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testShowAllCompartmentsTitles -- Time elapsed: 0.010 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests skipped
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testAttributeCompartment -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testCompartmentForceValue -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testAttributeCompartmentForInterface -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest.testWithoutCSSSupport -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest.testCSSSupport -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testProjectStylesheets -- Time elapsed: 0.008 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testPackage -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testClassStyle -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testCSSClassStyle -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testPriorities -- Time elapsed: 0.007 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testInterfaceStyle -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testWorkspaceTheme -- Time elapsed: 0.011 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testPackage -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testClassStyle -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testCSSClassStyle -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testPriorities -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testInterfaceStyle -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.canonicalStyleNotInferred -- Time elapsed: 0.074 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.canonicalStyleInferred -- Time elapsed: 0.034 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.overrideInferredStyle -- Time elapsed: 0.070 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testUnnamedReference -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testNamedReference -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testEmptyNameReference -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testUntypedReference -- Time elapsed: 0.003 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest.testKindSelectorForCompartment -- Time elapsed: 0.960 s
org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest.testKindSelectorForLabel -- Time elapsed: 0.639 s
org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationLabelProviderTest.testLabels -- Time elapsed: 0.410 s
org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest.testUseInternationalizationModification -- Time elapsed: 0.430 s
org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest.testLanguageModification -- Time elapsed: 0.415 s
org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.enablementNotification -- Time elapsed: 0.403 s
org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.localeNotificationByPreferences -- Time elapsed: 0.400 s
org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.localeNotification -- Time elapsed: 0.414 s
org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.removePreferenceListener -- Time elapsed: 0.363 s
org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.enablementNotificationByPreferences -- Time elapsed: 0.352 s
org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest.getViewCountOn -- Time elapsed: 0.054 s
org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest.getOwnedViewCount -- Time elapsed: 0.030 s
org.eclipse.papyrus.infra.viewpoints.policy.tests.PolicyCheckerTest.testIsInViewpoint -- Time elapsed: 0.017 s
org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyNonOwningContextOfView -- Time elapsed: 0.035 s
org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyOwnerOfViewOnly -- Time elapsed: 0.041 s
org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyOwningContextOfView -- Time elapsed: 0.044 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDomainTest.testGetQualifiedName -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGeneralizationCycle__DiagnosticChain_Map -- Time elapsed: 0.005 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testCreationCommandClassRequired__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testContextGeneralizationIsConsistent__DiagnosticChain_Map -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testIsConsistentWith__ArchitectureContext -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testExtensionCycle__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testIsExtension -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testConversionCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testAllGeneralContexts -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testCeationCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGeneralNotExtended__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testContextExtensionsAreConsistent__DiagnosticChain_Map -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testAllExtendedContexts -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGetQualifiedName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.StakeholderTest.testGetQualifiedName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ConcernTest.testGetQualifiedName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureViewpointTest.testGetQualifiedName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGeneralizationCycle__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testCreationCommandClassRequired__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testContextGeneralizationIsConsistent__DiagnosticChain_Map -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testIsConsistentWith__ArchitectureContext -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testExtensionCycle__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testIsExtension -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testConversionCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testAllGeneralContexts -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testCeationCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGeneralNotExtended__DiagnosticChain_Map -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testContextExtensionsAreConsistent__DiagnosticChain_Map -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testAllExtendedContexts -- Time elapsed: 0 s
org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGetQualifiedName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsSameName -- Time elapsed: 0.030 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeContextSameName -- Time elapsed: 0.021 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsDifferentName -- Time elapsed: 0.021 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsRepresentationKinds -- Time elapsed: 0.021 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeContextDifferentName -- Time elapsed: 0.038 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getMetamodel -- Time elapsed: 0.004 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getConversionCommandClass -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getCreationCommandClass -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getRepresentationKinds -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getProfiles -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDomain -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDefaultViewpoints -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getParent -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getExtensionPrefix -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getCreationCommandClassName -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getElementTypes -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getConversionCommandClassName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getQualifiedName -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getIcon -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getId -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDescription -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getStakeholders -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getParent -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getConcerns -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getQualifiedName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getIcon -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getName -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getId -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getDescription -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getConversionCommandClass -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getCreationCommandClass -- Time elapsed: 0.002 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDomain -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDefaultViewpoints -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getParent -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getExtensionPrefix -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getCreationCommandClassName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getElementTypes -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getConversionCommandClassName -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getQualifiedName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getIcon -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getName -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getId -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDescription -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getRepresentationKinds -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getParent -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getConcerns -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getContext -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getQualifiedName -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getIcon -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getName -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getId -- Time elapsed: 0 s
org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getDescription -- Time elapsed: 0.001 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.resources -- Time elapsed: 0.035 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeViewpoints -- Time elapsed: 0.024 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.traces -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.isMerged -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeDiagramParent -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeRepresentationKinds -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.collectViewpoints -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.collectStakeholdersAndConcerns -- Time elapsed: 0.024 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.getContexts -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeContextName -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.resources -- Time elapsed: 0.016 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeViewpoints -- Time elapsed: 0.016 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.merged -- Time elapsed: 0.015 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.traces -- Time elapsed: 0.027 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeDiagramParent -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeRepresentationKinds -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.collectViewpoints -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.stakeholdersAndConcernsCollected -- Time elapsed: 0.015 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.getContexts -- Time elapsed: 0.015 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeContextName -- Time elapsed: 0.015 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeViewpoints -- Time elapsed: 0.024 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.contexts -- Time elapsed: 0.021 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeRepresentationKinds -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeDefaultViewpoints -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.extensionContentNotInherited -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.extensionContextsElided -- Time elapsed: 0.016 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.inheritedContentMergedByExtension -- Time elapsed: 0.014 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.emptyDomainsElided -- Time elapsed: 0.013 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.stakeholdersAndConcerns -- Time elapsed: 0.017 s
org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerAddContextTest.addContextToExtendedDomain -- Time elapsed: 0.012 s
org.eclipse.papyrus.infra.ui.architecture.tests.editors.SwitchViewpointsTest.switchViewpoints -- Time elapsed: 1.324 s
org.eclipse.papyrus.infra.ui.architecture.tests.editors.ModelExplorerViewpointFilterTest.revealDiagramsAndTables -- Time elapsed: 0.528 s
org.eclipse.papyrus.infra.ui.architecture.tests.editors.GrayedIconTest.checkIcons -- Time elapsed: 0.420 s

Results:

Tests run: 1087, Failures: 0, Errors: 0, Skipped: 28

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.infra.suite.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests >--
[INFO] Building org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT [150/175]
[INFO]   from ../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.infra.newchild.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 219 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/target/org.eclipse.papyrus.infra.newchild.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.newchild.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests >--
[INFO] Building org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT [151/175]
[INFO]   from ../../tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.generation/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.elementtypes/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.dev.ui/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.profile/2.1.0.202405011209
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration/1.1.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] The project's OSGi version is 1.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.suite.tests
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1114 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/org.eclipse.papyrus.toolsmiths.suite.tests-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.toolsmiths.suite.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 165, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 341.7 s -- in org.eclipse.papyrus.toolsmiths.suite.tests.AllTests
org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.ProfileAutomaticMigrationTest -- Time elapsed: 0.004 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.PackageAutomaticMigrationTest -- Time elapsed: 0 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.StereotypeAutomaticMigrationTest_Stereotype_delete_Property -- Time elapsed: 0.001 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.PropertyAutomaticMigrationTest -- Time elapsed: 0.002 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.StereotypeAutomaticMigrationTest -- Time elapsed: 0.001 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.GeneralizationAutomaticMigrationTest -- Time elapsed: 0 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsAbstractFromStereotypeTest.atomicListTest -- Time elapsed: 0.001 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveProfileIntoNonApplyProfileTest -- Time elapsed: 0.035 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveStereotypeIntoNonApplyProfileTest -- Time elapsed: 0.049 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMovePackageIntoAlreadyApplyProfileTest -- Time elapsed: 0.034 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveStereotypeIntoAlreadyApplyProfileTest -- Time elapsed: 0.034 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMovePackageIntoNonApplyProfileTest -- Time elapsed: 0.044 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveProfileIntoAlreadyApplyProfileTest -- Time elapsed: 0.033 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.UpperMultiplicityTest -- Time elapsed: 0.001 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.atomicListTest -- Time elapsed: 0 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.LowerMultiplicityTest -- Time elapsed: 0 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.DeleteEnumerationLiteralTest -- Time elapsed: 0.001 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.MoveEnumerationLiteralTest -- Time elapsed: 0.001 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.atomicListTest -- Time elapsed: 0 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsStaticFromPropertyTest.atomicListTest -- Time elapsed: 0.001 s
org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.AddPropertyToStereotypeTest.atomicListTest -- Time elapsed: 0.001 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest.unresolvedNonBundleDeployedURI -- Time elapsed: 13.68 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest.noSpuriousDependencyProblemsFromDynamicProfileDefinition -- Time elapsed: 4.697 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.getFilesFromProject -- Time elapsed: 0.307 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.existFileFromProject_closed -- Time elapsed: 0.287 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.existFileFromProject -- Time elapsed: 2.197 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.getFilesFromProject_closed -- Time elapsed: 0.175 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest.noIntermediateExtensionPointConfigurations -- Time elapsed: 0.479 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest.addMissingExtension -- Time elapsed: 0.360 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingAttributeMarkerResolutionTest.addMissingAttribute -- Time elapsed: 0.285 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFile -- Time elapsed: 0.336 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFolder -- Time elapsed: 0.393 s
org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFolder_withNesting -- Time elapsed: 0.403 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginBuilderTest.ok -- Time elapsed: 6.341 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest.noSuchModelFile -- Time elapsed: 2.800 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest.noExtension -- Time elapsed: 2.405 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.clientContextIDMismatch -- Time elapsed: 1.756 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.invalidIconResourceURI -- Time elapsed: 2.075 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unusedRepresentationKind -- Time elapsed: 2.182 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unresolvedGrayedIconResourceURI -- Time elapsed: 2.287 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unresolvedIconResourceURI -- Time elapsed: 2.224 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.multipleClientContexts -- Time elapsed: 2.399 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.implicitMergeWarning -- Time elapsed: 8.528 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.explicitMergeNotWarned -- Time elapsed: 6.896 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdviceNotIncluded -- Time elapsed: 1.803 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdviceNotIncluded_extension -- Time elapsed: 1.890 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdvice_inherited -- Time elapsed: 1.799 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdvice_byExtension -- Time elapsed: 1.882 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationKindReferenced -- Time elapsed: 2.287 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.unresolvedCreationCommandClass -- Time elapsed: 6.958 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.creationCommandClassBinaryTypeResolved -- Time elapsed: 7.463 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.invalidCreationCommandClass -- Time elapsed: 6.547 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Regression.bug573888_profilePlatformPluginURI -- Time elapsed: 2.445 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Regression.bug573888_registrationPlatformPluginURI -- Time elapsed: 1.908 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.missingArchitectureFrameworkDependency -- Time elapsed: 7.528 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.iconBundle -- Time elapsed: 1.457 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.creationCommandClassBundle -- Time elapsed: 8.502 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.creationCommandClassBinaryTypeResolved -- Time elapsed: 7.722 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 1.944 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 2.008 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingArchitecture -- Time elapsed: 1.960 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingIcon -- Time elapsed: 1.715 s
org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.allReferencesSpecific -- Time elapsed: 2.210 s
org.eclipse.papyrus.toolsmiths.validation.architecture.internal.quickfix.tests.ModelQuickFixTests.representationsAdviceFix -- Time elapsed: 2.762 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginValidationTest.testProfilePluginValidation -- Time elapsed: 1.092 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.dependencyValidationFails -- Time elapsed: 0.653 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.extensionValidationPasses -- Time elapsed: 0.693 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.modelValidationPasses -- Time elapsed: 1.326 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.buildPropertiesValidationFails -- Time elapsed: 1.004 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.dependencyValidationPasses -- Time elapsed: 0.928 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.extensionValidationFails -- Time elapsed: 0.446 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.modelValidationFails -- Time elapsed: 1.120 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.iconBundleDependency -- Time elapsed: 0.888 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.buildPropertiesValidationPasses -- Time elapsed: 0.595 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.clientContextIDViaGMF -- Time elapsed: 0.903 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.clientContextIDViaArchitectureCongtext -- Time elapsed: 1.285 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noClientContext -- Time elapsed: 0.536 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noSuchModelFile -- Time elapsed: 0.604 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noExtension -- Time elapsed: 0.388 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noExtensionButArchitectureReference -- Time elapsed: 1.090 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.unknownClientContextID -- Time elapsed: 0.978 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedFeatureName -- Time elapsed: 1.336 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.ok -- Time elapsed: 1.196 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 0.671 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unqualifiedStereotypeQualifiedName -- Time elapsed: 0.881 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedProfileQualifiedName -- Time elapsed: 1.037 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General.unresolvedIconReference -- Time elapsed: 0.907 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General.unresolvedMetamodelNSURI -- Time elapsed: 1.457 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.unresolvedProfileURI -- Time elapsed: 0.998 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.ok -- Time elapsed: 0.691 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 0.556 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.unresolvedFeatureName -- Time elapsed: 1.175 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.ok -- Time elapsed: 1.121 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 0.957 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 0.745 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.missingReferencedIcon -- Time elapsed: 0.875 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 0.983 s
org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.allReferencesExplicit -- Time elapsed: 0.741 s
org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginValidationTest.testProfilePluginValidation -- Time elapsed: 4.258 s
org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginXMLBuilderTest.hasExtension -- Time elapsed: 3.771 s
org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginXMLBuilderTest.noExtension -- Time elapsed: 4.440 s
org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfileModelBuilderTest.profileRelativeURI -- Time elapsed: 3.563 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildPluginBuilderTest.ok -- Time elapsed: 1.524 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildPluginXMLBuilderTest.noExtension -- Time elapsed: 0.816 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildModelBuilderTest.unresolvedIconResourceURI -- Time elapsed: 0.662 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildModelBuilderTest.unresolvedRole -- Time elapsed: 0.898 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.modelResourceBundle -- Time elapsed: 0.951 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.iconResourceBundle -- Time elapsed: 0.655 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.missingNewChildBundleDependency -- Time elapsed: 1.019 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 1.287 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 0.892 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingNewChildModel -- Time elapsed: 0.745 s
org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingIcon -- Time elapsed: 1.060 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.environmentOK -- Time elapsed: 7.271 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.contextOK -- Time elapsed: 3.029 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.extensionsOK -- Time elapsed: 3.221 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.manifestOK -- Time elapsed: 2.222 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginXMLBuilderTest.noEnvironmentExtension -- Time elapsed: 2.678 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginXMLBuilderTest.noContextExtension -- Time elapsed: 2.809 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.missingDependencyByContextReference -- Time elapsed: 2.211 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.unresolvedEnvironmentModelFactory -- Time elapsed: 7.403 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.missingDependencyByEnvironmentModelFactory -- Time elapsed: 7.741 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextProperty -- Time elapsed: 2.426 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextElement -- Time elapsed: 2.421 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.obsoleteDataContextProperty -- Time elapsed: 1.909 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.obsoleteDataContextElement -- Time elapsed: 2.344 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.enumPropertyWrongType -- Time elapsed: 2.526 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.stringPropertyWrongType -- Time elapsed: 2.013 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.dataTypeAsClass -- Time elapsed: 2.098 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.stringPropertyEditorWrongWidgetType -- Time elapsed: 2.674 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedInstanceOfConstraint -- Time elapsed: 2.565 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedHasStereotypeConstraint -- Time elapsed: 1.843 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.implicitSourceTracesOK -- Time elapsed: 2.194 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedHasStereotypeConstraint_byRenamedProfile -- Time elapsed: 2.113 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedProperty -- Time elapsed: 1.376 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedStereotype -- Time elapsed: 2.247 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedProfile -- Time elapsed: 1.410 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextPackage_nestedProfile -- Time elapsed: 2.079 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextPackage_nestedPackage -- Time elapsed: 1.810 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.profileMoved -- Time elapsed: 1.886 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.propertyWrongMultiplicity -- Time elapsed: 1.557 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.missingDataContextProperty -- Time elapsed: 2.002 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.missingDataContextElement -- Time elapsed: 1.591 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.obsoleteDataContextProperty -- Time elapsed: 1.069 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.obsoleteDataContextElement -- Time elapsed: 1.626 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.enumPropertyWrongType -- Time elapsed: 1.105 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.stringPropertyWrongType -- Time elapsed: 2.012 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.unresolvedInstanceOfConstraint -- Time elapsed: 1.479 s
org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.implicitSourceTracesOK -- Time elapsed: 1.999 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.stringPropertyWrongType -- Time elapsed: 2.560 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextPackage_nestedPackage -- Time elapsed: 3.470 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedProfile -- Time elapsed: 4.746 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_instanceOf -- Time elapsed: 3.921 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextPackage_nestedProfile -- Time elapsed: 3.024 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.obsoleteDataContextElement -- Time elapsed: 3.477 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_hasStereotype -- Time elapsed: 2.666 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedProperty -- Time elapsed: 3.344 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextProperty -- Time elapsed: 3.495 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextElement -- Time elapsed: 3.488 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.propertyWrongMultiplicity -- Time elapsed: 3.208 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.stringPropertyEditorWrongWidgetType -- Time elapsed: 3.684 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.enumPropertyWrongType -- Time elapsed: 2.261 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_hasStereotype_byRenamedProfile -- Time elapsed: 3.042 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.obsoleteDataContextProperty -- Time elapsed: 3.607 s
org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedStereotype -- Time elapsed: 3.842 s

Results:

Tests run: 165, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.toolsmiths.suite.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT [152/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.communication.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/target/org.eclipse.papyrus.uml.diagram.communication.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT [153/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.statemachine.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/org/eclipse/papyrus/uml/diagram/statemachine/custom/helpers/tests/ZoneTest.java:[60] 
	assertThat(smDiagram.eResource(), nullValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Resource, Matcher<? super Resource>) from the type Assert is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/target/org.eclipse.papyrus.uml.diagram.statemachine.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT [154/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] The project's OSGi version is 2.0.100.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.interactionoverview.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionUse.java:[25] 
	import org.eclipse.papyrus.uml.diagram.timing.custom.utils.EditPartUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionUse.java:[79] 
	final CustomInteractionUseNameEditPart callBehaviorNameEditPart = (CustomInteractionUseNameEditPart)EditPartUtils.findFirstChildEditPartWithId(interactionUse, CustomInteractionUseNameEditPart.VISUAL_ID);
	                                                                                                    ^^^^^^^^^^^^^
Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionUse.java:[79] 
	final CustomInteractionUseNameEditPart callBehaviorNameEditPart = (CustomInteractionUseNameEditPart)EditPartUtils.findFirstChildEditPartWithId(interactionUse, CustomInteractionUseNameEditPart.VISUAL_ID);
	                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'EditPartUtils.findFirstChildEditPartWithId(EditPart, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionOverviewDiagramActivityTN.java:[31] 
	import org.eclipse.papyrus.uml.diagram.timing.custom.utils.EditPartUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionOverviewDiagramActivityTN.java:[101] 
	final ActivityNameEditPart activityNameEditPart = (ActivityNameEditPart) EditPartUtils.findFirstChildEditPartWithId(activityEditPart, ActivityNameEditPart.VISUAL_ID);
	                                                                         ^^^^^^^^^^^^^
Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionOverviewDiagramActivityTN.java:[101] 
	final ActivityNameEditPart activityNameEditPart = (ActivityNameEditPart) EditPartUtils.findFirstChildEditPartWithId(activityEditPart, ActivityNameEditPart.VISUAL_ID);
	                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'EditPartUtils.findFirstChildEditPartWithId(EditPart, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.diagram.timing/2.1.100-SNAPSHOT/org.eclipse.papyrus.uml.diagram.timing-2.1.100-SNAPSHOT.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/AbstractInteractionOverviewDiagramTestCase.java:[181] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/target/org.eclipse.papyrus.uml.diagram.interactionoverview.tests-2.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT [155/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.validate/1.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.ui/1.4.0.202405011209
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend.ui/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.codegen/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.xtend/1.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.common/2.0.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen.edit/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.gmf.codegen/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] The project's OSGi version is 1.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.suite.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1110 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/org.eclipse.papyrus.uml.diagram.suite.tests-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.uml.diagram.suite.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
Tests run: 1422, Failures: 0, Errors: 0, Skipped: 174, Time elapsed: 472.7 s -- in org.eclipse.papyrus.uml.diagram.suite.tests.AllTests
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypePropertyStructure -- Time elapsed: 8.212 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCompartmentStructure -- Time elapsed: 2.297 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeLabelStructure -- Time elapsed: 1.843 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCompartmentInCommentStructure -- Time elapsed: 1.869 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypePropertyInCommentStructure -- Time elapsed: 1.512 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCommentStructure -- Time elapsed: 1.718 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testProfileApplication -- Time elapsed: 1.840 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeBraceStructure -- Time elapsed: 1.489 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeBracePropertyStructure -- Time elapsed: 1.423 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnEnumeration -- Time elapsed: 2.691 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnPackage -- Time elapsed: 1.877 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnInterface -- Time elapsed: 1.545 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnClass -- Time elapsed: 1.616 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnEnumerationLiteral -- Time elapsed: 1.611 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnProperty -- Time elapsed: 1.482 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnOperation -- Time elapsed: 1.741 s
org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayLinkClassDiagramTest.testApplyStereotypeOnLink -- Time elapsed: 1.427 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test1 -- Time elapsed: 1.551 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test2 -- Time elapsed: 1.094 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test3 -- Time elapsed: 1.063 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test5 -- Time elapsed: 1.323 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test6 -- Time elapsed: 1.010 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test4 -- Time elapsed: 0.947 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test7 -- Time elapsed: 0.941 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test8 -- Time elapsed: 1.058 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test9 -- Time elapsed: 0.988 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test10 -- Time elapsed: 1.334 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test11 -- Time elapsed: 1.093 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags10 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags11 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags12 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags13 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags1 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags2 -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags3 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags4 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags5 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags6 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags7 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags8 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags9 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText10 -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText11 -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText1 -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText2 -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText3 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText4 -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText5 -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText6 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText7 -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText8 -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText9 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest.testDeleteOnClassNamedStyleFont -- Time elapsed: 1.020 s
org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest.testDeleteOnPackageWithStyle -- Time elapsed: 0.849 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase1 -- Time elapsed: 1.364 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase2 -- Time elapsed: 1.307 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase3 -- Time elapsed: 1.603 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase4 -- Time elapsed: 1.272 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityDefault -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinity -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerIntUpper -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityEqualsLiteralLowerUpper -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntLowerStringUpper -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLiteralLowerStringLiteralUpper -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerIsNull -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerStringUpper -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerIntUpperInfinity -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerUpper -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralUpperIsNull -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringInfinityLowerUpper -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerLiteralInfinity -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerEqualsUpperWithBrackets -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLiteral -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntLowerIntUpper -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerInfinity -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLiteralRange -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntRange -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntValues -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLowerEqualsUpperWithBrackets -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLowerUpper -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLowerUpper -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralEqualsWithBrackets -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerStringLiteralUpper -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerIntLiteralUpper -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralBooleanFalse -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralIntegerNegative -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralInteger -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralUnlimitedNaturalInfinitive -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralUnlimitedNatural -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralBoolean -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralNull -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralReal -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralString -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest skipped
org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:initial -- Time elapsed: 1.167 s
org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:synch -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:undo -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:redo -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForPortWithCSS -- Time elapsed: 1.365 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForFloatingLabelWithCSS -- Time elapsed: 1.158 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest skipped
org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForFloatingLabel -- Time elapsed: 1.473 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest skipped
org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForNode -- Time elapsed: 1.449 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForPort -- Time elapsed: 1.205 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForNodeWithCSS -- Time elapsed: 1.294 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest.testMoveOneGeneralization -- Time elapsed: 0.753 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest.testMoveTwoGeneralizations -- Time elapsed: 1.067 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug495430_DuplicatedTransitionsTest.checkDuplication -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testResizedPortPosition -- Time elapsed: 2.239 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnOval -- Time elapsed: 0.747 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnPackageTop -- Time elapsed: 0.638 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPosition -- Time elapsed: 2.132 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnCorner -- Time elapsed: 0.978 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testAssociationRoleMultiplicityPosition -- Time elapsed: 1.200 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testDependencyNamePosition -- Time elapsed: 0.816 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testIntRealizationNamePosition -- Time elapsed: 0.772 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testContextLinkNamePosition -- Time elapsed: 0.664 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleEClassRef -- Time elapsed: 2.073 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleEClassRef -- Time elapsed: 1.814 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyProfile -- Time elapsed: 2.152 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_MultiEClassRef -- Time elapsed: 1.769 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_SingleStereoRef -- Time elapsed: 1.809 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_SingleEClassRef -- Time elapsed: 2.166 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_MultiStereoRef -- Time elapsed: 1.783 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_MultiStereoRef -- Time elapsed: 1.840 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_SingleStereoRef -- Time elapsed: 1.999 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_SingleStereoRef -- Time elapsed: 1.799 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiEClassRef -- Time elapsed: 1.713 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_SingleEClassRef -- Time elapsed: 1.976 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_MultiEClassRef -- Time elapsed: 1.880 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_MultiStereoRef -- Time elapsed: 1.675 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_MultiEClassRef -- Time elapsed: 1.916 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_SingleEClassRef -- Time elapsed: 1.758 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_MultiStereoRef -- Time elapsed: 1.783 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyStereotypeOnSource -- Time elapsed: 1.791 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyStereotypeOnTarget -- Time elapsed: 1.570 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_SingleEClassRef -- Time elapsed: 1.695 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleStereoRef -- Time elapsed: 1.921 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleStereoRef -- Time elapsed: 1.681 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_MultiStereoRef -- Time elapsed: 1.580 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_SingleStereoRef -- Time elapsed: 1.770 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_MultiEClassRef -- Time elapsed: 1.710 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameEdge_MultiEClassRef -- Time elapsed: 1.714 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiStereoRef -- Time elapsed: 1.693 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest.testConnectionDecorationRegistry -- Time elapsed: 0.631 s
org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest.testEdgeDecoration -- Time elapsed: 0.657 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageIPackage -- Time elapsed: 1.003 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageSignal -- Time elapsed: 0.312 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageEnumeration -- Time elapsed: 0.383 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInterface -- Time elapsed: 0.388 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInformationItem -- Time elapsed: 0.351 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageTimeObservation -- Time elapsed: 0.369 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageDurationObservation -- Time elapsed: 0.375 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInstanceSpecification -- Time elapsed: 0.707 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageComment -- Time elapsed: 0.492 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageDataType -- Time elapsed: 0.403 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageConstraint -- Time elapsed: 0.328 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageClass -- Time elapsed: 0.403 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageModel -- Time elapsed: 0.403 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageComponent -- Time elapsed: 0.383 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManagePrimitiveType -- Time elapsed: 0.393 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode skipped
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageSignal -- Time elapsed: 0.846 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageEnumeration -- Time elapsed: 0.422 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInterface -- Time elapsed: 0.442 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInformationItem -- Time elapsed: 0.412 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInstanceSpecification -- Time elapsed: 0.344 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageComment -- Time elapsed: 0.331 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageDataType -- Time elapsed: 0.411 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageConstraint -- Time elapsed: 0.329 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageClass -- Time elapsed: 0.424 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode skipped
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageComponent -- Time elapsed: 0.410 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManagePrimitiveType -- Time elapsed: 0.413 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedDataType -- Time elapsed: 0.323 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManagePrimitiveTypeOperation -- Time elapsed: 0.090 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedSignal -- Time elapsed: 0.105 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedInterface -- Time elapsed: 0.108 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageEnumerationLiteralEnumeration -- Time elapsed: 0.080 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedDataType -- Time elapsed: 0.106 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedSignal -- Time elapsed: 0.106 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedEnumeration -- Time elapsed: 0.101 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceProperty -- Time elapsed: 0.115 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedEnumeration -- Time elapsed: 0.100 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedSignal -- Time elapsed: 0.102 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceReception -- Time elapsed: 0.115 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedClass -- Time elapsed: 0.099 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentReception -- Time elapsed: 0.096 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedPrimitiveType -- Time elapsed: 0.111 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentProperty -- Time elapsed: 0.107 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassProperty -- Time elapsed: 0.093 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManagePrimitiveTypeProperty -- Time elapsed: 0.117 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedPrimitiveType -- Time elapsed: 0.127 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassReception -- Time elapsed: 0.098 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedDataType -- Time elapsed: 0.098 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceOperation -- Time elapsed: 0.167 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedClass -- Time elapsed: 0.102 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentOperation -- Time elapsed: 0.100 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageSignalProperty -- Time elapsed: 0.083 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel skipped
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedInetrface -- Time elapsed: 0.095 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedPrimitiveType -- Time elapsed: 0.094 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedEnumeration -- Time elapsed: 0.098 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassOperation -- Time elapsed: 0.095 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedClass -- Time elapsed: 0.097 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedInterface -- Time elapsed: 0.104 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageSubstitution -- Time elapsed: 0.661 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageElementImport -- Time elapsed: 0.272 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageInterfaceRealization -- Time elapsed: 0.428 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageTemplateBinding -- Time elapsed: 0.667 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.381 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManagePackageImport -- Time elapsed: 0.300 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink.testToManageMultiDependency -- Time elapsed: 0.515 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink.testToManageMultiAssociation -- Time elapsed: 0.505 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContainmentLink.testToManageContainment -- Time elapsed: 0.381 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContextLink.testToManageContextLink -- Time elapsed: 0.377 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestDropfunction.testDropWithOrder -- Time elapsed: 0.386 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation.testStaticOperation -- Time elapsed: 0.320 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation.testStaticProperty -- Time elapsed: 0.292 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedDataType -- Time elapsed: 0.231 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedSignal -- Time elapsed: 0.048 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedInterface -- Time elapsed: 0.049 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageclassNestedEnumeration -- Time elapsed: 0.055 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedDataType -- Time elapsed: 0.048 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedSignal -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedEnumeration -- Time elapsed: 0.048 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedSignal -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedClass -- Time elapsed: 0.052 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedPrimitiveType -- Time elapsed: 0.064 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedPrimitiveType -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedDataType -- Time elapsed: 0.047 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedClass -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedInetrface -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedPrimitiveType -- Time elapsed: 0.052 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedEnumeration -- Time elapsed: 0.050 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedClass -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedInterface -- Time elapsed: 0.050 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsProperty -- Time elapsed: 0.221 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsClass -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testDataTypeVsProperty -- Time elapsed: 0.031 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testAssociationClassVsProperty -- Time elapsed: 0.053 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsOperation -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testEnumerationVsEnumerationLiteral -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testDataTypeVsOperation -- Time elapsed: 0.035 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsPrimitiveType -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsOperation -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsProperty -- Time elapsed: 0.036 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsDataType -- Time elapsed: 0.035 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsSignal -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsPrimitiveType -- Time elapsed: 0.035 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsEnumeration -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testPrimitiveTypeVsOperation -- Time elapsed: 0.032 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testAssociationClassVsOperation -- Time elapsed: 0.034 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsPrimitiveType -- Time elapsed: 0.037 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsProperty -- Time elapsed: 0.031 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsDataType -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsSignal -- Time elapsed: 0.034 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsInterface -- Time elapsed: 0.046 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsEnumeration -- Time elapsed: 0.037 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsEnumeration -- Time elapsed: 0.035 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsReception -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsInterface -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsDataType -- Time elapsed: 0.036 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsSignal -- Time elapsed: 0.034 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsReception -- Time elapsed: 0.031 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsClass -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsInterface -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsReception -- Time elapsed: 0.031 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testSignalVsProperty -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsClass -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsOperation -- Time elapsed: 0.035 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testPrimitiveTypeVsProperty -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceNestedCompartment -- Time elapsed: 0.213 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInPrimitiveTypeAttributeCompartment -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceOperationCompartment -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInDataTypeAttributeCompartment -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInClassOperationCompartment -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceAttributeCompartment -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceNestedCompartment -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInClassNestedCompartment -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInClassAttributeCompartment -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInComponentOperationCompartment -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInPrimitiveTypeOperationCompartment -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInComponentNestedCompartment -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInComponentAttributeCompartment -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInClassNestedCompartment -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInDataTypeOperationCompartment -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInComponentNestedCompartment -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.231 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.046 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.044 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInComponentDropFromModelExplorer -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInInterfaceDropFromModelExplorer -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropDataType2PropertyAttributeCompartment -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.047 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSignal2PropertyAttributeCompartment -- Time elapsed: 0.031 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.041 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInComponentDropFromModelExplorer -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.067 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.048 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInSignalDropFromModelExplorer -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInDataTypeDropFromModelExplorer -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInClassDropFromModelExplorer -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropClass2OperationCompartment -- Time elapsed: 0.032 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2OperationCompartment -- Time elapsed: 0.032 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropClass2PropertyAttributeCompartment -- Time elapsed: 0.036 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropPrimitiveType2AttributeCompartment -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.047 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.046 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropComponent2OperationCompartment -- Time elapsed: 0.034 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2PropertyAttributeCompartment -- Time elapsed: 0.034 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInClassDropFromModelExplorer -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.049 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.045 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.049 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropPrimitiveType2OperationCompartment -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.044 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInPrimitiveTypeDropFromModelExplorer -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.055 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInPrimitiveTypeDropFromModelExplorer -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropDataType2OperationCompartment -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.062 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropComponent2PropertyAttributeCompartment -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInDataTypeDropFromModelExplorer -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.049 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInInterfaceDropFromModelExplorer -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageIPackage -- Time elapsed: 0.274 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageSignal -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageEnumeration -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInterface -- Time elapsed: 0.031 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInformationItem -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageTimeObservation -- Time elapsed: 0.035 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageDurationObservation -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInstanceSpecification -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageComment -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageDataType -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageConstraint -- Time elapsed: 2.135 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageClass -- Time elapsed: 0.043 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageModel -- Time elapsed: 0.069 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageComponent -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManagePrimitiveType -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationClass.testManageAssociationClass -- Time elapsed: 0.918 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfcaeVsComponent -- Time elapsed: 0.227 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfacetVsClass -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClassVsInterface -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsClass -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClasstVsClass -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsInterface -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfaceVsInterface -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClassVsComponent -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsComponent -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic.testAssociationLinkReorient -- Time elapsed: 0.303 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic.testAssociationLink -- Time elapsed: 0.049 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramInstanceSpecification.testInstanceSpecification -- Time elapsed: 0.377 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageSignal -- Time elapsed: 0.215 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageEnumeration -- Time elapsed: 0.034 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageInterface -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageDataType -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageClass -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageComponent -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManagePrimitiveType -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagram.testToManageClassDiagram -- Time elapsed: 0.246 s
org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest.testOpening24PackageModel -- Time elapsed: 0.320 s
org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest.testOpening24PackageDiagram -- Time elapsed: 0.378 s
org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug382954_InstanceSpecificationLink.testLinkCreation -- Time elapsed: 0.037 s
org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest.testCopyConstraintInClassDiagram -- Time elapsed: 1.562 s
org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest.testCopyConstraintInClassDiagramWithClass -- Time elapsed: 1.038 s
org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest.testMoveOneLiteral -- Time elapsed: 0.595 s
org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest.testMoveTwoLiterals -- Time elapsed: 0.608 s
org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest.testPropertyReference -- Time elapsed: 0.618 s
org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest.testMoveGeneralization -- Time elapsed: 0.629 s
org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest.testAllContentsNoInheritance -- Time elapsed: 0.921 s
org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest.testAllContentsToChild -- Time elapsed: 0.867 s
org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationNotInverted -- Time elapsed: 0.302 s
org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationAfterReorientSource -- Time elapsed: 0.104 s
org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationAfterReorientTarget -- Time elapsed: 0.092 s
org.eclipse.papyrus.uml.diagram.clazz.test.resources.ClassPaletteTest.checkPaletteIds -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.058 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageAddVariableValueAction -- Time elapsed: 1.152 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDestroyObjectAction -- Time elapsed: 0.517 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDecisionNode -- Time elapsed: 0.913 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadStructuralFeatureAction -- Time elapsed: 0.741 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageInitialNode -- Time elapsed: 0.573 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageValueSpecificationAction -- Time elapsed: 0.826 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageCentralBufferNode -- Time elapsed: 0.482 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageSequenceNode -- Time elapsed: 0.585 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageOpaqueAction -- Time elapsed: 0.673 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageConditionalNode -- Time elapsed: 0.510 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadSelfAction -- Time elapsed: 0.483 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageActivityPartition -- Time elapsed: 0.488 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageForkNode -- Time elapsed: 0.471 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageMergeNode -- Time elapsed: 0.546 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageCreateObjectAction -- Time elapsed: 0.623 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageExpansionRegion -- Time elapsed: 0.497 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageFlowFinalNode -- Time elapsed: 0.690 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDataStoreNode -- Time elapsed: 0.513 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadVariableAction -- Time elapsed: 0.368 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageloopNode -- Time elapsed: 0.526 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageSendObjectAction -- Time elapsed: 0.494 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageActivityFinalNode -- Time elapsed: 0.714 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageAcceptEventAction -- Time elapsed: 0.663 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageJoinNode -- Time elapsed: 0.528 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageBroadCastSignalAction -- Time elapsed: 0.531 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageStructuredActivity -- Time elapsed: 0.658 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityChildNodeInStructuredActivity skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToSequenceNode -- Time elapsed: 0.307 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToConditionalNode -- Time elapsed: 0.058 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToStructuredNode -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToConditionalNode -- Time elapsed: 0.036 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToStructuredNode -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromLoopNodeToActivity -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToExpansionRegionNode -- Time elapsed: 0.054 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromConditionalNodeToActivity -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToLoopNode -- Time elapsed: 0.052 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromSequenceNodeToActivity -- Time elapsed: 0.041 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToConditionalNode -- Time elapsed: 0.053 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToActivity -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToExpansionRegion -- Time elapsed: 0.066 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromStructuredNodeToActivity -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToLoop -- Time elapsed: 0.043 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToLoopNode -- Time elapsed: 0.052 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.BeetwenNonContainmentActivityGroup -- Time elapsed: 0.052 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToExpansionRegionNode -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToActivity -- Time elapsed: 0.036 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToInteruptibleActivtyRegion -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToActivityPartion -- Time elapsed: 0.050 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToStructuredNode -- Time elapsed: 0.074 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromExpansionRegionToActivity -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToSequenceNode -- Time elapsed: 0.054 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToActivityPartition -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToInterruptibleActivityRegion -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToSequenceNode -- Time elapsed: 0.037 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestDropObjects.testExpansionNodeInExpansionRegionCompartment -- Time elapsed: 0.250 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestCommentLink.testToCreateCommentLink -- Time elapsed: 0.240 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInClearStructuralFeatureAction -- Time elapsed: 0.273 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInReadLinkAction -- Time elapsed: 0.088 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureStructuredActivityNodeInActivity -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureConditionalNodeInActivity -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsFirstInInsertAtTestIdentityAction -- Time elapsed: 0.048 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInTestIdentityAction -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.032 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.072 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionNodeAsOutInExpansionRegion -- Time elapsed: 0.057 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsCollectionInReduceAction -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.049 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.036 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadStructuralFeatureAction -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsTargetInSendObjectAction -- Time elapsed: 0.034 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInExpansionRegion -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsRequestInSendObjectAction -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInCreateLinkAction -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsSecondInTestIdentityAction -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsRequestInSendObjectAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInDestroyLinkAction -- Time elapsed: 0.100 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.059 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureInitialNodeActionActionInActivity -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReclassifyObjectAction -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInReadLinkAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.041 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReclassifyObjectAction -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadIsClassifiedObjectAction -- Time elapsed: 0.035 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureAcceptEventActionInLoopNode -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsLoopVariableInLoopNode -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsCollectionInReduceAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInOpaqueAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testResetInRegionWhenResizeGraphicalRepresentationElements -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsTargetInSendObjectAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReclassifyObjectAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsLoopVariableInputInLoopNode -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureSequenceNodeInActivity -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadLinkAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsTargetInDestroyObjectAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionRegonInStructuredActivityNode -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReduceAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadExtentAction -- Time elapsed: 0.035 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureActivityInActivity -- Time elapsed: 0.032 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInSequenceNode -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsValueInAddVariableValueAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInOpaqueAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInReadLinkAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionNodeAsInInExpansionRegion -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsLoopVariableInputInLoopNode -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionRegionInActivity -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInClearAssociationAction -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsTargetInDestroyObjectAction -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInDestroyLinkAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadVariableAction -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInClearAssociationAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsSecondInTestIdentityAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.056 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInCreateLinkAction -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInDestroyLinkAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsLoopVariableInputInLoopNode -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsResultInLoopNode -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInClearAssociationAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsTargetInDestroyObjectAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsCollectionInReduceAction -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsTargetInSendObjectAction -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsOutputValueInOpaqueAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInStartObjectBehaviorAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInAddStructuralFeatureValueAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInConditionalNode -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureCreateLinkActionInActivity -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsFirstInTestIdentityAction -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureOpaqueActionActionInActivity -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsRequestInSendObjectAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInCreateLinkAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsValueInAddVariableValueAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInStructuredActivityNode -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsSecondInTestIdentityAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureLoopNodeInActivity -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureDecisionNodeInConditionalNode -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInOpaqueAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsFirstInTestIdentityAction -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testResetInPartitionWhenResizeGraphicalRepresentationElements -- Time elapsed: 0.059 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureTestIdentityActionInActivity -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsValueInAddVariableValueAction -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateControlFlowLinkInStructuredActivityNode -- Time elapsed: 0.265 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromPinToPin -- Time elapsed: 0.106 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testControlFlowLinkReorient -- Time elapsed: 0.113 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateControlFlowLink -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromOutpinPinInStructuredActivityNodeToOutputPin -- Time elapsed: 0.087 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromOutputPinInStructuredActivityNodeToOutputPin -- Time elapsed: 0.091 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromInputPinInStructuredActivityNodeToInputPin -- Time elapsed: 0.090 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromInputPinInStructuredActivityNodeToInputPin -- Time elapsed: 0.060 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorient -- Time elapsed: 0.090 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testNoExecutableNodeFlowLink -- Time elapsed: 0.079 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromPinToAction -- Time elapsed: 0.057 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.226 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateForkNodeInLoopNode -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestItemProviderCommand.testItemProviderCommandUndo -- Time elapsed: 0.201 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent_OperationChange -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testAdviceForAcceptCallActionExists -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_ChangeEvent -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_ToIsUnmarshallTrue -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_MixedEvents -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_MultipleTrigger_MixedEvents -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_NoCommonAncestor -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_SignalEvent -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_TimeEvent -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_CommonAncestor -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_TimeEvent -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testAdviceForAcceptEventActionExists -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_TimeEvent -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent_SignalChange -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_MultipleTrigger_SignalEvent_CommonAncestor -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_changePropertyStructuralFeatureType -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testAdviceForAddStructuraFeatureActionExists -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PortStructuralFeature -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_changePortStructuralFeatureType -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_To_BehaviorWithParameters -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testAdviceForCallBehaviorActionExists -- Time elapsed: 0.069 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testPinDerivation_NoOperation_To_OperationWithParameters -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testAdviceForCallOperationActionExists -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testPinDerivation_OperationWithParameters_To_OperationWithParameters -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testAdviceForCreateLinkActionExists -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndCreationData -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndDataWithValuePin -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_ModificationLinkEndCreationData -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testPinDerivation_NoClassifier_ToClassClassifier -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testPinDerivation_NoClassifier_ToActivityClassifier -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testAdviceForCreateObjectActionExists -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndDestructionData -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testAdviceForDestroyLinkActionExists -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndDataWithValuePin -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_ModificationLinkEndDestructionData -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationLinkEndData_OpenEnd -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndData -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndData -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testAdviceForReadLinkActionExists -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationLinkEndData_NotOpenEnd -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityInRootElement -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityOwnedBeahaviour -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityAsClassifierBehaviour -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityNestedClassifer -- Time elapsed: 0.034 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivitySpecifiedOperation -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testAdviceForReadSelfActionExists -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_changePropertyStructuralFeatureType -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testAdviceForCallOperationActionExists -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PortStructuralFeature -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_changePortStructuralFeatureType -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testPinDerivation_SignalWithAttributes_To_SignalWithAttributes -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testAdviceForSendSignalActionExists -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testPinDerivation_NoSignal_ToSignalWithAttributes -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation.testAdviceForStartClassifierBehaviorActionExists -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation.testPinDerivation_StartClassifierBehaviorAction -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters_Synchronous -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testAdviceForStartObjectBehaviorActionExists -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters_Asynchronous -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_AddParameter_Synchronous -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_To_OtherBehaviorWithParameters_Synchronous -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_ChangeParameter_Synchronous -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation.testAdviceForTestIdentityActionExists -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation.testPinDerivation_Creation -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralStringValue -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testAdviceForValueSpecificationActionExists -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralUnlimitedNaturalValue -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToInstanceSpecificationValueSingleClassifier -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralRealValue -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralEnumerationValue -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralBooleanValue -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralIntegerValue -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionRegionBadCreateCommand -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionNodeCreateCommand -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionRegionContainmentChildCreateCommand -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testAlienCreationRequest -- Time elapsed: 0.005 s
org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testMixedElementTypesCreationRequest -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testExpansionNodeCreationRequest -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageIPackage -- Time elapsed: 0.773 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageComment -- Time elapsed: 0.249 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageExecutionEnvironment -- Time elapsed: 0.317 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageConstraint -- Time elapsed: 0.325 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageModel -- Time elapsed: 0.298 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageNode -- Time elapsed: 0.322 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageArtifact -- Time elapsed: 0.313 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageDevice -- Time elapsed: 0.274 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToExecutionEnvironment -- Time elapsed: 0.748 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToPackage -- Time elapsed: 0.364 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToModel -- Time elapsed: 0.324 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManagePackage -- Time elapsed: 0.317 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToConstraint -- Time elapsed: 0.325 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToArtifact3 -- Time elapsed: 0.293 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToComment -- Time elapsed: 0.293 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageComment -- Time elapsed: 0.286 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageExecutionEnvironment -- Time elapsed: 0.328 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageConstraint -- Time elapsed: 0.319 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageModel -- Time elapsed: 0.340 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageNode -- Time elapsed: 0.370 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToNode -- Time elapsed: 0.295 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageArtifact -- Time elapsed: 0.281 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageDevice -- Time elapsed: 0.318 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToArtifact -- Time elapsed: 0.610 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToExecutionEnvironment -- Time elapsed: 0.327 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToDevice -- Time elapsed: 0.238 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToNode -- Time elapsed: 0.246 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testToManageDeployment -- Time elapsed: 0.285 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableArtifactArtifactDeployment -- Time elapsed: 0.041 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableNodeArtifactDeployment -- Time elapsed: 0.047 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableNodeNodeDeployment -- Time elapsed: 0.032 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.526 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramCommentLink.testToManageComment -- Time elapsed: 0.271 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramConstraintLink.testToManageConstraint -- Time elapsed: 0.263 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramManifestationLink.testToManageManifestation -- Time elapsed: 0.287 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink skipped
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink skipped
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInModelCN -- Time elapsed: 0.202 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInPackageCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInDevice -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInModel -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInPackageCN -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInPackage -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInModelCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInModel -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInModelCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInModelCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInPackage -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNode -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInPackage -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInArtifactCN -- Time elapsed: 0.035 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInDevice -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInExecEnvir -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNestedNodeCN -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedDeviceCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInDevice -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInModel -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNestedDeviceCN -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInPackageCN -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInModelCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInDevice -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNestedNodeCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInModel -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInPackage -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInModelCN -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNode -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedNodeCN -- Time elapsed: 0.042 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInModel -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInPackageCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInPackage -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInPackage -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedExecEnvirCN -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInModelCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNestedDeviceCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInPackage -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInModel -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInModelCN -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInPackageCN -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInExecEnvir -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNode -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInModel -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNestedExecEnvirCN -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNode -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInArtifactACN -- Time elapsed: 0.032 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInPackageCN -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInPackageCN -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNestedNodeCN -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInModel -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInPackage -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManagePackage -- Time elapsed: 0.683 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageInterface -- Time elapsed: 0.420 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageComment -- Time elapsed: 0.236 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageConstraint -- Time elapsed: 0.287 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageModel -- Time elapsed: 0.284 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageComponent -- Time elapsed: 0.256 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManagePackage -- Time elapsed: 0.743 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageInterface -- Time elapsed: 0.369 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageComment -- Time elapsed: 0.382 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageConstraint -- Time elapsed: 0.318 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageModel -- Time elapsed: 0.322 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageComponent -- Time elapsed: 0.343 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode.testToManagePropertyPart -- Time elapsed: 0.709 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode skipped
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode.testToManagePort -- Time elapsed: 0.373 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageProperty -- Time elapsed: 0.286 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageReception -- Time elapsed: 0.080 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageOperation -- Time elapsed: 0.090 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceAbstraction -- Time elapsed: 0.645 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceUsage -- Time elapsed: 0.232 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceDependency -- Time elapsed: 0.348 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceManifestation -- Time elapsed: 0.297 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.534 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramCommentLink.testToManageComment -- Time elapsed: 0.259 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConstraintLink.testToManageConstraint -- Time elapsed: 0.259 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsProperty -- Time elapsed: 0.214 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsOperation -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsReception -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceOperationCompartment -- Time elapsed: 0.192 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceAttributeCompartment -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testReceptionInInterfaceAttributeCompartment -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInInterfaceDropFromModelExplorer -- Time elapsed: 0.191 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2OperationCompartment -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2PropertyAttributeCompartment -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInInterfaceDropFromModelExplorer -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector.testToManagePropertyPortConnection -- Time elapsed: 1.482 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortAbstraction -- Time elapsed: 0.558 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortUsage -- Time elapsed: 0.296 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortConnector -- Time elapsed: 0.043 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortGeneralization -- Time elapsed: 0.041 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation.testComponentPortLocation -- Time elapsed: 0.229 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation.testComponentPartPortLocation -- Time elapsed: 0.055 s
org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector.testToManagePropertyPortConnection -- Time elapsed: 1.469 s
org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testHideAndDropChildComponentToComponent -- Time elapsed: 0.223 s
org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testDropChildComponentFromComponentToDiagram -- Time elapsed: 0.031 s
org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testHideChild_DropToDiagram_DropToParentComponent -- Time elapsed: 0.042 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testCreateThreeInteractions -- Time elapsed: 0.529 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testDeleteInteraction -- Time elapsed: 0.418 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testCreateInteraction -- Time elapsed: 0.385 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testHideInteraction -- Time elapsed: 0.383 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testDropInteraction -- Time elapsed: 0.402 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testDropLifeline -- Time elapsed: 0.471 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testHideLifeline -- Time elapsed: 0.424 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testCellEditorLocator -- Time elapsed: 0.371 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testCreateLifeline -- Time elapsed: 0.385 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.create3LifelinesTest -- Time elapsed: 0.384 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testDeleteLifeline -- Time elapsed: 0.402 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testDropLifeline -- Time elapsed: 0.483 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testHideLifeline -- Time elapsed: 0.394 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testCellEditorLocator -- Time elapsed: 0.412 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testCreateLifeline -- Time elapsed: 0.382 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.create3LifelinesTest -- Time elapsed: 0.403 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testDeleteLifeline -- Time elapsed: 0.406 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant.testDeleteStateInvariants -- Time elapsed: 1.431 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant.testHideStateInvariants -- Time elapsed: 1.286 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant.testCannotDeleteLastStateInvariant -- Time elapsed: 0.415 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant.testCannotHideLastStateInvariant -- Time elapsed: 0.651 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testDeleteOccurrenceSpecification -- Time elapsed: 0.779 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testModelWithThreeOccurrenceSpecifications -- Time elapsed: 0.735 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testFullUndoRedo -- Time elapsed: 0.816 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testCreateOccurrenceSpecificationWithDoubleClick -- Time elapsed: 0.625 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification.testFullUndoRedo -- Time elapsed: 0.773 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification.testCreateOccurrenceSpecificationWithDoubleClick -- Time elapsed: 0.442 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testDeleteStateDefinition -- Time elapsed: 0.403 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testCreateStateDefinition -- Time elapsed: 0.392 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testCreateMultipleStateDefinitions -- Time elapsed: 0.396 s
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifelineLayout skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages skipped
org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages skipped
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectStateMachine -- Time elapsed: 0.354 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectOpaqueBehavior -- Time elapsed: 0.099 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManagePackage -- Time elapsed: 0.085 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectActivity -- Time elapsed: 0.113 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectArtifact -- Time elapsed: 0.107 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectComponent -- Time elapsed: 0.123 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDevice -- Time elapsed: 0.109 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageComment -- Time elapsed: 0.092 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectStereotype -- Time elapsed: 0.112 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInformationItem -- Time elapsed: 0.112 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectExecutionEnvironment -- Time elapsed: 0.105 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectProtocolStateMachine -- Time elapsed: 0.122 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectActor -- Time elapsed: 0.184 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectClass -- Time elapsed: 0.109 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectCollaboration -- Time elapsed: 0.162 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectSignal -- Time elapsed: 0.130 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectNode -- Time elapsed: 0.115 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageConstraint -- Time elapsed: 0.123 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectUsecase -- Time elapsed: 0.141 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectEnumeration -- Time elapsed: 0.117 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageActor -- Time elapsed: 0.159 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInterface -- Time elapsed: 0.117 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectPrimitiveType -- Time elapsed: 0.117 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectFunctionBehavior -- Time elapsed: 0.115 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInteraction -- Time elapsed: 0.121 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDeployementSpecification -- Time elapsed: 0.141 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDatatype -- Time elapsed: 0.109 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManagePackage -- Time elapsed: 0.783 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageUseCase -- Time elapsed: 0.373 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageComment -- Time elapsed: 0.307 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageConstraint -- Time elapsed: 0.376 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageActor -- Time elapsed: 0.407 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageComponent -- Time elapsed: 0.381 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageDependencyUseCase_Actor -- Time elapsed: 0.612 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageRealization -- Time elapsed: 0.294 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAssociationUseCase_Actor -- Time elapsed: 0.372 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAbstraction -- Time elapsed: 0.301 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageUsage -- Time elapsed: 0.444 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageDependency -- Time elapsed: 0.528 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAssociationUseCase_UseCase -- Time elapsed: 0.376 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageExtend -- Time elapsed: 0.567 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManagePackageMerge -- Time elapsed: 0.298 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageInclude -- Time elapsed: 0.264 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.268 s
org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManagePackageImport -- Time elapsed: 0.308 s
org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest.moveUseCaseWithinSubject -- Time elapsed: 0.789 s
org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest.moveUseCaseIntoSubject -- Time elapsed: 1.080 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageActivitySubstitution -- Time elapsed: 0.615 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageCollaborationSubstitution -- Time elapsed: 0.194 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToSubstitution -- Time elapsed: 0.260 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testClassToCollaborationGeneralization -- Time elapsed: 0.260 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageClassSubstitution -- Time elapsed: 0.296 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testCollaborationToClassGeneralization -- Time elapsed: 0.179 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageStateMachineSubstitution -- Time elapsed: 0.290 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.243 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToInterfaceRealization -- Time elapsed: 0.307 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortAbstraction -- Time elapsed: 0.518 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortUsage -- Time elapsed: 0.279 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortConnector -- Time elapsed: 0.357 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortGeneralization -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortAbstraction -- Time elapsed: 0.497 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortUsage -- Time elapsed: 0.257 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortConnector -- Time elapsed: 0.043 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortGeneralization -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationObservation -- Time elapsed: 0.605 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToArtifact -- Time elapsed: 0.266 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToExecutionEnvironment -- Time elapsed: 0.322 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToProtocolStateMachine -- Time elapsed: 0.322 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToEnumeration -- Time elapsed: 0.246 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToActor -- Time elapsed: 0.232 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToClass -- Time elapsed: 0.233 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralNull -- Time elapsed: 0.220 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDevice -- Time elapsed: 0.243 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralInteger -- Time elapsed: 0.239 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInteraction -- Time elapsed: 0.266 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralString -- Time elapsed: 0.262 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeEvent -- Time elapsed: 0.252 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToConstraint -- Time elapsed: 0.254 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeInterval -- Time elapsed: 0.246 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToUseCase -- Time elapsed: 0.266 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToOpaqueExpression -- Time elapsed: 0.241 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToStateMachine -- Time elapsed: 0.261 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToSignal -- Time elapsed: 0.235 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInterface -- Time elapsed: 0.232 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToIntervalConstraint -- Time elapsed: 0.251 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDeploymentSpecification -- Time elapsed: 0.284 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToChangeEvent -- Time elapsed: 0.233 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInteractionConstraint -- Time elapsed: 0.265 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralUnlimitedNatural -- Time elapsed: 0.239 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInformationItem -- Time elapsed: 0.241 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToCollaboration -- Time elapsed: 0.330 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationInterval -- Time elapsed: 0.253 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeExpression -- Time elapsed: 0.279 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeObservation -- Time elapsed: 0.287 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInterval -- Time elapsed: 0.247 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToComment -- Time elapsed: 0.225 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToPrimitiveType -- Time elapsed: 0.285 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToOpaqueBehavior -- Time elapsed: 0.271 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToStringExpression -- Time elapsed: 0.253 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralBoolean -- Time elapsed: 0.246 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToFunctionBehavior -- Time elapsed: 0.274 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDataType -- Time elapsed: 0.317 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationConstraint -- Time elapsed: 0.299 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToAnyReceiveEvent -- Time elapsed: 0.240 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeConstraint -- Time elapsed: 0.257 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToExpression -- Time elapsed: 0.265 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDuration -- Time elapsed: 0.253 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToComponent -- Time elapsed: 0.255 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToSignalEvent -- Time elapsed: 0.261 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToNode -- Time elapsed: 0.284 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToActivity -- Time elapsed: 0.289 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToCallEvent -- Time elapsed: 0.246 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInstanceValue -- Time elapsed: 0.249 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToProperty -- Time elapsed: 0.743 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToConstraint -- Time elapsed: 0.456 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToComment -- Time elapsed: 0.215 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToPort -- Time elapsed: 0.336 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToCollaborationUse -- Time elapsed: 0.309 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramActivityChildNode.testToParameter -- Time elapsed: 1.298 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationUsage -- Time elapsed: 0.549 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToUsage -- Time elapsed: 0.311 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassRealization -- Time elapsed: 0.298 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassDependency -- Time elapsed: 0.280 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineRealization -- Time elapsed: 0.293 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityUsage -- Time elapsed: 0.292 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityAbstraction -- Time elapsed: 0.297 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink skipped
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityDependency -- Time elapsed: 0.295 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationAbstraction -- Time elapsed: 0.325 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineUsage -- Time elapsed: 0.309 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManifestation -- Time elapsed: 0.265 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToAbstraction -- Time elapsed: 0.294 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationDependency -- Time elapsed: 0.334 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassUsage -- Time elapsed: 0.301 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineDependency -- Time elapsed: 0.313 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityRealization -- Time elapsed: 0.302 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassAbstraction -- Time elapsed: 0.324 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineAbstraction -- Time elapsed: 0.320 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationRealization -- Time elapsed: 0.316 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToRealization -- Time elapsed: 0.299 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testClassPartPortLocation -- Time elapsed: 0.251 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testProtocolStateMachinePortLocation -- Time elapsed: 0.047 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testClassPortLocation -- Time elapsed: 0.041 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testInteractionItemPortLocation -- Time elapsed: 0.043 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testActivityPortLocation -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testStateMachinePortLocation -- Time elapsed: 0.046 s
org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramDropOntoChildNode.dropAssociationOntoPart_bug470823 -- Time elapsed: 0.226 s
org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.032 s
org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramElementTypeConfigurationTest.validateCompositeDiagramElementTypeConfigurationModel -- Time elapsed: 0.009 s
org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramGmfGenTest.validateCompositeDiagramGmfGenModel -- Time elapsed: 1.131 s
org.eclipse.papyrus.uml.diagram.composite.tests.copyPaste.ConstraintCopyPasteTest.testCopyConstraintFromClassToClass -- Time elapsed: 0.853 s
org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.007 s
org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[2] -- Time elapsed: 0.540 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate1100 -- Time elapsed: 0.723 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate8000 -- Time elapsed: 0.414 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate9000 -- Time elapsed: 0.333 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToState -- Time elapsed: 0.383 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate10000 -- Time elapsed: 0.321 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate12000 -- Time elapsed: 0.357 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate13000 -- Time elapsed: 0.384 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate14000 -- Time elapsed: 0.364 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate15000 -- Time elapsed: 0.368 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToFinalState -- Time elapsed: 0.474 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstainedElementLink -- Time elapsed: 0.286 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToCreateCommentLink -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstraintConstrainedElementLinkCannotBeStarted -- Time elapsed: 0.053 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testCommentLinkCannotBeStarted -- Time elapsed: 0.063 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientCommentLink -- Time elapsed: 0.046 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientConstraintContextLink -- Time elapsed: 0.059 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testContextElementLink -- Time elapsed: 0.032 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientConstraintConstrainedElementLink -- Time elapsed: 0.048 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstraintContextLinkCannotBeStarted -- Time elapsed: 0.048 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkReorient -- Time elapsed: 0.258 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testEntryPointTransitionLink -- Time elapsed: 0.064 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testExitPointTransitionLink -- Time elapsed: 0.099 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkWithSameSourceAndTarget -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkCannotBeStarted -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLink -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInState -- Time elapsed: 0.211 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateForkInRegion -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testStateInRegion -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testFinalStateInRegino -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateExitPointKind -- Time elapsed: 0.010 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoEntryPointInRegion -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInStateMachine -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateShallowHistoryKind -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateTerminateInRegion -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJoinKind -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJoinInRegion -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateChoiseKind -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJunctionInRegion -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoExitPointInRegion -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testEntryPointJunctionKind -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConnectionPointReferenceInStateWithoutSubmachine -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateInitialKind -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateTerminateKind -- Time elapsed: 0.015 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInStateCompartment -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInRegion -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateChoiseInRegion -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateForkKind -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testDeferrableTriggerInState -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateDeepHistoryKind -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoEntryPointInStateMachine -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testCommentInRegion -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateShallowHistoryInRegion -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJunctionKind -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConnectionPointReferenceInState -- Time elapsed: 0.063 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateInitialInRegion -- Time elapsed: 0.017 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoExitPointInStateMachine -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateDeepHistoryInRegion -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConstraintInRegion -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode.testStateMachineResizeHeight -- Time elapsed: 0.199 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode.testStateMachineResizeWidth -- Time elapsed: 0.016 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineContextLink.testToManageContextLink -- Time elapsed: 0.368 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.statemachine.custom.helpers.tests.ZoneTest.deleteDiagramWithEmptyZoneAnnotation_bug468207 -- Time elapsed: 1.361 s
org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode skipped
org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToConstraint -- Time elapsed: 0.761 s
org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode skipped
org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToComment -- Time elapsed: 0.397 s
org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToLifeline -- Time elapsed: 0.443 s
org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramLink skipped
org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest.testDefineNestedProfileWithDependencies -- Time elapsed: 0.277 s
org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest.testDefineSimpleProfile -- Time elapsed: 0.286 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManagePackage -- Time elapsed: 0.613 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageProfile -- Time elapsed: 0.283 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageDataType -- Time elapsed: 0.283 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageClass -- Time elapsed: 0.254 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageStereoType -- Time elapsed: 0.295 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageStereoTypeInPackage -- Time elapsed: 0.750 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageStereoTypeInProfile -- Time elapsed: 0.352 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageClassInPackage -- Time elapsed: 0.308 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageClassInProfile -- Time elapsed: 0.300 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManagePackageInPackage -- Time elapsed: 0.398 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageProfileInPackage -- Time elapsed: 0.289 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManagePackageInProfile -- Time elapsed: 0.301 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageProfileInProfile -- Time elapsed: 0.274 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageDatatypeInPackage -- Time elapsed: 0.316 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageDatatypeInProfile -- Time elapsed: 0.335 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink.testToManageAssociationWithoutMulti -- Time elapsed: 0.580 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink skipped
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestImportMetaClass.testImportMetaClass -- Time elapsed: 1.322 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramExtension.testDestroyExtensionProperty -- Time elapsed: 0.757 s
org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramContextLink.testToManageContextLink -- Time elapsed: 0.322 s
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestInteractionAffixedChildNode skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageActionExecution -- Time elapsed: 0.669 s
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageDurationConstraint -- Time elapsed: 0.160 s
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageBehaviorExecution -- Time elapsed: 0.152 s
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageStateInvariant -- Time elapsed: 0.114 s
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode.testToManageContinuation -- Time elapsed: 0.338 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testConsiderIgnoreFragment -- Time elapsed: 0.248 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testCombinedFragmentContinuation -- Time elapsed: 0.484 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testCombinedFragment -- Time elapsed: 0.050 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperand_364701.testOperandAddDelete -- Time elapsed: 0.289 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828.testMessageSync -- Time elapsed: 0.342 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedCombinedFragment_364795 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestAdvancedDragDrop_364696 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808.testEditLoop -- Time elapsed: 0.240 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808.testEditText -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteractionOperand -- Time elapsed: 2.466 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteractionFragmentInOperand -- Time elapsed: 2.205 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteNotOnlyInteractionOperand -- Time elapsed: 2.308 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOnLifeline_533671 -- Time elapsed: 2.012 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragDoesNotMoveExistingFragments_533679 -- Time elapsed: 1.890 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.noCreateOperandOnLifelineWithoutCFrag_533672 -- Time elapsed: 0.628 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteCombinedFragment -- Time elapsed: 2.054 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.defaultInteractionOperand_533673 -- Time elapsed: 1.978 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteAllInteractionOperands -- Time elapsed: 2.073 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.validateCreatedInteractionOperand_533676 -- Time elapsed: 1.889 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteOnlyInteractionOperand -- Time elapsed: 2.092 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOverHalfMessage_533675 -- Time elapsed: 1.878 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.attemptToMoveOperandGuard_533699 -- Time elapsed: 1.739 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createOperandOnLifeline_533672 -- Time elapsed: 2.053 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragEnclosedFragments_533679 -- Time elapsed: 1.914 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteCombinedFragmentMultipleOperands_533681 -- Time elapsed: 2.084 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragInCFrag_533675 -- Time elapsed: 1.938 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.attemptToResizeOperandGuard_533699 -- Time elapsed: 1.746 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragInFreeSpace_533675 -- Time elapsed: 1.880 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOverLifelines_533671 -- Time elapsed: 2.014 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createOperandOverLifelines_533672 -- Time elapsed: 2.038 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteraction -- Time elapsed: 2.091 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeOperand -- Time elapsed: 1.249 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeFragmentNW -- Time elapsed: 0.672 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeFragmentSE -- Time elapsed: 0.671 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testCreateOperand -- Time elapsed: 0.836 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testSimpleLayout -- Time elapsed: 0.824 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testDeleteOperand -- Time elapsed: 1.565 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testMoveOperandForbidden -- Time elapsed: 0.616 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testMoveCombinedFragment -- Time elapsed: 0.722 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createCombinedFragment_operand -- Time elapsed: 1.763 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createInteractionUse -- Time elapsed: 0.684 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createStateInvariant -- Time elapsed: 0.662 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createCombinedFragment -- Time elapsed: 1.794 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeFragmentNW -- Time elapsed: 2.043 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeFragmentSE -- Time elapsed: 1.877 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeOperands -- Time elapsed: 1.631 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testMoveFragment -- Time elapsed: 1.928 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testCreateOperand -- Time elapsed: 0.832 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testExpandCF -- Time elapsed: 0.722 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testDeleteOperand -- Time elapsed: 2.128 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testShrinkCF -- Time elapsed: 0.746 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testInitialCoverage -- Time elapsed: 0.703 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testMoveOperandSeparator -- Time elapsed: 1.592 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testMoveCF -- Time elapsed: 0.785 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderSecondToFirst -- Time elapsed: 0.819 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderFirstToLast -- Time elapsed: 0.823 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderThirdToLast -- Time elapsed: 0.861 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReparentForbidden -- Time elapsed: 0.724 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderLastToFirst -- Time elapsed: 0.807 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderLastToThird -- Time elapsed: 0.805 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderFirstToSecond -- Time elapsed: 0.805 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 1.500 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDeletion -- Time elapsed: 1.785 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnMessages -- Time elapsed: 0.841 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinksDisplay -- Time elapsed: 0.747 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 1.328 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 0.845 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 0.878 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinksAnchors -- Time elapsed: 0.768 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 1.425 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDeletion -- Time elapsed: 1.772 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnMessages -- Time elapsed: 0.877 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinksDisplay -- Time elapsed: 1.128 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 1.388 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 0.858 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 0.852 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinksAnchors -- Time elapsed: 1.071 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 1.385 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDeletion -- Time elapsed: 1.864 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnMessages -- Time elapsed: 0.841 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinksDisplay -- Time elapsed: 1.123 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 1.310 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 0.824 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 0.887 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinksAnchors -- Time elapsed: 1.150 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 0.812 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 0.890 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnDestruction -- Time elapsed: 0.862 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 0.895 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 0.964 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 0.845 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 0.867 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnDestruction -- Time elapsed: 0.883 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 0.874 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 0.861 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 0.895 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 0.898 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnDestruction -- Time elapsed: 0.868 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 0.851 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 0.865 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.noCreateOnLifeline[OBSERVATION] -- Time elapsed: 0.910 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnDestructionOccurrence[OBSERVATION] -- Time elapsed: 1.007 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionFinish[OBSERVATION] -- Time elapsed: 0.967 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationRightToLeftCreateMessage[OBSERVATION] -- Time elapsed: 0.976 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationLeftToRightCreateMessage[OBSERVATION] -- Time elapsed: 0.984 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnExecution[OBSERVATION] -- Time elapsed: 0.975 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageSendOnLifeline[OBSERVATION] -- Time elapsed: 1.014 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnLifeline[OBSERVATION] -- Time elapsed: 0.988 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionStart[OBSERVATION] -- Time elapsed: 0.979 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.noCreateOnLifeline[CONSTRAINT] -- Time elapsed: 0.896 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnDestructionOccurrence[CONSTRAINT] -- Time elapsed: 1.044 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionFinish[CONSTRAINT] -- Time elapsed: 0.989 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationRightToLeftCreateMessage[CONSTRAINT] -- Time elapsed: 1.006 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationLeftToRightCreateMessage[CONSTRAINT] -- Time elapsed: 0.974 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnExecution[CONSTRAINT] -- Time elapsed: 1.006 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageSendOnLifeline[CONSTRAINT] -- Time elapsed: 1.037 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnLifeline[CONSTRAINT] -- Time elapsed: 0.998 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionStart[CONSTRAINT] -- Time elapsed: 1.006 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageReceiveOnExecution[OBSERVATION] -- Time elapsed: 1.169 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageSendOnLifeline[OBSERVATION] -- Time elapsed: 1.134 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageReceiveOnExecution[CONSTRAINT] -- Time elapsed: 1.115 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageSendOnLifeline[CONSTRAINT] -- Time elapsed: 1.116 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentName_382951 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageSync -- Time elapsed: 0.503 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageAsync -- Time elapsed: 0.166 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageReply -- Time elapsed: 0.275 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageCreate -- Time elapsed: 0.174 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageDelete -- Time elapsed: 0.195 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testBehaviorExecution -- Time elapsed: 0.110 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testActionExecution -- Time elapsed: 0.109 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testLifeline -- Time elapsed: 0.079 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966.testEditMaxint -- Time elapsed: 0.229 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966.testEditMinint -- Time elapsed: 0.045 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661.testHeaderAnchor -- Time elapsed: 0.412 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661.testVerticalBarAnchor -- Time elapsed: 0.164 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202.testMessageLost -- Time elapsed: 0.369 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202.testMessageFound -- Time elapsed: 0.156 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestGuardVisibility_402966 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageCreateWithLifeline_403134 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774.testResize -- Time elapsed: 0.211 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testReconnectSyncMessage -- Time elapsed: 0.293 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testReconnectReplyMessage -- Time elapsed: 0.119 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testDeleteReplyMessage -- Time elapsed: 0.097 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testDeleteSyncMessage -- Time elapsed: 0.099 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testCreateReplyMessage -- Time elapsed: 0.136 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testCreateSyncMessage -- Time elapsed: 0.126 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_477463.testMessageOccurrenceSpecification -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceDeletion -- Time elapsed: 0.936 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceCreation -- Time elapsed: 1.120 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceMoveDown -- Time elapsed: 0.681 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528787.testExecutionChangeAfterMessageCreationUndo -- Time elapsed: 0.510 s
org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528473 skipped
org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testAdaptSizeDeltaToMaxHeight -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testIsAffixedToRight -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testGetRealMoveDelta -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testGetRelativeBounds -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN.testCreateThreeInteractions -- Time elapsed: 0.337 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN skipped
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN.testCreateInteraction -- Time elapsed: 0.253 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN skipped
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageDecisionNode -- Time elapsed: 0.900 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageInitialNode -- Time elapsed: 0.765 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageSequenceNode -- Time elapsed: 0.748 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageConditionalNode -- Time elapsed: 0.753 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageForkNode -- Time elapsed: 0.755 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode skipped
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageMergeNode -- Time elapsed: 0.924 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageFlowFinalNode -- Time elapsed: 0.776 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageLoopNode -- Time elapsed: 0.901 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageActivityFinalNode -- Time elapsed: 0.787 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageJoinNode -- Time elapsed: 0.763 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.186 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateForkNodeInLoopNode -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.194 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateForkNodeInLoopNode -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.003 s

Results:

Tests run: 1422, Failures: 0, Errors: 0, Skipped: 174

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.uml.diagram.suite.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT [156/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/asbrace/TestDisplayAsBrace.java:[106] 
	Stereotype stereotypeTest = null;
	           ^^^^^^^^^^^^^^
The value of the local variable stereotypeTest is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/asbrace/TestReopenAsBrace.java:[64] 
	private IMultiDiagramEditor editor;
	                            ^^^^^^
The value of the field TestReopenAsBrace.editor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/displayname/Test2StereotypeApplications.java:[103] 
	Stereotype stereotypeTest = null;
	           ^^^^^^^^^^^^^^
The value of the local variable stereotypeTest is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestUpdateValue.java:[66] 
	private IMultiDiagramEditor editor;
	                            ^^^^^^
The value of the field TestUpdateValue.editor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestDisplayAsCompartment.java:[106] 
	Stereotype stereotypeTest = null;
	           ^^^^^^^^^^^^^^
The value of the local variable stereotypeTest is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestUnapplyStereotype.java:[66] 
	private IMultiDiagramEditor editor;
	                            ^^^^^^
The value of the field TestUnapplyStereotype.editor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/displayname/TestStereotypeApplication.java:[247] 
	Stereotype stereotypeTest = null;
	           ^^^^^^^^^^^^^^
The value of the local variable stereotypeTest is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestReopenAsComment.java:[66] 
	private IMultiDiagramEditor editor;
	                            ^^^^^^
The value of the field TestReopenAsComment.editor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestReopenAsComment.java:[81] 
	EditPart stereotypedClassEditPart = fixture.findEditPart(stereotypedClass);
	         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the local variable stereotypedClassEditPart is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestReopenAsComment.java:[109] 
	EditPart stereotypedLinkEditPart = fixture.findEditPart(stereotypedLink);
	         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the local variable stereotypedLinkEditPart is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestReopenWithPropertyView.java:[66] 
	private IMultiDiagramEditor editor;
	                            ^^^^^^
The value of the field TestReopenWithPropertyView.editor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestUnapplyProfile.java:[66] 
	private IMultiDiagramEditor editor;
	                            ^^^^^^
The value of the field TestUnapplyProfile.editor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestDisplayAsComment.java:[107] 
	Stereotype stereotypeTest = null;
	           ^^^^^^^^^^^^^^
The value of the local variable stereotypeTest is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestReopenWithCSS.java:[66] 
	private IMultiDiagramEditor editor;
	                            ^^^^^^
The value of the field TestReopenWithCSS.editor is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestReopenAsCompartment.java:[63] 
	private IMultiDiagramEditor editor;
	                            ^^^^^^
The value of the field TestReopenAsCompartment.editor is not used
15 problems (15 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/target/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT [157/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.dnd.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[97] 
	houseKeeper.setField("strategy", DropStrategyManager.instance.findStrategy(org.eclipse.papyrus.uml.diagram.dnd.Activator.PLUGIN_ID + ".instanceSpecification"));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setField(String, DropStrategy) from the type AbstractHouseKeeperRule is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[230] 
	protected void checkSlots(EditPart instanceSpecificationPart, List<Property>... expectedProperties) {
	                                                                                ^^^^^^^^^^^^^^^^^^
Type safety: Potential heap pollution via varargs parameter expectedProperties
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[289] 
	checkSlots(target, ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: A generic array of List<Property> is created for a varargs parameter
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[304] 
	checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: A generic array of List<Property> is created for a varargs parameter
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[321] 
	checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: A generic array of List<Property> is created for a varargs parameter
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[338] 
	checkSlots(target, ((org.eclipse.uml2.uml.Class) class1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: A generic array of List<Property> is created for a varargs parameter
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 332 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/target/org.eclipse.papyrus.uml.diagram.dnd.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests >--
[INFO] Building org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT [158/175]
[INFO]   from ../../tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.properties.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 336 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/target/org.eclipse.papyrus.uml.diagram.properties.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests >--
[INFO] Building org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT [159/175]
[INFO]   from ../../tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.stereotype.display.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/org/eclipse/papyrus/uml/nattable/stereotype/display/tests/tests/StereotypeDisplayTableTest.java:[566] 
	editorModel = TableHelper.createTable(configuration, view, configuration.getName(), description);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 318 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/target/org.eclipse.papyrus.uml.nattable.stereotype.display.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests >--
[INFO] Building org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT [160/175]
[INFO]   from ../../tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] The project's OSGi version is 1.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.suite.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/org.eclipse.papyrus.uml.nattable.suite.tests-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.uml.nattable.suite.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
No JFaces support for org.eclipse.jface.viewers.TableTreeViewer

(Eclipse:12307): Gtk-WARNING **: 12:51:47.564: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:47.570: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:49.179: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:49.185: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:54.937: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:54.943: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:55.599: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:55.604: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:56.363: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:56.368: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:57.008: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:57.014: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:57.670: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:57.675: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:58.441: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:58.447: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:59.104: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:59.126: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:59.793: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:51:59.798: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:27.458: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:27.463: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:28.331: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:28.339: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:29.178: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:29.183: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:30.197: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:30.202: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:31.034: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:31.039: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:31.963: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:31.968: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:38.745: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:38.752: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:38.799: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:38.802: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:39.475: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:39.482: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:39.531: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:39.533: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:39.984: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:39.991: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:40.039: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:40.042: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:40.572: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:40.580: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:40.634: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:40.636: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:41.134: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:41.141: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:41.191: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:41.193: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:44.740: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:44.747: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:44.794: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:44.796: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:45.411: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:45.418: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:45.469: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:45.472: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:45.644: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:45.648: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:46.131: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:46.138: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:46.185: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:46.188: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:46.712: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:46.719: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:46.767: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:46.770: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:47.235: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:47.241: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:47.295: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:47.297: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:47.779: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:47.786: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:47.832: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:47.835: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:48.541: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:48.548: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:48.597: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:48.600: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:51.718: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:51.722: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:52.251: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:52.258: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:52.330: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:52.334: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:52.965: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:52.972: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:53.047: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:53.049: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:53.210: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:53.214: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:53.769: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:53.775: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:53.822: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:53.825: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:55.775: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:55.780: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:56.315: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:56.320: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:56.833: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:56.838: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:57.476: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:57.481: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:58.275: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:58.279: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:58.857: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:52:58.861: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:00.653: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:00.658: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:01.464: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:01.469: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:02.145: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:02.150: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:02.825: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:02.831: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:03.408: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:03.413: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:04.226: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:04.231: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:05.301: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:05.306: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:05.960: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:05.965: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:06.696: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:06.701: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:07.268: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:07.273: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:07.958: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:07.962: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:09.034: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:09.039: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:10.349: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:10.355: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:11.384: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:11.389: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:11.877: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:11.882: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:12.763: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:12.768: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:13.721: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:13.726: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:14.187: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:14.192: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:15.316: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:15.328: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:16.027: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:16.032: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:16.550: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:16.554: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:19.633: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:19.638: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:20.502: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:20.507: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:21.391: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:21.396: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:22.538: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:22.543: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:23.530: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:23.535: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:24.579: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:24.584: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:25.445: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:25.450: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:26.282: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:26.287: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:26.993: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:26.997: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:27.746: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:27.751: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:28.564: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:28.569: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:29.479: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:29.485: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:30.001: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:30.006: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:30.795: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:30.800: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:32.273: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:32.277: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:34.063: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:34.068: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:34.192: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:34.198: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:34.661: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:34.666: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:35.148: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:35.155: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:35.707: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:35.712: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:36.449: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:36.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:37.329: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:37.334: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:38.193: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:38.198: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:38.818: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:38.823: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:39.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:39.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:40.112: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:40.117: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:40.748: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:40.753: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:41.321: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:41.321: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:41.366: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:41.371: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:41.386: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:41.414: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:41.446: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:41.587: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:41.592: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:41.627: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:41.707: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:41.765: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:42.174: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:42.175: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:42.213: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:42.218: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:42.231: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:42.256: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:42.297: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:42.443: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:42.449: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:42.458: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:42.651: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:42.687: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.084: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.085: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:43.126: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:43.130: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.145: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.170: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:43.345: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:43.351: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.418: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.474: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.532: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:43.961: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:43.966: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:43.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:44.004: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:44.036: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:44.119: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:44.239: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:44.244: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:44.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:44.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:44.784: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:44.784: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:44.823: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:44.827: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:44.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:44.868: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:44.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:45.063: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:45.069: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:45.099: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:45.159: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:45.217: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:45.616: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:45.616: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:45.662: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:45.667: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:45.682: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:45.708: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:45.732: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:45.777: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:45.827: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:45.999: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:46.005: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:46.065: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:46.161: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:46.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:46.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:46.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:46.675: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:46.679: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:46.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:46.717: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:46.748: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:46.775: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:46.897: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:46.903: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:46.980: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.036: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.463: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.464: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:47.502: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:47.507: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.544: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.562: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.597: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:47.707: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:47.713: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.781: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.832: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:47.886: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:48.263: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:48.263: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:48.301: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:48.306: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:48.319: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:48.346: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:48.374: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:48.510: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:48.516: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:48.528: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:48.588: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:48.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:49.069: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:49.073: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.087: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.111: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.128: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.169: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:49.275: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:49.281: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.319: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.370: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.422: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.793: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.793: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:49.834: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:49.839: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.852: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.877: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:49.911: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:50.043: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:50.048: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:50.103: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:50.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:50.209: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:50.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:50.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:50.643: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:50.648: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:50.662: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:50.686: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:50.717: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:50.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:50.870: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:50.876: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:50.961: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:51.012: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:51.072: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:51.479: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:51.479: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:51.519: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:51.524: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:51.538: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:51.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:51.595: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:52.063: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:52.063: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:52.102: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:52.107: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:52.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:52.147: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:52.181: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:52.316: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:52.322: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:52.356: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:52.413: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:52.468: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:52.969: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:52.969: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:53.045: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:53.050: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:53.063: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:53.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:53.128: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:53.162: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:53.333: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:53.339: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:53.348: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:53.557: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:53.592: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.008: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.008: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:54.049: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:54.054: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.067: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.094: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.129: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:54.267: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:54.272: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.340: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.403: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.479: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.911: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.911: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:54.951: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:54.956: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.970: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:54.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:55.028: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:55.111: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:55.232: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:55.238: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:55.303: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:55.357: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:55.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:55.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:55.825: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:55.830: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:55.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:55.870: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:55.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:56.050: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:56.056: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:56.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:56.145: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:56.199: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:56.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:56.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:56.646: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:56.651: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:56.666: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:56.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:56.727: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:56.856: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:56.861: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:56.908: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:56.964: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:57.021: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:57.460: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:57.460: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:57.503: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:57.508: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:57.531: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:57.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:57.577: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:57.614: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:57.724: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:57.729: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:57.815: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:57.897: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:57.969: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:58.381: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:58.381: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:58.425: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:58.430: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:58.443: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:58.479: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:58.499: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:58.548: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:58.680: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:58.686: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:58.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:58.882: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:59.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:59.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:59.390: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:59.395: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:59.409: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:59.435: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:59.467: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:53:59.616: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:53:59.621: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:53:59.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:59.708: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:53:59.746: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:00.235: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:00.235: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:00.277: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:00.282: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:00.297: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:00.359: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:00.393: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:00.698: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:00.727: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:00.780: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:00.879: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:00.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:01.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:01.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:01.425: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:01.429: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:01.443: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:01.469: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:01.502: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:01.646: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:01.651: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:01.721: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:01.779: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:01.836: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:02.238: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:02.238: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:02.276: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:02.281: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:02.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:02.320: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:02.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:02.484: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:02.489: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:02.590: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:02.641: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:02.699: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.072: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.072: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:03.113: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:03.117: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.188: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:03.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:03.692: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.707: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.732: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.829: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:03.882: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.260: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.260: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:04.303: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:04.308: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.321: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.383: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.434: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.489: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.874: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.875: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:04.915: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:04.919: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.931: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.956: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:04.986: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:05.035: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:05.092: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:05.465: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:05.465: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:05.505: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:05.510: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:05.524: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:05.549: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:05.573: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:05.597: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:05.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:05.695: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.074: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.074: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:06.115: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:06.120: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.137: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.205: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.256: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.312: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.694: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.694: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:06.732: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:06.737: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.750: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.777: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.802: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.828: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.871: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:06.923: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:07.297: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:07.297: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:07.348: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:07.353: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:07.368: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:07.402: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:07.434: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:07.487: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:07.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:07.956: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:07.956: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:07.995: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:08.000: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.036: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.062: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.096: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.713: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.713: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.750: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.796: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.837: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.889: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:08.944: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:09.354: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:09.354: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:09.392: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:09.397: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:09.409: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:09.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:09.465: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:09.521: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:09.582: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:09.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:09.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:10.019: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:10.024: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.037: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.064: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.096: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.147: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.203: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.584: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.584: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:10.624: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:10.628: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.641: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.669: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.700: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.751: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:10.807: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.190: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.190: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:11.229: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:11.234: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.320: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.364: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.418: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.810: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.810: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:11.848: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:11.853: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.866: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:11.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:12.024: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:12.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:12.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:12.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:12.461: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:12.474: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:12.502: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:12.529: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:12.575: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:12.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:12.999: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:12.999: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:13.044: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:13.049: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.062: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.112: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.135: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.177: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.233: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.620: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.620: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:13.659: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:13.664: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.704: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.728: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.794: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:13.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:14.284: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:14.288: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.332: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.357: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.491: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.890: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.890: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:14.931: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:14.935: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:14.975: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:15.009: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:15.078: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:15.136: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:15.563: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:15.563: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:15.604: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:15.628: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:15.641: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:15.668: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:15.742: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:15.840: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:15.901: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:16.444: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:16.444: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:16.479: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:16.523: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:16.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:16.619: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:16.675: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.060: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.060: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:17.099: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:17.104: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.116: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.175: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.229: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.289: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.696: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.696: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:17.736: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:17.740: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.777: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.863: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:17.920: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:18.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:18.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:18.340: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:18.344: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-CRITICAL **: 12:54:18.356: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:18.380: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:18.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:18.458: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-CRITICAL **: 12:54:18.513: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:12307): Gtk-WARNING **: 12:54:18.937: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:18.942: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:19.482: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:19.487: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:19.959: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:19.964: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:20.431: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:20.436: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:20.928: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:20.933: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:21.404: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:21.409: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:22.100: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:22.105: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:23.019: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:23.024: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:23.930: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:23.936: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.330: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.330: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.331: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.338: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.339: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.339: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.703: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.707: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.851: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.851: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.851: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.859: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.860: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.860: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.960: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:24.964: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:25.692: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:25.697: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:25.812: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:25.815: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:26.734: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:26.739: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:27.646: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:27.651: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.158: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.163: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.353: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.361: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.486: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.494: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.667: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.668: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.669: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.679: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.680: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.681: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.796: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:28.801: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:29.225: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:29.230: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:29.685: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:29.689: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:29.863: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:29.868: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:30.360: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:30.364: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:30.906: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:30.911: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:31.100: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:31.106: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:31.700: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:31.705: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:32.150: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:32.155: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:32.325: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:32.333: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:32.555: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:32.564: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:33.047: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:33.052: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:33.506: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:33.511: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:33.682: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:33.690: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:33.909: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:33.917: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:34.388: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:34.392: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:34.851: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:34.856: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:35.558: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:35.563: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:36.061: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:36.065: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:36.683: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:36.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.165: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.170: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.318: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.331: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.335: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.335: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.452: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.465: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.469: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.470: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.915: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:37.920: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:38.391: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:38.395: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:38.545: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:38.560: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:38.563: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:38.564: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:38.681: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:38.694: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:38.697: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:38.698: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:39.132: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:39.136: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:39.597: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:39.602: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:40.259: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:40.264: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:40.751: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:40.755: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:41.516: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:41.521: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:41.981: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:41.985: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:42.613: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:42.618: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:43.071: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:43.076: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:43.768: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:43.773: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:44.224: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:44.229: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:44.890: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:44.894: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:45.354: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:45.359: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:45.966: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:45.971: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:46.464: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:46.469: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:47.001: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:47.006: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:47.474: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:47.479: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:47.967: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:47.972: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:48.437: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:48.441: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:48.990: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:48.994: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:49.508: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:49.513: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:50.299: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:50.304: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:50.716: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:50.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:51.198: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:51.202: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:51.609: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:51.614: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:52.099: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:52.103: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:52.512: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:52.517: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:52.997: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:53.002: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:53.435: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:53.440: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:53.975: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:53.980: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:54.393: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:54.398: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:54.895: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:54.900: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:55.334: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:55.338: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:55.834: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:55.839: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:56.271: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:56.275: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:56.778: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:56.783: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:57.280: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:57.285: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:57.801: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:57.806: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:58.655: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:58.659: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:59.704: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:54:59.708: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:00.618: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:00.623: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:01.522: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:01.526: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:02.391: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:02.396: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:03.350: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:03.354: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:04.002: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:04.028: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:04.937: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:04.942: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:05.567: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:05.571: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:06.237: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:06.242: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:06.917: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:06.922: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:07.581: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:07.586: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:08.126: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:08.131: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:08.807: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:08.812: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:09.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:09.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:10.122: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:10.141: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:10.933: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:10.938: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:11.832: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:11.837: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:12.343: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:12.348: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:13.023: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:13.028: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:13.702: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:13.706: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:14.466: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:14.471: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:15.150: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:15.154: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:15.839: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:15.844: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:16.368: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:16.372: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:17.080: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:17.085: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:17.794: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:17.798: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:18.751: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:18.756: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:19.430: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:19.435: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:20.070: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:20.075: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:20.760: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:20.764: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:21.542: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:21.547: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:22.276: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:22.280: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:22.998: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:23.003: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:23.759: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:23.764: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:24.647: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:24.652: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:25.406: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:25.410: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:26.150: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:26.155: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:26.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:26.904: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:27.681: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:27.686: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:28.418: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:28.423: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:29.151: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:29.156: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:29.784: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:29.789: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:30.600: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:30.605: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:31.431: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:31.435: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:32.210: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:32.215: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:32.975: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:32.979: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:33.894: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:33.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:34.715: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:34.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:35.492: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:35.496: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:36.297: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:36.302: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:37.087: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:37.092: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:37.926: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:37.931: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:38.797: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:38.803: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:39.379: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:39.385: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:40.115: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:40.121: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:40.778: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:40.782: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:41.446: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:41.452: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:42.135: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:42.140: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:42.772: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:42.777: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:43.390: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:43.394: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:44.045: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:44.049: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:44.638: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:44.643: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:45.301: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:45.306: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:45.760: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:45.764: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:46.374: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:46.379: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:47.148: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:47.153: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:47.892: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:47.897: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:48.681: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:48.685: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:49.451: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:49.456: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:50.203: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:50.207: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:50.980: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:50.985: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:51.631: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:51.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:52.394: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:52.399: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:53.148: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:53.152: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:53.893: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:53.898: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:54.664: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:54.669: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:55.472: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:55.477: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:59.430: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:55:59.433: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:09.154: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:09.161: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:09.200: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:09.202: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:13.137: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:13.144: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:13.195: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:13.198: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:13.953: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:13.960: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:14.013: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:14.016: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:14.768: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:14.775: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:14.815: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:14.816: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:15.898: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:15.906: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:15.945: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:15.946: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:25.785: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:25.792: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:25.830: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:25.832: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:29.558: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:29.565: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:29.604: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:29.605: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:29.996: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:30.000: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:31.731: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:31.737: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:32.994: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:33.002: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:33.042: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:33.044: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:35.512: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:35.519: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:35.570: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:35.572: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:36.293: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:36.300: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:36.350: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:36.352: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:37.118: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:37.125: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:37.164: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:37.166: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:38.348: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:38.356: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:38.395: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:38.397: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:49.671: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:49.679: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:49.716: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:49.718: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:52.838: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:52.846: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:52.884: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:52.886: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:53.273: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:53.278: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:54.617: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:54.622: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:55.594: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:55.602: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:55.640: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:56:55.642: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:57:02.596: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(Eclipse:12307): Gtk-WARNING **: 12:57:02.601: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
Tests run: 635, Failures: 0, Errors: 0, Skipped: 120, Time elapsed: 363.2 s -- in org.eclipse.papyrus.uml.nattable.suite.tests.AllTests
org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithRestriction -- Time elapsed: 1.238 s
org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithoutProfileWithoutRestriction -- Time elapsed: 0.702 s
org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testEmptyTableWithoutRestriction -- Time elapsed: 0.389 s
org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testEmptyTableWithRestriction -- Time elapsed: 0.066 s
org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithProfileWithRestriction -- Time elapsed: 0.363 s
org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithoutRestrictionWithInheritedProperties -- Time elapsed: 0.348 s
org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithRestriction -- Time elapsed: 0.042 s
org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithoutRestriction -- Time elapsed: 0.295 s
org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithRestrictionWithInheritedProperties -- Time elapsed: 0.257 s
org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableConfigurationTest skipped
org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableNattableConfigurationTest.validateGenericTreeTableConfigurationModel -- Time elapsed: 2.244 s
org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testParameterDestroyRowElement -- Time elapsed: 9.972 s
org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testClassDestroyRowElement -- Time elapsed: 0.884 s
org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testOperationDestroyRowElement -- Time elapsed: 0.802 s
org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testAttributeDestroyRowElement -- Time elapsed: 0.778 s
org.eclipse.papyrus.uml.nattable.tests.bugs.MoveElementInSynchronizedTableTest.testMoveElementInSynchronizedTable -- Time elapsed: 1.184 s
org.eclipse.papyrus.uml.nattable.tests.tests.UMLTableUtilsTest.testGetRealStereotypeProperty -- Time elapsed: 0.009 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest.sortColumns -- Time elapsed: 0.446 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest.sortRows -- Time elapsed: 0.275 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.InvertAxisGenericTableTest.invertAxis -- Time elapsed: 0.437 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertAxisTwiceGenericTableTest.invertAxis -- Time elapsed: 0.904 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest.editColumns -- Time elapsed: 0.370 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest.editRows -- Time elapsed: 0.545 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.OpenAndDeleteTest.testTableDeletion -- Time elapsed: 1.803 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AddElementsOnConnectedTableTest.testAddElements -- Time elapsed: 1.498 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetColorOnStereotypedClass -- Time elapsed: 1.220 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.availableColorTest -- Time elapsed: 0.770 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetPriorityOnStereotypedClass -- Time elapsed: 0.714 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetFlowPortDirection -- Time elapsed: 0.832 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.availablePriorityTest -- Time elapsed: 0.748 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.697 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.702 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.698 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.691 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.664 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.744 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.654 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.696 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest skipped
org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test6_SelectMultipleSortedElements -- Time elapsed: 1.260 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest skipped
org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test3_SelectElementInvertAxis -- Time elapsed: 0.516 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test1_SelectElement -- Time elapsed: 0.486 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test5_SelectSortedElement -- Time elapsed: 0.536 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test2_SelectMultipleElements -- Time elapsed: 0.585 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test4_SelectMultipleElementsInvertAxis -- Time elapsed: 0.904 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testStartWith_1_MatchingMode -- Time elapsed: 0.623 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_2_MatchingMode -- Time elapsed: 0.581 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_1_MatchingMode -- Time elapsed: 0.558 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexMatch_1_MatchingMode -- Time elapsed: 0.608 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexFind_2_MatchingMode -- Time elapsed: 0.634 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_5_MatchingMode -- Time elapsed: 0.612 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexFind_1_MatchingMode -- Time elapsed: 0.585 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_4_MatchingMode -- Time elapsed: 0.573 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testContainsMatchingMode -- Time elapsed: 0.555 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testStartWith_2_MatchingMode -- Time elapsed: 0.738 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_3_MatchingMode -- Time elapsed: 0.597 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_1 -- Time elapsed: 0.568 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_2 -- Time elapsed: 0.566 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_3 -- Time elapsed: 0.550 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_4 -- Time elapsed: 0.541 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_5 -- Time elapsed: 0.519 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_6 -- Time elapsed: 0.505 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test1 -- Time elapsed: 0.899 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test2 -- Time elapsed: 0.689 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test3 -- Time elapsed: 1.177 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test4 -- Time elapsed: 0.686 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test5 -- Time elapsed: 0.829 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test6 -- Time elapsed: 0.666 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test7 -- Time elapsed: 0.673 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test8 -- Time elapsed: 0.632 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test1 -- Time elapsed: 1.116 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test2 -- Time elapsed: 0.951 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test3 -- Time elapsed: 0.931 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test4 -- Time elapsed: 0.600 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test5 -- Time elapsed: 1.085 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test6 -- Time elapsed: 1.131 s
org.eclipse.papyrus.uml.nattable.generic.tests.tests.CellEditorsConfigurationTest.testCellEditorsConfiguration -- Time elapsed: 1.250 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.SortTableColumnTest.testSortColumn -- Time elapsed: 1.066 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.FillColumnsSizeTest.testFillColumnsSize -- Time elapsed: 0.676 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeInheritDisplayTest.testStereotypeProperties -- Time elapsed: 0.882 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeSubPackagesDisplayTest.testStereotypePropeties -- Time elapsed: 0.812 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.EnumerationContentItemsTest.testStereotypePropeties -- Time elapsed: 0.989 s
org.eclipse.papyrus.uml.nattable.generic.tests.bugs.PasteAttachedModeEnumTest.testPaste -- Time elapsed: 0.876 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyClipboard_Test.testPaste -- Time elapsed: 0.415 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteAll_Test.testPaste -- Time elapsed: 0.676 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test.testPaste -- Time elapsed: 0.696 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.760 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.490 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteAll_Test.testPaste -- Time elapsed: 0.544 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test.testPaste -- Time elapsed: 0.539 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.460 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.489 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAll_Test.testPaste -- Time elapsed: 0.695 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.509 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.498 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_Test.testPaste -- Time elapsed: 0.571 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_Test.testPaste -- Time elapsed: 0.527 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_Test.testPaste -- Time elapsed: 0.531 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAddAll_Test.testPaste -- Time elapsed: 0.457 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_Test.testPaste -- Time elapsed: 0.403 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.393 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_Test.testPaste -- Time elapsed: 0.411 s
org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_Test.testPaste -- Time elapsed: 0.367 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyClipboard_Test.testInsert -- Time elapsed: 0.370 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsReplaceAll_Test.testInsert -- Time elapsed: 0.634 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAddAll_Test.testInsert -- Time elapsed: 0.679 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsSkipAll_Test.testInsert -- Time elapsed: 0.580 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailColumns_Test.testInsert -- Time elapsed: 0.481 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailRows_Test.testInsert -- Time elapsed: 0.516 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAxisIdentifierNotExisting_Test.testInsert -- Time elapsed: 0.513 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsWarningNotExisting_Test.testInsert -- Time elapsed: 0.752 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyReplaceAll_Test.testInsert -- Time elapsed: 0.490 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAddAll_Test.testInsert -- Time elapsed: 0.449 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptySkipAll_Test.testInsert -- Time elapsed: 0.374 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyFailColumns_Test.testInsert -- Time elapsed: 0.354 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAxisIdentifierNotExisting_Test.testInsert -- Time elapsed: 0.357 s
org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyWarningNotExisting_Test.testInsert -- Time elapsed: 0.341 s
org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportCellsAll_Test.testImport -- Time elapsed: 0.627 s
org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsReplaceAll_Test.testImport -- Time elapsed: 0.676 s
org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsAddAll_Test.testImport -- Time elapsed: 0.710 s
org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsSkipAll_Test.testImport -- Time elapsed: 0.674 s
org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyReplaceAll_Test.testImport -- Time elapsed: 0.473 s
org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyAddAll_Test.testImport -- Time elapsed: 0.453 s
org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptySkipAll_Test.testImport -- Time elapsed: 0.384 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest.testMatrixContents -- Time elapsed: 0.576 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest.testOpeningMatrix -- Time elapsed: 0.520 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.CreateMatrixTableTests.testCreateANewMatrix -- Time elapsed: 0.536 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixAddPackage2AsRowSources -- Time elapsed: 0.856 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixContents -- Time elapsed: 0.587 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixRemovingAllRowSources -- Time elapsed: 1.599 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testOpeningMatrix -- Time elapsed: 0.878 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixAddPackage1AsColumnSources -- Time elapsed: 0.781 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixAddPackage1Package2AsColumnSources -- Time elapsed: 0.683 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testOpeningMatrix -- Time elapsed: 0.555 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixRemovingPackagesAsColumnSources -- Time elapsed: 0.828 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionRequiringToListenAllChangesTest -- Time elapsed: 1.038 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionTest -- Time elapsed: 0.712 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionThenEditingItTest -- Time elapsed: 0.708 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.testOpeningMatrix -- Time elapsed: 0.573 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionThenReplacingItTest -- Time elapsed: 0.739 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest.testDeleteARowSourceElement -- Time elapsed: 1.053 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest.testDeleteAColumnSourcePackage -- Time elapsed: 1.038 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteElementInsideAColumnSourcePackage -- Time elapsed: 1.309 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testAddElementOutsideColumnSourcePackages -- Time elapsed: 0.532 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteElementOutsideColumnSourcePackages -- Time elapsed: 0.868 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteAColumnSourcePackage -- Time elapsed: 0.948 s
org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testAddElementInsideAColumnSourcePackage -- Time elapsed: 0.510 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.EditInvalidPastedText_V1_V3_V1.test -- Time elapsed: 0.668 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.OpenTableTest.testOpenExistingTable -- Time elapsed: 0.260 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.OpenAndDeleteTest.testTableDeletion -- Time elapsed: 0.879 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.Bug_481017_ReloadEditorTest.reloadTableEditorTest -- Time elapsed: 0.489 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.NoDepth0TreeFillingConfigurationTest.testReopenedWithoutDepth0TreefillingConfiguration -- Time elapsed: 0.895 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.SortAxisClassTreeTableTest.sortColumns -- Time elapsed: 0.327 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest.editColumns -- Time elapsed: 0.718 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest.editRows -- Time elapsed: 0.872 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRequirementsWithNestedClassifier.testDeleteRequirementWithNestedRequirement -- Time elapsed: 0.940 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.RequirementsNestedClassifier.testNestedClassifierRequirement -- Time elapsed: 0.870 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testMultipleMoveSubElementParent -- Time elapsed: 1.112 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testSimpleMoveSubElementParent -- Time elapsed: 1.001 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testMultipleMoveSameParent -- Time elapsed: 1.011 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testSimpleMoveSameParent -- Time elapsed: 1.038 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.ChangeCategoryNotExpandedTest.testClassDestroyRowElement -- Time elapsed: 0.820 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testParameterDestroyRowElement -- Time elapsed: 0.741 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testClassDestroyRowElement -- Time elapsed: 0.698 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testOperationDestroyRowElement -- Time elapsed: 0.753 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testAttributeDestroyRowElement -- Time elapsed: 0.992 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest.testDisplayListOnSeparatedRowsNamedStyle -- Time elapsed: 0.569 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest.checkTestConsistency -- Time elapsed: 0.500 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest.testDestroyFeatureColumn -- Time elapsed: 1.519 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest.testDestroyStereotypePropertyColumn -- Time elapsed: 1.501 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests.testExpand_1_by_1 -- Time elapsed: 0.262 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests.testExpandAll -- Time elapsed: 0.225 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testCollapseAll -- Time elapsed: 0.605 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testInitialDisplayedContent -- Time elapsed: 0.463 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testExpandAll -- Time elapsed: 0.538 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest.testResizeColumnHeader -- Time elapsed: 0.700 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest.testResizeRowsHeader -- Time elapsed: 0.715 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest.testResizeColumnHeader -- Time elapsed: 1.072 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest.testResizeRowsHeader -- Time elapsed: 0.683 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest.testResizeColumnHeader -- Time elapsed: 0.607 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest.testResizeRowsHeader -- Time elapsed: 0.657 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest.testResizeColumnHeader -- Time elapsed: 0.636 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest.testResizeRowsHeader -- Time elapsed: 0.621 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC -- Time elapsed: 0.833 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC_NAME_DESC -- Time elapsed: 0.920 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC_NAME_ASC -- Time elapsed: 0.847 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC -- Time elapsed: 0.869 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC -- Time elapsed: 0.815 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC_NAME_ASC -- Time elapsed: 1.024 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC_NAME_DESC -- Time elapsed: 0.841 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC_TYPE_DESC -- Time elapsed: 0.799 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC -- Time elapsed: 0.749 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC_TYPE_ASC -- Time elapsed: 0.785 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC_TYPE_ASC -- Time elapsed: 0.789 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC_TYPE_DESC -- Time elapsed: 0.870 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.checkTestConsistency -- Time elapsed: 0.577 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC -- Time elapsed: 0.812 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC_NAME_DESC -- Time elapsed: 1.147 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC_NAME_ASC -- Time elapsed: 0.881 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC -- Time elapsed: 0.902 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC -- Time elapsed: 0.815 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC_NAME_ASC -- Time elapsed: 0.809 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC_NAME_DESC -- Time elapsed: 0.960 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC_TYPE_DESC -- Time elapsed: 0.966 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC -- Time elapsed: 0.853 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC_TYPE_ASC -- Time elapsed: 1.196 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC_TYPE_ASC -- Time elapsed: 0.845 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC_TYPE_DESC -- Time elapsed: 0.851 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.checkTestConsistency -- Time elapsed: 0.546 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_Test.openTable -- Time elapsed: 0.638 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_ASC_Test.openTable -- Time elapsed: 0.610 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_DESC_.openTable -- Time elapsed: 0.594 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_Test.openTable -- Time elapsed: 0.601 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_ASC_Test.openTable -- Time elapsed: 0.616 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_DESC_Test.openTable -- Time elapsed: 0.601 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_ASC_Test.openTable -- Time elapsed: 0.617 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_DESC.openTable -- Time elapsed: 0.819 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_Test.openTable -- Time elapsed: 0.603 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_ASC_Test.openTable -- Time elapsed: 0.613 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_DESC_Test.openTable -- Time elapsed: 0.613 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_Test.openTable -- Time elapsed: 0.604 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_Test.openTable -- Time elapsed: 0.600 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_ASC_Test.openTable -- Time elapsed: 0.589 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_DESC.openTable -- Time elapsed: 0.592 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_Test.openTable -- Time elapsed: 0.608 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_ASC_Test.openTable -- Time elapsed: 0.611 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_DESC_Test.openTable -- Time elapsed: 0.647 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_ASC_Test.openTable -- Time elapsed: 0.634 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_DESC.openTable -- Time elapsed: 0.887 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_Test.openTable -- Time elapsed: 0.642 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_ASC_Test.openTable -- Time elapsed: 0.614 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_DESC_Test.openTable -- Time elapsed: 0.626 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_Test.openTable -- Time elapsed: 0.588 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.527 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.496 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.checkTestConsistency -- Time elapsed: 0.472 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.500 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.470 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.checkTestConsistency -- Time elapsed: 0.509 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetSingleIntValue -- Time elapsed: 0.907 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetClassVisibility -- Time elapsed: 0.740 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetOwnedAttributes -- Time elapsed: 1.921 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetStereotypePropertyVisibility -- Time elapsed: 1.008 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetSingleString -- Time elapsed: 0.965 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.680 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test.testReset -- Time elapsed: 1.093 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.461 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test.createRootElement -- Time elapsed: 0.654 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.453 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test.createRootElement -- Time elapsed: 0.894 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.455 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test.createOperationElement -- Time elapsed: 0.888 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.447 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test.createOperationElement -- Time elapsed: 0.896 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.447 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test.createOperationElement -- Time elapsed: 0.667 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.525 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test.createOperationElement -- Time elapsed: 0.646 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.474 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test.createParameterElement -- Time elapsed: 0.745 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.484 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test.createParameterElement -- Time elapsed: 0.743 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.464 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test.createParameterElement -- Time elapsed: 0.631 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test.checkTestConsistency -- Time elapsed: 0.489 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test.createParameterElement -- Time elapsed: 0.756 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.502 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test.createParameterElement -- Time elapsed: 0.631 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.459 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test.createParameterElement -- Time elapsed: 0.692 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.460 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test.createParameterElement -- Time elapsed: 0.634 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test.checkTestConsistency -- Time elapsed: 0.487 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test.createParameterElement -- Time elapsed: 0.614 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.481 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1.test -- Time elapsed: 0.526 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1.checkTestConsitency -- Time elapsed: 0.440 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1.test -- Time elapsed: 0.543 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1.checkTestConsitency -- Time elapsed: 0.405 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1.test -- Time elapsed: 0.566 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1.checkTestConsitency -- Time elapsed: 0.446 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1.test -- Time elapsed: 0.685 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1.checkTestConsitency -- Time elapsed: 0.614 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1.test -- Time elapsed: 0.488 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1.checkTestConsitency -- Time elapsed: 0.401 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1.test -- Time elapsed: 0.485 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1.checkTestConsitency -- Time elapsed: 0.408 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1.test -- Time elapsed: 0.487 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1.checkTestConsitency -- Time elapsed: 0.426 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1.test -- Time elapsed: 0.516 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1.checkTestConsitency -- Time elapsed: 0.432 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1.test -- Time elapsed: 0.487 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1.checkTestConsitency -- Time elapsed: 0.436 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1.test -- Time elapsed: 0.500 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1.checkTestConsitency -- Time elapsed: 0.414 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1.test -- Time elapsed: 0.515 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1.checkTestConsitency -- Time elapsed: 0.434 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1.test -- Time elapsed: 0.571 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1.checkTestConsitency -- Time elapsed: 0.439 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.258 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testCopy -- Time elapsed: 0.914 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.937 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.871 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.892 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.747 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.061 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.656 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.667 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.658 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.676 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.510 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.718 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.627 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.667 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.724 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.961 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.546 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.684 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.652 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.740 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.728 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.656 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.544 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.716 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.689 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.946 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.737 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.637 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.500 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.815 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.737 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.725 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.734 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.761 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.841 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.795 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.755 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.770 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.755 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.733 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.629 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.777 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.834 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.797 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.762 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.777 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.863 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.859 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.783 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.835 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.792 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.837 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.752 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testDecrementUp -- Time elapsed: 0.747 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testCopy -- Time elapsed: 0.701 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testIncrementUp -- Time elapsed: 0.646 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.checkTestConsistency -- Time elapsed: 0.552 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testIncrementDown -- Time elapsed: 0.816 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testDecrementDown -- Time elapsed: 0.602 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testDecrementUp -- Time elapsed: 0.651 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testCopy -- Time elapsed: 0.610 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testIncrementUp -- Time elapsed: 0.622 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.checkTestConsistency -- Time elapsed: 0.507 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testIncrementDown -- Time elapsed: 0.598 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testDecrementDown -- Time elapsed: 0.596 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.773 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.775 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.759 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.756 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.751 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.654 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.786 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.745 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.747 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.777 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.774 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.689 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.440 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.166 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.063 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.226 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.887 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.233 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.285 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.248 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.520 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.164 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.518 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.157 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.264 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.216 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.083 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.218 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.976 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.231 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.928 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.226 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.535 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.159 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.519 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.168 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.657 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.216 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.777 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.224 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.635 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.191 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.595 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.160 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.978 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.153 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.560 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.176 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.873 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.217 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.813 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.217 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.866 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.214 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.965 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.219 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.709 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.223 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.708 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.215 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.398 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.151 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.487 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.156 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.436 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.149 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.471 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.170 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.647 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.218 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.588 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.216 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.382 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.222 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.499 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.220 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.890 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.219 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.112 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.215 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.574 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.169 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.566 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.169 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.021 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.162 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.626 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.156 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.931 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.214 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 0.822 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.216 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.900 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.246 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 0.835 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.232 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.743 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.234 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 0.692 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.230 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.410 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.153 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.472 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.149 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.462 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.153 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.637 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.185 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.820 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.240 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 1.463 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.149 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 1.354 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.159 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 1.162 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.161 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 1.218 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.168 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.673 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.164 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.939 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.192 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.780 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.218 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.721 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.185 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.740 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.158 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.656 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.162 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.495 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.158 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.461 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.158 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testNattableTooltipProvider -- Time elapsed: 3.183 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testTopLabelProvider -- Time elapsed: 1.863 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testDiagnostic -- Time elapsed: 1.603 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest.testUnsupportedColumnCellText -- Time elapsed: 0.512 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest.checkTestConsistency -- Time elapsed: 0.394 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_one_column_selection_hide_all_categories__create_new_element_1 -- Time elapsed: 0.584 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__hide_all_categories__create_new_element -- Time elapsed: 0.593 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest skipped
org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__create_new_column -- Time elapsed: 0.503 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__hide_all_categories -- Time elapsed: 0.479 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.one_row_selection -- Time elapsed: 0.474 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection -- Time elapsed: 0.468 s
org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__create_new_element -- Time elapsed: 0.545 s
org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedInterfaceTable -- Time elapsed: 3.879 s
org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedPortTable -- Time elapsed: 1.704 s
org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedAssociationTable -- Time elapsed: 1.653 s
org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedClassAndInterfaceTable -- Time elapsed: 2.329 s
org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedTimeObservationTable -- Time elapsed: 1.677 s
org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedClassTable -- Time elapsed: 1.746 s

Results:

Tests run: 635, Failures: 0, Errors: 0, Skipped: 120

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.uml.nattable.suite.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests >--
[INFO] Building org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT [161/175]
[INFO]   from ../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.valuespecification.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityUpperValueSpecificationGrammarTests.java:[22] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityUpperValueSpecificationGrammarTests.java:[80] 
	public DefaultXtextDirectEditorConfiguration getEditor() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/ValueSpecificationGrammarTests.java:[23] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/ValueSpecificationGrammarTests.java:[293] 
	public DefaultXtextDirectEditorConfiguration getEditor() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityLowerValueSpecificationGrammarTests.java:[22] 
	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityLowerValueSpecificationGrammarTests.java:[80] 
	public DefaultXtextDirectEditorConfiguration getEditor() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultXtextDirectEditorConfiguration is deprecated
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 313 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/target/org.eclipse.papyrus.uml.textedit.valuespecification.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests >--
[INFO] Building org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT [162/175]
[INFO]   from ../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] The project's OSGi version is 1.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.suite.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/org.eclipse.papyrus.uml.textedit.suite.tests-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.uml.textedit.suite.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.179 s -- in org.eclipse.papyrus.uml.textedit.suite.tests.AllTests
org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testDefaultValues -- Time elapsed: 2.423 s
org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testInitialText -- Time elapsed: 0.037 s
org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testMultiplicity -- Time elapsed: 0.086 s
org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testParser -- Time elapsed: 0.058 s
org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testDefaultValues -- Time elapsed: 0.231 s
org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testInitialText -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testMultiplicity -- Time elapsed: 0.070 s
org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testParser -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testDefaultValues -- Time elapsed: 0.241 s
org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testInitialText -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testParser -- Time elapsed: 0.083 s
org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testDefaultValues -- Time elapsed: 0.538 s
org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testInitialText -- Time elapsed: 0.129 s
org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testParser -- Time elapsed: 0.284 s
org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityLowerValueSpecificationGrammarTests.testParser -- Time elapsed: 0.137 s
org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityUpperValueSpecificationGrammarTests.testParser -- Time elapsed: 0.154 s

Results:

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.uml.textedit.suite.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.releng >--
[INFO] Building org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT [163/175]
[INFO]   from ../../tests/junit/plugins/uml/validation/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile >--
[INFO] Building org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT [164/175]
[INFO]   from ../../tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests.staticprofile
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysActiveMalformedImpl.java:[122] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 ProfileValidator.DIAGNOSTIC_SOURCE,
						 ProfileValidator.ALWAYS_ACTIVE_MALFORMED__CONSTRAINT_ALWAYS_ACTIVE_MF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActiveMF", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysActiveImpl.java:[122] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 ProfileValidator.DIAGNOSTIC_SOURCE,
						 ProfileValidator.ALWAYS_ACTIVE__CONSTRAINT_ALWAYS_ACTIVE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActive", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysPassiveJavaImpl.java:[122] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 ProfileValidator.DIAGNOSTIC_SOURCE,
						 ProfileValidator.ALWAYS_PASSIVE_JAVA__ALWAYS_PASSIVE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AlwaysPassive", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 99 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/target/org.eclipse.papyrus.uml.validation.tests.staticprofile-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation >--
[INFO] Building org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT [165/175]
[INFO]   from ../../tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests.genvalidation
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 203 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/target/org.eclipse.papyrus.uml.validation.tests.genvalidation-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests >--
[INFO] Building org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT [166/175]
[INFO]   from ../../tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/org/eclipse/papyrus/uml/validation/tests/Activator.java:[51] 
	org.eclipse.papyrus.infra.core.log.LogHelper log = new LogHelper();// use because there is an implicit dependency
	                                             ^^^
The value of the local variable log is not used
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 307 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/target/org.eclipse.papyrus.uml.validation.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests >--
[INFO] Building org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT [167/175]
[INFO]   from ../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.architecture.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/test-classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.architecture.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 71 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/org.eclipse.papyrus.uml.architecture.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.architecture.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests >----
[INFO] Building org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT    [168/175]
[INFO]   from ../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.generator/3.1.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.generator/5.1.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] The project's OSGi version is 1.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.suite.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1106 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/org.eclipse.papyrus.uml.suite.tests-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.uml.suite.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
No JFaces support for org.eclipse.jface.viewers.TableTreeViewer

(Eclipse:14502): Gtk-CRITICAL **: 13:00:13.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:13.178: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:13.185: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:13.406: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:13.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:13.419: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:13.524: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:13.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:13.769: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:13.774: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:40.882: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:40.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:41.994: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:42.021: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:42.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:42.931: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:42.944: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:43.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:43.652: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:44.400: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:44.416: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:45.111: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:00:45.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Tests run: 684, Failures: 0, Errors: 0, Skipped: 49, Time elapsed: 223.7 s -- in org.eclipse.papyrus.uml.suite.tests.AllTests
org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest.testUML -- Time elapsed: 0.079 s
org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest.test -- Time elapsed: 0.317 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest.testDeleteOneAddVariableValueAction -- Time elapsed: 0.062 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest.testDeleteOneCentralBufferNode -- Time elapsed: 0.011 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:command -- Time elapsed: 1.193 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:elements -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:stereotypes -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:undo -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:redo -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteInitialState -- Time elapsed: 0.306 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteS1 -- Time elapsed: 0.122 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteS2 -- Time elapsed: 0.106 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteFinalState -- Time elapsed: 0.102 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest.deleteFromContainmentSubset -- Time elapsed: 0.107 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest.deleteFromTwoContainmentSupersetsAtOnce -- Time elapsed: 0.090 s
org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationWritable -- Time elapsed: 0.067 s
org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationReadOnly_usecase -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationReadOnly -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createConnectorTargetReadOnly -- Time elapsed: 0.049 s
org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createConnectorSourceReadOnly -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteAssociationPropertyTypeTest.testDeletion -- Time elapsed: 0.028 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInCompositeDiagram -- Time elapsed: 5.091 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest skipped
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInClassDiagram -- Time elapsed: 1.426 s
org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInComponentDiagram -- Time elapsed: 1.178 s
org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationTest.testCreation -- Time elapsed: 0.063 s
org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationDirectedTest.testCreation -- Time elapsed: 0.008 s
org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeTest.testCreation -- Time elapsed: 0.007 s
org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeDirectedTest.testCreation -- Time elapsed: 0.005 s
org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedTest.testCreation -- Time elapsed: 0.005 s
org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedDirectedTest.testCreation -- Time elapsed: 0.007 s
org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteractionFragmentInOperand -- Time elapsed: 0.770 s
org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteAllOperandsOfCombinedFragment -- Time elapsed: 0.576 s
org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragment -- Time elapsed: 0.595 s
org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragmentNested -- Time elapsed: 0.497 s
org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteOperandsOfCombinedFragment -- Time elapsed: 0.501 s
org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragmentDeeplyNested -- Time elapsed: 0.493 s
org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteractionWithNesting -- Time elapsed: 0.583 s
org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteraction -- Time elapsed: 0.746 s
org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.stereotypeNotApplicableByProfileURI -- Time elapsed: 0.936 s
org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.matchExistingElement -- Time elapsed: 0.125 s
org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.stereotypeNotApplicableByQualifiedName -- Time elapsed: 0.711 s
org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.createNewElement -- Time elapsed: 0.477 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateClassInModel -- Time elapsed: 0.006 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateCentralBufferNodeInActivity -- Time elapsed: 0.009 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateCentralBufferNodeInActivityWithNode -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCannotCreateOperationRedefinableTemplateSignature_bug468071 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateOperationTemplateSignature_bug468071 -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateModelInClass -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenNodeAndArtifactInNode -- Time elapsed: 0.014 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageMergeBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.007 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDependencyBetweenClassesInPackage -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateProtocolConformanceBetweenPackageAndPackageInPackage -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInformationfloweBetweenClasses2InPackage -- Time elapsed: 0.005 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateUsageBetweenClassAndNullInPackage -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenPackageAndClassesInModel -- Time elapsed: 0.008 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenClassAndComponentInComponent -- Time elapsed: 0.010 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassesInPackage -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateUsageBetweenClassesInPackage -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageImportBetweenPackageAndPackageInPackage -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenComponentAndClassInComponent -- Time elapsed: 0.005 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateElementImportBetweenPackageAndPackageInPackage -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenNodeAndArtifactInArtifact -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassesInPackage -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassAndNullInClass -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenArtifactAndNodeInArtifact -- Time elapsed: 0.037 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtendBetweenClasses2InPackage -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateProtocolConformanceBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInformationfloweBetweenUseCases2InUseCase -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassesInPackage -- Time elapsed: 0.185 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenClassAndComponentInClass -- Time elapsed: 0.010 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRealizationBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtensionBetweenClassAndNullInNull -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtendBetweenUseCases2InUseCase -- Time elapsed: 0.008 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateElementImportBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAssociationBetweenClassesInPackage -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassesInClass -- Time elapsed: 0.008 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateManifestationBetweenArtifactAndPackage2InArtifact -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateSubstitutionBetweenClassesInPackage -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndNullInPackage -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndClassInClass -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageMergeBetweenPackageAndPackageInPackage -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRealizationBetweenClassesInPackage -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAssociationBetweenClassAndNullInPackage -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenArtifactAndNodeInNode -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateIncludeBetweenUseCases2InUseCase -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassesInClass -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtensionBetweenClassAndNullInClass -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDependencyBetweenClassAndNullInPackage -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageImportBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenComponentAndClass -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateSubstitutionBetweenClassAndNullInPackage -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInterfaceRealizationBetweenClassAndInterfaceInClass -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassesInPackage -- Time elapsed: 0.007 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndPackageInModel -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassesInClass -- Time elapsed: 0.006 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateManifestationBetweenClassAndPackage2InArtifact -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInterfaceRealizationBetweenUseCases2InUseCase -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateIncludeBetweenClasses2InPackage -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateProfileRelationshipTest.testCreateExtensionBetweenStereotypeAndMetaClassInPackage -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testMoveTemplateSignatureToOperation_bug468071 -- Time elapsed: 0.328 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testMoveRedefinableTemplateSignatureToClass_bug468071 -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testCannotMoveRedefinableTemplateSignatureToOperation_bug468071 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testSetTemplateSignatureOfOperation_bug468071 -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testSetRedefinableTemplateSignatureOfClass_bug468071 -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testCannotSetRedefinableTemplateSignatureOfOperation_bug468071 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest.deleteAssociation -- Time elapsed: 0.239 s
org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest.deleteAssociationTarget -- Time elapsed: 0.168 s
org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteReadOnlyElement -- Time elapsed: 0.638 s
org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteClassInTheModel -- Time elapsed: 0.778 s
org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteRootOfTheModel -- Time elapsed: 0.236 s
org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest skipped
org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest skipped
org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectRootTest -- Time elapsed: 0.728 s
org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectChildrenTest -- Time elapsed: 0.773 s
org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectImportedPackage -- Time elapsed: 0.779 s
org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectImportedPackageList -- Time elapsed: 0.668 s
org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectChildrenTestList -- Time elapsed: 0.621 s
org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutReadOnlyElement -- Time elapsed: 0.273 s
org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutClassTest -- Time elapsed: 0.754 s
org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutRootOfTheModel -- Time elapsed: 0.244 s
org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.copyPasteofClass1Test -- Time elapsed: 0.453 s
org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.pasteOnReadOnlyElement -- Time elapsed: 0.423 s
org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.copyPasteofClass1And2Test -- Time elapsed: 0.288 s
org.eclipse.papyrus.uml.modelexplorer.tests.paste.DiagramCopyPasteModelExplorerTest.copyPasteDiagramTest -- Time elapsed: 0.285 s
org.eclipse.papyrus.uml.modelexplorer.tests.paste.TableCopyPasteModelExplorerTest.copyPasteTableTest -- Time elapsed: 0.278 s
org.eclipse.papyrus.uml.modelexplorer.tests.paste.StereotypeCopyPasteModelExplorerTest.copyPasteofClass1Test -- Time elapsed: 0.938 s
org.eclipse.papyrus.uml.modelexplorer.tests.AdvancedModeTest.advancedModeDoesNotCollapseItself -- Time elapsed: 1.196 s
org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropInterface -- Time elapsed: 0.092 s
org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClass -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.testPropertyContentProvider -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClassAndInterface -- Time elapsed: 0.031 s
org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClassAndSuperclass -- Time elapsed: 0.054 s
org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.singleValuePropertyGraphicalTest -- Time elapsed: 0.050 s
org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.singleValuePropertyTest -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest skipped
org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.enumPropertyTest -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithBaseClassPropertyWithoutInheritedProperties -- Time elapsed: 0.218 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithoutBaseClassPropertyWithoutInheritedProperties -- Time elapsed: 0.194 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithBaseClassPropertyWithInheritedProperties -- Time elapsed: 0.176 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithoutBaseClassPropertyWithInheritedProperties -- Time elapsed: 0.156 s
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithStereotypes -- Time elapsed: 1.497 s
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchFromRegistererdToLocal -- Time elapsed: 1.889 s
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithStereotypeProperties -- Time elapsed: 1.654 s
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithMissingDefinitions -- Time elapsed: 1.505 s
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchFromLocalToRegistered -- Time elapsed: 2.100 s
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSimpleSwitch -- Time elapsed: 1.733 s
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesStereotypeIdentities -- Time elapsed: 1.335 s
org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithRequiredStereotypes -- Time elapsed: 1.566 s
org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testOverloadDoesNotClash -- Time elapsed: 0.033 s
org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testNameClash -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testElementOfDifferentKindDoesNotClash -- Time elapsed: 0.032 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest skipped
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoUnapplyProfile -- Time elapsed: 0.289 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotype -- Time elapsed: 0.314 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testStereotypeUnsetAttributeChange -- Time elapsed: 0.269 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotype -- Time elapsed: 0.266 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotypes -- Time elapsed: 0.269 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRemoveStereotype -- Time elapsed: 0.273 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddSysMLStereotype -- Time elapsed: 0.279 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testModifiedStereotype -- Time elapsed: 0.380 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotypeOnSeveralElements -- Time elapsed: 0.452 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotypes -- Time elapsed: 0.432 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testFakeBasedProperty -- Time elapsed: 0.243 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testRemoveStereotype -- Time elapsed: 0.244 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testRemoveSysMLStereotype -- Time elapsed: 0.331 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddSysMLStereotype -- Time elapsed: 0.251 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoModifiedStereotype -- Time elapsed: 0.243 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotypeOnSeveralElements -- Time elapsed: 0.347 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRedoAddStereotypeTiming -- Time elapsed: 0.394 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUnapplyProfile -- Time elapsed: 0.516 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRemoveSysMLStereotype -- Time elapsed: 0.447 s
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest skipped
org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testStereotypeListAttributeChange -- Time elapsed: 0.357 s
org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.twoProfilesUnapplied -- Time elapsed: 0.105 s
org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.moveProfileApplication -- Time elapsed: 0.103 s
org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.applyProfileThenMoveApplication -- Time elapsed: 0.102 s
org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.twoProfilesApplied -- Time elapsed: 0.084 s
org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.profileReplacedInAnApplication -- Time elapsed: 0.099 s
org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.simpleNewProfileApplication -- Time elapsed: 0.116 s
org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.simpleProfileUnapplication -- Time elapsed: 0.115 s
org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.profileAppliedThenReplacedInSameApplication -- Time elapsed: 0.098 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testEditToDisplaySingleString_1 -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testList -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testNull -- Time elapsed: 0.037 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testDisplayToEditString_1 -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testEmptyString -- Time elapsed: 0.045 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testClass2 -- Time elapsed: 0.044 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testClass3 -- Time elapsed: 0.031 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testMatchingElementstSingleValue1 -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testMatchingElementstSingleValue2 -- Time elapsed: 0.034 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_1 -- Time elapsed: 0.037 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_3 -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_4 -- Time elapsed: 0.039 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_5 -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_6 -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_7 -- Time elapsed: 0.043 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_8 -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testSplitString_1 -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testSplitString_2 -- Time elapsed: 0.043 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindConstraint_1 -- Time elapsed: 0.029 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindConstraint_2 -- Time elapsed: 0.031 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionMultiValueConverterEmptyString -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindPackage_1 -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindPackage_2 -- Time elapsed: 0.027 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionSingleValueConverterEmptyString -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest.profileLanguage -- Time elapsed: 0 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest.umlLanguage -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass1Test -- Time elapsed: 0.714 s
org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass2Test -- Time elapsed: 0.646 s
org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass3Test -- Time elapsed: 0.696 s
org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass4Test -- Time elapsed: 0.598 s
org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass1Test -- Time elapsed: 0.621 s
org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass2Test -- Time elapsed: 0.739 s
org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass3Test -- Time elapsed: 0.666 s
org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass4Test -- Time elapsed: 0.659 s
org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest.returnedTextTest -- Time elapsed: 0.691 s
org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest.returnedStyledTextTest -- Time elapsed: 0.705 s
org.eclipse.papyrus.uml.tools.tests.tests.DelegatingItemLabelProviderTest.notifyChange -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTest.copyingInterfaceRealizationDoesNotCorruptTheModel -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTestME.copyingInterfaceRealizationDoesNotCorruptTheModel -- Time elapsed: 0.528 s
org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithMultivaluedDataTypeContainmentFeatureTest -- Time elapsed: 1.246 s
org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithMultivaluedContainmentFeatureTest -- Time elapsed: 1.333 s
org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithSingleContainmentFeatureTest -- Time elapsed: 1.031 s
org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.reorderMultipleStereotypes -- Time elapsed: 0.217 s
org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfTooFewStereotypes -- Time elapsed: 0.198 s
org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfTooManyStereotypes -- Time elapsed: 0.192 s
org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.reorderSingleStereotype -- Time elapsed: 0.203 s
org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfStereotypesAcrossResources -- Time elapsed: 0.195 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.NameResolutionHelperTest.recursiveImportPackage -- Time elapsed: 0.030 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testIsAutoNamed -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testGetDefaultNameWithIncrement -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testAutoNameIncrement -- Time elapsed: 0 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testExistingElementHavingNameNotRenamed -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSuperstereotype -- Time elapsed: 0.061 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_notStrict_notApplicable -- Time elapsed: 0.264 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_notStrict_applicable -- Time elapsed: 0.267 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_strict_applicable -- Time elapsed: 0.243 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSubstereotype_notApplied -- Time elapsed: 0.069 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_strict_notApplicable -- Time elapsed: 0.321 s
org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSubstereotype_applied -- Time elapsed: 0.080 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestBadUnapplyProfile2ClosedDiagComment.testUnApplyStereotypeApplication -- Time elapsed: 1.633 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestDropStereotypedClass.testStereotypeApplicationOnClass -- Time elapsed: 0.679 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestProfileApplication.testProfileApplicationOnModel -- Time elapsed: 0.480 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestDisplayAsBrace.testBrace -- Time elapsed: 0.751 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestReopenAsBrace.testReopenStereotypeAsComment -- Time elapsed: 2.081 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestDisplayAsComment.testStereotypeApplicationOnClass -- Time elapsed: 0.675 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestReopenAsComment.testReopenStereotypeAsComment -- Time elapsed: 2.368 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestDisplayAsCompartment.testStereotypeApplicationOnClass -- Time elapsed: 1.007 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestReopenAsCompartment.testReopenStereotypeAsComment -- Time elapsed: 2.112 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.Test2StereotypeApplications.test2StereotypeApplicationsOnClass -- Time elapsed: 0.565 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication.testStereotypeApplicationOnPackage -- Time elapsed: 0.830 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication.testStereotypeApplicationOnClass -- Time elapsed: 0.065 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplicationQualifiedName.testQNStereotypeApplicationOnClass -- Time elapsed: 0.570 s
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype skipped
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype skipped
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance skipped
org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance skipped
org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testDiagramFileExtentionLabel -- Time elapsed: 0.230 s
org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testDiagramFileExtenstionForUML -- Time elapsed: 0.064 s
org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testOrderOfPages -- Time elapsed: 0.063 s
org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testDiagramFileExtentionLabel -- Time elapsed: 0.068 s
org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testDiagramFileExtenstionForUML -- Time elapsed: 0.064 s
org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testOrderOfPages -- Time elapsed: 0.065 s
org.eclipse.papyrus.uml.diagram.wizards.TestNewProjectWizard.testOrderOfPages -- Time elapsed: 0.092 s
org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testForSimpleModel -- Time elapsed: 0.070 s
org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testOrderOfPages -- Time elapsed: 0.074 s
org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testForModelWithDot -- Time elapsed: 0.070 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.missingSchema -- Time elapsed: 0.277 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.noCorruptionControlCase -- Time elapsed: 0.067 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.wrongProfileVersion -- Time elapsed: 0.230 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.missingProfileApplication -- Time elapsed: 0.225 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.deleteStereotypes -- Time elapsed: 0.051 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfileApplicationsMissingNamespace_bug434302 -- Time elapsed: 0.240 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.orphansOfWrongProfileVersion_bug436666 -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.badSchemaLocationInNonPackageFragment_bug459488 -- Time elapsed: 0.715 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfilesAndNestedApplicationsWellFormed_bug434302 -- Time elapsed: 0.403 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.registeredDynamicProfie_bug455329 -- Time elapsed: 0.097 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedPackageSchemaMissing_bug436666 -- Time elapsed: 0.443 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.incorrectZombieGroupingWithoutProfileNamespaceURIPattern_bug496307 -- Time elapsed: 0.066 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nonStereotypeApplicationsAreOK_bug436666 -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfileApplications2Pkgs1Profile_bug434302 -- Time elapsed: 0.404 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.crossReferencedPackageUnitWithoutOwnProfileApplication_bug458736 -- Time elapsed: 0.823 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.correctZombieGroupingWithProfileNamespaceURIPattern_bug496307 -- Time elapsed: 0.035 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.orphansOfValidSchema_bug436666 -- Time elapsed: 0.048 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.packageUnitWithoutOwnProfileApplication_bug455248 -- Time elapsed: 0.262 s
org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedPackageInProfileIsOK_bug436666 -- Time elapsed: 0.269 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionSameURISameVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionDifferentURIDifferentVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionDifferentURISameVersion -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionDifferentURISameVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonConstantBehavior -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareNoVersionSameURI -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionDifferentURIDifferentVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchCorrectNoMatchConstantBehavior -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchSingleVersionCorrectURIGivenVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchNoVersionCorrectURIDefaultVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchMultipleVersionCorrectURIGivenVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchMultipleVersionCorrectURIDefaultVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongLHS -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongRHS -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryExtensionPointCorrectMatch -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionSameURIDifferentVersion -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionSameURISameVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionSameURIDifferentVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryCorrectUnregisterAndRegister -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryExtensionPointRegistered -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongPattern -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchNoVersionCorrectURIGivenVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareNoVersionDifferentURI -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchSingleVersionCorrectURIDefaultVersion -- Time elapsed: 0 s
org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchCorrectNoMatchBehavior -- Time elapsed: 0 s
org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest.interactionOperand_contentProvider -- Time elapsed: 0.050 s
org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest.combinedFragment_contentProvider -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.properties.databinding.tests.MultiplicityObservableValueTest.testObservableValue -- Time elapsed: 0.518 s
org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionEndMultiplicityObservableValueTest.testObservableValue -- Time elapsed: 0.602 s
org.eclipse.papyrus.uml.properties.databinding.tests.NavigationObservableValueTest.testObservableValue -- Time elapsed: 0.553 s
org.eclipse.papyrus.uml.properties.databinding.tests.OwnerObservableValueTest.testObservableValue -- Time elapsed: 0.497 s
org.eclipse.papyrus.uml.properties.databinding.tests.KeywordObservableValueTest.testObservableValue -- Time elapsed: 0.504 s
org.eclipse.papyrus.uml.properties.databinding.tests.UMLLabelObservableValueTest.testObservableValue -- Time elapsed: 0.481 s
org.eclipse.papyrus.uml.properties.databinding.tests.ImageExpressionObservableValueTest.testObservableValue -- Time elapsed: 0.468 s
org.eclipse.papyrus.uml.properties.databinding.tests.ImageKindObservableValueTest.testObservableValue -- Time elapsed: 0.453 s
org.eclipse.papyrus.uml.properties.databinding.tests.ImageNameObservableValueTest.testObservableValue -- Time elapsed: 0.477 s
org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationElementIconObservableValueTest.testObservableValue -- Time elapsed: 0.761 s
org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationQualifiedNameObservableValueTest.testObservableValue -- Time elapsed: 0.760 s
org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationShadowObservableValueTest.testObservableValue -- Time elapsed: 0.740 s
org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionRequiredObservableValueTest.testObservableValue -- Time elapsed: 0.779 s
org.eclipse.papyrus.uml.properties.databinding.tests.ImportedPackageLocationObservableValueTest.testObservableValue -- Time elapsed: 0.450 s
org.eclipse.papyrus.uml.properties.databinding.tests.UnsettableStringObservableValueTest.testObservableValue -- Time elapsed: 0.754 s
org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableValueTest.testObservableValue -- Time elapsed: 0.510 s
org.eclipse.papyrus.uml.properties.databinding.tests.AnnotationObservableValueTest.testObservableValue -- Time elapsed: 0.486 s
org.eclipse.papyrus.uml.properties.databinding.tests.MaskValueObservableListTest.testObservableList -- Time elapsed: 0.782 s
org.eclipse.papyrus.uml.properties.databinding.tests.AppliedCommentsObservableListTest.testObservableList -- Time elapsed: 0.893 s
org.eclipse.papyrus.uml.properties.databinding.tests.OwnedCommentsObservableListTest.testObservableList -- Time elapsed: 0.847 s
org.eclipse.papyrus.uml.properties.databinding.tests.ProvidedInterfaceObservableListTest.testObservableList -- Time elapsed: 0.508 s
org.eclipse.papyrus.uml.properties.databinding.tests.RequiredInterfaceObservableListTest.testObservableList -- Time elapsed: 0.490 s
org.eclipse.papyrus.uml.properties.databinding.tests.ProfileApplicationObservableListTest.testObservableList -- Time elapsed: 0.508 s
org.eclipse.papyrus.uml.properties.databinding.tests.StereotypeApplicationObservableListTest.testObservableList -- Time elapsed: 0.466 s
org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableListTest.testObservableList -- Time elapsed: 0.416 s
org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CanonicalObservableValueTest.testObservableValue -- Time elapsed: 0.752 s
org.eclipse.papyrus.uml.diagram.properties.databinding.tests.ConnectionDecorationStyleObservableValueTest.testObservableValue -- Time elapsed: 1.014 s
org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomStringStyleCompartmentObservableValueTest.testObservableValue -- Time elapsed: 0.769 s
org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleCompartmentObservableValueTest.testObservableValue -- Time elapsed: 0.735 s
org.eclipse.papyrus.uml.diagram.properties.databinding.tests.DiagramLabelObservableValueTest.testObservableValue -- Time elapsed: 0.445 s
org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomBooleanStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.440 s
org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomDoubleStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.431 s
org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.454 s
org.eclipse.papyrus.uml.diagram.properties.databinding.tests.RulersUnitStyleObservableValueTest.testObservableValue -- Time elapsed: 0.613 s
org.eclipse.papyrus.uml.diagram.properties.databinding.tests.SwitchOrientationObservableValueTest.testObservableValue -- Time elapsed: 1.302 s
org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_papyrus -- Time elapsed: 0.713 s
org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_papyrus -- Time elapsed: 0.579 s
org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_dynamic -- Time elapsed: 0.769 s
org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_uml2 -- Time elapsed: 0.702 s
org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_papyrus -- Time elapsed: 0.914 s
org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_dynamic -- Time elapsed: 0.590 s
org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_uml2 -- Time elapsed: 0.893 s
org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_uml2 -- Time elapsed: 0.583 s
org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_dynamic -- Time elapsed: 0.406 s
org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.loadDecoratorAsMainModel -- Time elapsed: 0.340 s
org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication -- Time elapsed: 0.414 s
org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.unloadApplication -- Time elapsed: 0.353 s
org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_undo -- Time elapsed: 0.401 s
org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.unloadedApplicationNotAvailable -- Time elapsed: 0.537 s
org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.loadApplication -- Time elapsed: 0.488 s
org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_undo_redo -- Time elapsed: 0.363 s
org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.nestedPackageApplicationOfSameProfile_bug459613 -- Time elapsed: 0.389 s
org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_forNestedPackage -- Time elapsed: 0.379 s
org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication_undo -- Time elapsed: 0.426 s
org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication_undo_redo -- Time elapsed: 0.364 s
org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication -- Time elapsed: 0.347 s
org.eclipse.papyrus.uml.decoratormodel.tests.ProfileMigrationTest.migrateProfile -- Time elapsed: 0.376 s
org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.missingSchema -- Time elapsed: 0.474 s
org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.wrongProfileVersion -- Time elapsed: 0.410 s
org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.missingProfileApplication -- Time elapsed: 0.420 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackageAsync -- Time elapsed: 0.734 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackage_none -- Time elapsed: 0.584 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.removeResource -- Time elapsed: 0.614 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsAsync_uri -- Time elapsed: 0.465 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelName -- Time elapsed: 0.550 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.baseline -- Time elapsed: 0.568 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackage -- Time elapsed: 0.576 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNameAsync -- Time elapsed: 0.463 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.appliedProfilesByResourceIndex -- Time elapsed: 0.555 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModels -- Time elapsed: 0.512 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsAsync -- Time elapsed: 0.572 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.allAppliedProfiles -- Time elapsed: 0.629 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNames -- Time elapsed: 0.718 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModels_uri -- Time elapsed: 0.626 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNamesAsync -- Time elapsed: 0.437 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.listener -- Time elapsed: 0.775 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.allAppliedProfilesAsync -- Time elapsed: 0.462 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.addNewResource -- Time elapsed: 0.872 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackageAsync_none -- Time elapsed: 0.577 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest.copy_subsetOfProfiles -- Time elapsed: 0.596 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest.copy_allProfiles -- Time elapsed: 0.606 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasUnloadedDecoratorModelsAsync_recursive -- Time elapsed: 0.657 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelFor -- Time elapsed: 0.424 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelURI -- Time elapsed: 0.447 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testInternalizeProfileApplications -- Time elapsed: 0.481 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasUnloadedDecoratorModelsAsync -- Time elapsed: 0.577 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testExternalizeProfileApplication -- Time elapsed: 0.523 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorPackages -- Time elapsed: 0.419 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorModelAppliedProfiles -- Time elapsed: 0.367 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncResource -- Time elapsed: 0.594 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetExternalizationProfile -- Time elapsed: 0.423 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelResource -- Time elapsed: 0.416 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorModelProfileApplications -- Time elapsed: 0.390 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncPackage -- Time elapsed: 0.619 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetLoadedDecoratorModels -- Time elapsed: 0.424 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetLoadedSubUnitPackages -- Time elapsed: 0.462 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModels -- Time elapsed: 0.607 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasExternalizationProfile -- Time elapsed: 0.368 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncIterableOfResource -- Time elapsed: 0.747 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUserModelResources -- Time elapsed: 0.384 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorProfileApplications -- Time elapsed: 0.365 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.stereotypeApplication_inNestedPackage -- Time elapsed: 0.164 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.stereotypeApplication_inNonPackageSubmodelUnit_bug459613 -- Time elapsed: 0.150 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.applyStereotype_resourceSet -- Time elapsed: 0.151 s
org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.applyStereotype_freeFloating -- Time elapsed: 0.148 s
org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_decoratorModelUML -- Time elapsed: 0.247 s
org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_decoratorModelNotation -- Time elapsed: 0.259 s
org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_userModelUML -- Time elapsed: 0.248 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.decoratorIndexing -- Time elapsed: 0.429 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.userModelIndexing -- Time elapsed: 0 s
org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.decoratorAsUserModelIndexing -- Time elapsed: 0 s
org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest.migrateProfileExtendingDynamic_bug481302 -- Time elapsed: 0.283 s
org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest skipped
org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest.migrateProfileExtendingStatic_bug481302 -- Time elapsed: 0.377 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_allDecoratorsLoaded -- Time elapsed: 0.710 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_allDecoratorsUnloaded -- Time elapsed: 2.517 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_someDecoratorsLoaded -- Time elapsed: 1.072 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_someDecoratorsLoaded -- Time elapsed: 1.166 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_allDecoratorsUnloaded -- Time elapsed: 1.425 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_someDecoratorsLoaded -- Time elapsed: 1.701 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_allDecoratorsLoaded -- Time elapsed: 0.643 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_allDecoratorsUnloaded -- Time elapsed: 2.082 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_allDecoratorsUnloaded -- Time elapsed: 1.332 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_someDecoratorsLoaded -- Time elapsed: 2.017 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_allDecoratorsLoaded -- Time elapsed: 0.578 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_allDecoratorsLoaded -- Time elapsed: 0.553 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.nonBaseElementStereotypeCrossReferences -- Time elapsed: 1.109 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.classUnitExternalizeParentUnitProfileApplication_bug459613 -- Time elapsed: 0.342 s
org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.nestedPackagesInheritingExternalProfileApplications -- Time elapsed: 1.244 s
org.eclipse.papyrus.uml.validation.tests.rules.TestOCLConstraintOnInstanceSpec skipped
org.eclipse.papyrus.uml.validation.tests.rules.TestOCLValidationRuleFromFile skipped
org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile skipped
org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile skipped
org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules skipped
org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules skipped
org.eclipse.papyrus.uml.validation.tests.rules.TestStereotypeValidation skipped
org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest.testResolveProfile__Object -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest.testMatches__Object -- Time elapsed: 0.009 s
org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterResourceURI_bug480221 -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterDoesNotLoadProfiles_miss_bug480221 -- Time elapsed: 0.023 s
org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterDoesNotLoadProfiles_hit_bug480221 -- Time elapsed: 0.021 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.popupsGenerated -- Time elapsed: 0.008 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionTargetFilters -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.popupFilters -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionSourceFilters -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionsGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.popupsGenerated -- Time elapsed: 0.026 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionTargetFilters -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.distinctConnectionHintsGenerated -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.popupFilters -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionSourceFilters -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.distinctPopupHintsGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionsGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.popupsGenerated -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionTargetFilters -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.popupFilters -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionSourceFilters -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionsGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Indirect>> Generalization] -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Indirect>> GeneralizationSet] -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> ControlFlow] -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> ObjectFlow] -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> Transition] -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> Message] -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Indirect>> Connector] -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.iconGenerated -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.typeSetAttributes -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0.009 s
org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.multipleElementTypesForOneStereotypeGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.stereotypeAdviceGenerated -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.elementTypesGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.stereotypeMatcherGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.stereotypeAdviceNotGenerated -- Time elapsed: 0.005 s
org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.distinctHintsGenerated -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.stereotypeMatcherNotGenerated -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.iconGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.elementTypesGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.iconGenerated -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.stereotypeAdviceGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.elementTypesGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.stereotypeMatcherGenerated -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.elementTypeSpecializedTypes -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.stereotypeAdviceGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.stereotypeMatcherGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.iconGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.typeSetAttributes -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.multipleElementTypesForOneStereotypeGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.stereotypeAdviceGenerated -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.elementTypesGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.stereotypeMatcherGenerated -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRemovedStereotypes -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRenamedStereotypes -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testAddedExtensions -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testAddedStereotypes -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRemovedExtension -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypeNames -- Time elapsed: 0.037 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypes -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest skipped
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfileNames -- Time elapsed: 0.045 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testProfileCatalog -- Time elapsed: 0.040 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testLookupStereotype -- Time elapsed: 0.019 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testLookupStereotypeInAppliedProfile -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testProfileCopy -- Time elapsed: 0.038 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfiles -- Time elapsed: 0.025 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetNamedElement -- Time elapsed: 0.024 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testIsModelsExist -- Time elapsed: 0.022 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypeQualifiedNames -- Time elapsed: 0.020 s
org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfileQualifiedNames -- Time elapsed: 0.050 s
org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testCopyResources -- Time elapsed: 0.820 s
org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testCopyResource -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testGetProject -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testEclipseProject -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetUmlModelWithIFile -- Time elapsed: 0.044 s
org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerString -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerURI -- Time elapsed: 0.004 s
org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetNamedElementByNameString -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetUmlModel -- Time elapsed: 0.049 s
org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerStringModels -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetNamedElementByNameWithSterotype -- Time elapsed: 0.018 s
org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreation -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateClass -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateModel -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreatePackage -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCd -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorResourceFailing -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorStringString -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorResource -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateDatatype -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testCompoundTypeProvider -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testGetTypes -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testAddITypeProvider -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testIterator -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest.testSimpleModelVisitor -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetStereotypeName -- Time elapsed: 0.005 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetProfileName -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testAddPropertyChangeListenerPropertyChangeListener -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetQualifiedNameComplex -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testClear -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURLString -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testToString -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetStereotypeName -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testAddPropertyChangeListenerStringPropertyChangeListener -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURL -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testRemovePropertyChangeListenerPropertyChangeListener -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetQualifiedNameSimple -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetProfileName -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testRemovePropertyChangeListenerStringPropertyChangeListener -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testComputeQualifiedName -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetQualifiedName -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURLStringString -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testGetTypes -- Time elapsed: 0.002 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testTypeProvider -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testIterator -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testGetTypes -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testAddType -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testAddTypeFromConstructor -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testTypeProvider -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testTypeProviderTypeArray -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testIterator -- Time elapsed: 0 s
org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest.testUMLPrimitiveTypesModel -- Time elapsed: 0.013 s
org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest.testGetLibraryPackage -- Time elapsed: 0.012 s
org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangePreferencesTest.testUseInternationalizationModification -- Time elapsed: 0.493 s
org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangeLanguageTest.testLanguageModification -- Time elapsed: 0.406 s
org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest.rebuildAdapters -- Time elapsed: 0.435 s
org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest.normalAdapters -- Time elapsed: 0.392 s
org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationAdapterTest.testLabelProviderAdapter -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest skipped
org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest skipped
org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest skipped
org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest skipped
org.eclipse.papyrus.uml.alf.tests.SemanticTest skipped
org.eclipse.papyrus.uml.alf.tests.SemanticTest skipped
org.eclipse.papyrus.uml.alf.tests.SingleTest skipped
org.eclipse.papyrus.uml.alf.tests.SingleTest skipped
org.eclipse.papyrus.uml.alf.tests.SyntacticTest skipped
org.eclipse.papyrus.uml.alf.tests.SyntacticTest skipped
org.eclipse.papyrus.uml.alf.tests.generator.GenerationTest skipped
org.eclipse.papyrus.uml.alf.tests.generator.GenerationTest skipped
org.eclipse.papyrus.uml.alf.tests.AllTests skipped
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test10 -- Time elapsed: 0.603 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test11 -- Time elapsed: 0.671 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test12 -- Time elapsed: 0.547 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test13 -- Time elapsed: 0.596 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test1 -- Time elapsed: 0.607 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test2 -- Time elapsed: 0.596 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test3 -- Time elapsed: 0.596 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test4 -- Time elapsed: 0.591 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test5 -- Time elapsed: 0.739 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test6 -- Time elapsed: 0.633 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test7 -- Time elapsed: 0.561 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test8 -- Time elapsed: 0.608 s
org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test9 -- Time elapsed: 0.613 s
org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test1 -- Time elapsed: 0.614 s
org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test2 -- Time elapsed: 0.621 s
org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test3 -- Time elapsed: 0.606 s
org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test4 -- Time elapsed: 0.592 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndNoContext -- Time elapsed: 0.003 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.noMetaclassAndNoContextTest -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndValidContext_1 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndValidContext_2 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndInvalidContext -- Time elapsed: 0 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndNoContext -- Time elapsed: 0.001 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.noMetaclassAndNoContextTest -- Time elapsed: 0 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndValidContext_2 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndInValidContext_1 -- Time elapsed: 0 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test10 -- Time elapsed: 0.598 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test11 -- Time elapsed: 0.588 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test12 -- Time elapsed: 0.583 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test13 -- Time elapsed: 0.607 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test14 -- Time elapsed: 0.725 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test1 -- Time elapsed: 0.573 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test2 -- Time elapsed: 0.586 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test3 -- Time elapsed: 0.551 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test4 -- Time elapsed: 0.603 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test5 -- Time elapsed: 0.563 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test6 -- Time elapsed: 0.604 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test7 -- Time elapsed: 0.583 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test8 -- Time elapsed: 0.540 s
org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test9 -- Time elapsed: 0.582 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test1 -- Time elapsed: 0.602 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test2 -- Time elapsed: 0.563 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test3 -- Time elapsed: 0.531 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test4 -- Time elapsed: 0.604 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test5 -- Time elapsed: 0.730 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test6 -- Time elapsed: 0.560 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test7 -- Time elapsed: 0.586 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test8 -- Time elapsed: 0.556 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test9 -- Time elapsed: 0.545 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test10 -- Time elapsed: 0.579 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test11 -- Time elapsed: 0.622 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test12 -- Time elapsed: 0.585 s
org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test13 -- Time elapsed: 0.576 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test10 -- Time elapsed: 0.582 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test11 -- Time elapsed: 0.539 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test12 -- Time elapsed: 0.552 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test13 -- Time elapsed: 0.588 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test1 -- Time elapsed: 0.571 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test2 -- Time elapsed: 0.847 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test3 -- Time elapsed: 0.599 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test4 -- Time elapsed: 0.596 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test5 -- Time elapsed: 0.558 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test6 -- Time elapsed: 0.550 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test7 -- Time elapsed: 0.538 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test8 -- Time elapsed: 0.636 s
org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test9 -- Time elapsed: 0.555 s
org.eclipse.papyrus.uml.architecture.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.151 s
org.eclipse.papyrus.uml.types.core.matchers.stereotype.tests.StereotypeMatcherEditHelperAdviceTest.nestedPackageInProfileContext -- Time elapsed: 0.016 s

Results:

Tests run: 684, Failures: 0, Errors: 0, Skipped: 49


(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.955: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.957: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.960: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.962: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.964: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.966: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.969: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.971: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.974: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.976: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.984: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:18.988: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:19.027: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:19.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(Eclipse:14502): Gtk-CRITICAL **: 13:02:19.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.uml.suite.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests.releng >--
[INFO] Building org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT [169/175]
[INFO]   from ../../tests/junit/plugins/uml/alf/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests >--
[INFO] Building org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT [170/175]
[INFO]   from ../../tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.uml.alf.backend.tests
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/target/org.eclipse.papyrus.uml.alf.backend.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.backend.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests >--
[INFO] Building org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT [171/175]
[INFO]   from ../../tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202405011209
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.generation/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] The project's OSGi version is 2.0.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.views.properties.toolsmiths.tests
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/qvt/TransformationsTests.java:[274] 
	DataContextElement st3Element = findContextElement(context, "Stereotype3");
	                   ^^^^^^^^^^
The value of the local variable st3Element is not used
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 311 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/target/org.eclipse.papyrus.views.properties.toolsmiths.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests >---
[INFO] Building org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT  [172/175]
[INFO]   from ../../tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.papyrus.emf.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.guava/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.jar/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.communication/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.canonical/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.gmf/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.developer.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.interactionoverview/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.jface.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.architecture.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.style/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewlabelprovider/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.generation/3.0.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable/6.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sashwindows.di/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.component/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.edit/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.openelement/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.resourceloading/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.richtext/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.gmfdiag/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.perspectiveconfiguration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.architecture/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.common/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.doc/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.types.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.services.decoration/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.api.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.aggregate.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.emf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.templaterepository/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.preferences/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.properties/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.icons/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture/3.3.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common/5.1.200.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.filters/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.menu/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.oclconstraintevaluation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.types/5.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.modelexplorer/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.extensionpoints.editors/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.editor/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.markerlistener/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.expansion/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.validation.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.jar/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.eclipse.project.editors/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.decoration/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.feature.feature.jar/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.documentation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.jar/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common/4.3.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.group/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.menu/3.0.200.202405011158
[WARNING]   org.eclipse.papyrus.uml.controlmode.profile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.common.groups/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.utils/3.3.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.nattable.generic.config/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.javaconstraint/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.modelexplorer/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.customization.doc/0.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.viewersearcher/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.psf/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.to.fuml/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.model.xwt/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.architecture.edit/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.feature.feature.group/1.1.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.stereotype.edition/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.viewersearch/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.group/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.port.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.generic/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.rulebased/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.gef/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.theme/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.feature.feature.jar/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.dsml.validation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.jar/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.localizer/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.feature.feature.jar/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence/7.2.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.sequence.restrictions/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.libraries/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.feature.feature.group/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.feature.feature.group/3.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.nattable/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.types.core/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types.ui/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.emf/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.jar/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css3.xtext/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.core/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.modelexplorer/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.extensionpoints/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.profilemigration.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.statemachine/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.assistants.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.jar/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.tools/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.widgets/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.navigation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.message.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.types.core/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.symbols.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.timing/2.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.properties.ui/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.dnd/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.xtext.integration.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.common.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer.newchild/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.validation/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.req.reqif.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.commands/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.properties/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.feature.feature.group/3.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.perspective/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.group/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.core/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.hyperlink/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.activity/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.pde.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.valuespecification/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.catalog/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.diagram.common/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.feature.feature.group/3.0.300.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui/3.5.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.outline/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile.ui/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.service.validation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.widgets.celleditors/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.resources/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets/4.3.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.sdk.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.references.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.resourceloading.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.common/6.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.appearance/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.java.sdk.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.feature.feature.group/4.1.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.viewpoints.feature.feature.group/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.navigation/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.readonly/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.architecture/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.assistant.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.labelprovider/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.group/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.utils/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelrepair.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.composite/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.wizards/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.menu/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.tools.utils/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.property.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.common.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.configuration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.linklf/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.css/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.editor/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widgets.toolbox/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.architecture.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.parameter.xtext/3.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.representation.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.migration.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.search/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.internationalization/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.state.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.emf.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.feature.feature.group/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.edit/4.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.export/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.doc.feature.feature.group/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.widgets/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.custom.metamodel.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.readonly/2.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.views.editor/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.properties/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.views.modelexplorer/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.junit.framework/2.2.0.202405011209
[WARNING]   org.eclipse.papyrus.uml.diagram.deployment/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.navigation.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.ui.fonts/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.feature.feature.group/3.3.100.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.query.ocl.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.filters.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.sdk.feature.feature.jar/6.7.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.sync/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.common.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.transition.xtext/2.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.semantic/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.clazz.config/6.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.util.swt/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf/4.0.100.202405011158
[WARNING]   org.eclipse.papyrus.editor.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.controlmode/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.newchild.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.toolsmiths.plugin.builder.doc/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.copypaste.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.decoratormodel.properties/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.constraints.edit/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.search.ui.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.doc/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.feature.feature.jar/5.1.100.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.clazz/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.internationalization.feature.feature.group/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile.drafter/2.2.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.feature.feature.group/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.group/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.ui.feature.feature.jar/1.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.commands/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.expressions.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.profile/4.2.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.xtext.integration/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable.model.edit/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.diagram.profile/5.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.properties.feature.feature.jar/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.css.model/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.ui/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.editor.welcome.nattable/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.onefile/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.widget.feature.feature.jar/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.stereotype.display/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.documentation.profile/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.expressions.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.export/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.architecture.representation/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.efacet.metamodel/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode/3.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.gmfdiag.properties/5.1.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.services.controlmode.history/3.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.import/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.core.log/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf.types/5.0.100.202405011158
[WARNING]   org.eclipse.papyrus.infra.emf/4.4.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.alf.ui/4.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.nattable/7.1.100.202405011158
[WARNING]   org.eclipse.papyrus.views.properties.services/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.architecture.feature.feature.jar/1.0.0.202405011158
[WARNING]   org.eclipse.papyrus.infra.internationalization.edit/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.emf.facet.common.core/2.0.0.202405011158
[WARNING]   org.eclipse.papyrus.uml.nattable.matrix/2.0.0.202405011158
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] The project's OSGi version is 1.1.0.202405011212
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] Resolving class path of org.eclipse.papyrus.views.suite.tests
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.properties.generation/3.0.0-SNAPSHOT/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0-SNAPSHOT/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.suite.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1103 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/org.eclipse.papyrus.views.suite.tests-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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/.m2/repository/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-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

Running org.eclipse.papyrus.views.suite.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
SWT call to Webkit timed out after 10000ms. No return value will be provided.
Possible reasons:
1) Problem: Your javascript needs more than 10000ms to execute.
   Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown 
     and the return value of execute()/evalute() will be false/null.

2) However, if you believe that your application should execute as expected (in under10000 ms),
 then it might be a deadlock in SWT/Browser/webkit2 logic.
 I.e, it might be a bug in SWT (e.g this does not occur on Windows/Cocoa, but occurs on Linux). If you believe it to be a bug in SWT, then
Please report this issue *with steps to reproduce* via:
 https://bugs.eclipse.org/bugs/enter_bug.cgi?alias=&assigned_to=platform-swt-inbox%40eclipse.org&attach_text=&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=NEW&comment=&component=SWT&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&defined_groups=1&dependson=&description=&flag_type-1=X&flag_type-11=X&flag_type-12=X&flag_type-13=X&flag_type-14=X&flag_type-15=X&flag_type-16=X&flag_type-2=X&flag_type-4=X&flag_type-6=X&flag_type-7=X&flag_type-8=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Linux&product=Platform&qa_contact=&rep_platform=PC&requestee_type-1=&requestee_type-2=&short_desc=webkit2_BrowserProblem
For bug report, please atatch this stack trace:
java.lang.Throwable: 
	at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:300)
	at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:293)
	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1275)
	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1033)
	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1003)
	at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1302)
	at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405)
	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665)
	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614)
	at org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration.customizeToolbar(RichTextEditorConfiguration.java:525)
	at org.eclipse.nebula.widgets.richtext.RichTextEditor$1.function(RichTextEditor.java:273)
	at org.eclipse.swt.browser.WebKit.RequestProc(WebKit.java:461)
	at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native Method)
	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1285)
	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1033)
	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1003)
	at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1302)
	at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405)
	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665)
	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614)
	at org.eclipse.nebula.widgets.richtext.RichTextEditor$3.completed(RichTextEditor.java:297)
	at org.eclipse.swt.browser.WebKit.lambda$7(WebKit.java:1772)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296)
	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture$9.run(PapyrusEditorFixture.java:1548)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5960)
	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.ensurePapyrusPerspective(PapyrusEditorFixture.java:1537)
	at org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.initTests(DocumentationViewTests.java:72)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1492)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1465)

 Additional information about the error is as following:
 The following javascript was executed:
function SWTWebkit2TempFunc11(){CKEDITOR.instances.editor.addCommand('SpellCheckCommand', {exec: function(edt) {javaExecutionStarted();SpellCheckCommand();javaExecutionFinished()}});CKEDITOR.instances.editor.ui.addButton('SpellCheckButton', {label: 'Check Spelling',command: 'SpellCheckCommand',toolbar: 'other',icon: 'file:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/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-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/configuration/org.eclipse.osgi/20/0/.cp/icons/hyperlink_16x16.gif',});}; SWTWebkit2TempFunc11()


SWT call to Webkit timed out after 10000ms. No return value will be provided.
Possible reasons:
1) Problem: Your javascript needs more than 10000ms to execute.
   Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown 
     and the return value of execute()/evalute() will be false/null.

2) However, if you believe that your application should execute as expected (in under10000 ms),
 then it might be a deadlock in SWT/Browser/webkit2 logic.
 I.e, it might be a bug in SWT (e.g this does not occur on Windows/Cocoa, but occurs on Linux). If you believe it to be a bug in SWT, then
Please report this issue *with steps to reproduce* via:
 https://bugs.eclipse.org/bugs/enter_bug.cgi?alias=&assigned_to=platform-swt-inbox%40eclipse.org&attach_text=&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=NEW&comment=&component=SWT&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&defined_groups=1&dependson=&description=&flag_type-1=X&flag_type-11=X&flag_type-12=X&flag_type-13=X&flag_type-14=X&flag_type-15=X&flag_type-16=X&flag_type-2=X&flag_type-4=X&flag_type-6=X&flag_type-7=X&flag_type-8=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Linux&product=Platform&qa_contact=&rep_platform=PC&requestee_type-1=&requestee_type-2=&short_desc=webkit2_BrowserProblem
For bug report, please atatch this stack trace:
java.lang.Throwable: 
	at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:300)
	at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:293)
	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1275)
	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1033)
	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1003)
	at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1302)
	at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405)
	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665)
	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614)
	at org.eclipse.nebula.widgets.richtext.RichTextEditor$3.completed(RichTextEditor.java:297)
	at org.eclipse.swt.browser.WebKit.lambda$7(WebKit.java:1772)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296)
	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture$9.run(PapyrusEditorFixture.java:1548)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5960)
	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.ensurePapyrusPerspective(PapyrusEditorFixture.java:1537)
	at org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.initTests(DocumentationViewTests.java:72)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1492)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1465)

 Additional information about the error is as following:
 The following javascript was executed:
function SWTWebkit2TempFunc9(){initEditor();}; SWTWebkit2TempFunc9()


Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.62 s -- in org.eclipse.papyrus.views.suite.tests.AllTests
org.eclipse.papyrus.views.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_rootTest -- Time elapsed: 13.15 s
org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteDiagramTest -- Time elapsed: 2.039 s
org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteTableTest -- Time elapsed: 1.520 s
org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteLinkItemTest -- Time elapsed: 0.901 s
org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteRootOfTheModel -- Time elapsed: 1.066 s
org.eclipse.papyrus.views.modelexplorer.tests.OpendiagramTest.testOpendiagramTest -- Time elapsed: 0.396 s
org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.documentationViewTests -- Time elapsed: 11.84 s
org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.handleXWTFileFromResourceSet -- Time elapsed: 1.223 s
org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.handleXWTFileFromResource -- Time elapsed: 0.207 s
org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.generateEcoreContext -- Time elapsed: 0.166 s
org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.generateProfileContext -- Time elapsed: 0.590 s

Results:

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.suite.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.papyrus.views.suite.tests' with 0 classes
[INFO] 
[INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.documentation.tests.releng >--
[INFO] Building org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT [173/175]
[INFO]   from ../../tests/junit/plugins/views/documentation/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/tests/junit/plugins/views/documentation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.documentation.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.releng >------
[INFO] Building org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT  [174/175]
[INFO]   from main-tests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.tests.releng ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/tests/main-tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.main.tests.releng ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.targetplatform >--
[INFO] Building org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT [175/175]
[INFO]   from main-tests/targetPlatform/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.tests.targetplatform ---
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.targetplatform ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new/releng/tests/main-tests/targetPlatform/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.main.tests.targetplatform ---
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.main.tests.targetplatform ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT .... SUCCESS [  1.690 s]
[INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT SUCCESS [ 19.345 s]
[INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SUCCESS [  7.963 s]
[INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT SUCCESS [  9.414 s]
[INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SUCCESS [  8.766 s]
[INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SUCCESS [  7.606 s]
[INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SUCCESS [  6.729 s]
[INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT  SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT SUCCESS [ 11.207 s]
[INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SUCCESS [ 10.394 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT SUCCESS [  8.855 s]
[INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SUCCESS [  0.591 s]
[INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SUCCESS [ 11.025 s]
[INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SUCCESS [ 10.097 s]
[INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SUCCESS [ 10.789 s]
[INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SUCCESS [  9.694 s]
[INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT SUCCESS [  9.449 s]
[INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SUCCESS [  9.673 s]
[INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT SUCCESS [ 10.093 s]
[INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT SUCCESS [  7.891 s]
[INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT SUCCESS [  9.643 s]
[INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SUCCESS [  9.782 s]
[INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT SUCCESS [  8.260 s]
[INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SUCCESS [  0.012 s]
[INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SUCCESS [ 19.712 s]
[INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SUCCESS [  5.583 s]
[INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT SUCCESS [  8.286 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  9.927 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT SUCCESS [  9.099 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SUCCESS [  9.149 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SUCCESS [  7.859 s]
[INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT SUCCESS [  8.778 s]
[INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SUCCESS [  7.269 s]
[INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SUCCESS [  7.138 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SUCCESS [  7.543 s]
[INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT SUCCESS [  7.150 s]
[INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  7.869 s]
[INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SUCCESS [  6.032 s]
[INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SUCCESS [  8.365 s]
[INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SUCCESS [  8.627 s]
[INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SUCCESS [  6.137 s]
[INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SUCCESS [  7.789 s]
[INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SUCCESS [  7.470 s]
[INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SUCCESS [  7.586 s]
[INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SUCCESS [  8.073 s]
[INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SUCCESS [  6.229 s]
[INFO] org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT . SUCCESS [  7.111 s]
[INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SUCCESS [  7.383 s]
[INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SUCCESS [  5.346 s]
[INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SUCCESS [  0.695 s]
[INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SUCCESS [  8.580 s]
[INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SUCCESS [  9.201 s]
[INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SUCCESS [  8.539 s]
[INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SUCCESS [  7.700 s]
[INFO] org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT  SUCCESS [  7.109 s]
[INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SUCCESS [  7.541 s]
[INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SUCCESS [  6.865 s]
[INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  7.550 s]
[INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SUCCESS [  7.301 s]
[INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SUCCESS [  7.214 s]
[INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SUCCESS [  6.875 s]
[INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SUCCESS [  8.008 s]
[INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SUCCESS [  5.643 s]
[INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [  7.616 s]
[INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SUCCESS [  8.334 s]
[INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SUCCESS [  5.842 s]
[INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SUCCESS [  7.239 s]
[INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [  7.087 s]
[INFO] org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT SUCCESS [  7.524 s]
[INFO] org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT SUCCESS [  8.010 s]
[INFO] org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT SUCCESS [  7.478 s]
[INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT SUCCESS [  7.523 s]
[INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT SUCCESS [  7.619 s]
[INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SUCCESS [  7.383 s]
[INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SUCCESS [  6.942 s]
[INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SUCCESS [  6.165 s]
[INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SUCCESS [  0.702 s]
[INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SUCCESS [  0.813 s]
[INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SUCCESS [  5.644 s]
[INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT SUCCESS [  7.106 s]
[INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SUCCESS [  0.433 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT SUCCESS [  7.267 s]
[INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SUCCESS [  7.068 s]
[INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT SUCCESS [  7.007 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT SUCCESS [  7.122 s]
[INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SUCCESS [  7.217 s]
[INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SUCCESS [  7.433 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SUCCESS [  6.938 s]
[INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT SUCCESS [  7.053 s]
[INFO] org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT SUCCESS [  7.267 s]
[INFO] org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT SUCCESS [  7.529 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SUCCESS [  6.959 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT SUCCESS [  7.510 s]
[INFO] org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT . SUCCESS [  7.016 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT SUCCESS [  6.932 s]
[INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SUCCESS [  7.274 s]
[INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT SUCCESS [  7.605 s]
[INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SUCCESS [  0.601 s]
[INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SUCCESS [  6.736 s]
[INFO] org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT . SUCCESS [ 10.625 s]
[INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SUCCESS [  0.647 s]
[INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.215 s]
[INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [  6.928 s]
[INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  5.423 s]
[INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SUCCESS [  7.073 s]
[INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  5.320 s]
[INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [  7.075 s]
[INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  7.343 s]
[INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  5.522 s]
[INFO] org.eclipse.papyrus.uml.alf.tests 2.0.100-SNAPSHOT . SUCCESS [ 11.201 s]
[INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SUCCESS [  4.751 s]
[INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SUCCESS [ 44.340 s]
[INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT SUCCESS [  6.961 s]
[INFO] org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT SUCCESS [01:46 min]
[INFO] org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 58.735 s]
[INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 54.235 s]
[INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SUCCESS [  5.442 s]
[INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  7.257 s]
[INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  7.290 s]
[INFO] org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT SUCCESS [04:25 min]
[INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SUCCESS [  5.346 s]
[INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT SUCCESS [06:05 min]
[INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SUCCESS [  8.903 s]
[INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SUCCESS [  9.025 s]
[INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT SUCCESS [  9.065 s]
[INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT SUCCESS [08:15 min]
[INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SUCCESS [  9.328 s]
[INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SUCCESS [  7.989 s]
[INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SUCCESS [  8.003 s]
[INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SUCCESS [  7.414 s]
[INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [06:24 min]
[INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SUCCESS [  7.142 s]
[INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 26.152 s]
[INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SUCCESS [  0.528 s]
[INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SUCCESS [  4.888 s]
[INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SUCCESS [  6.943 s]
[INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  0.564 s]
[INFO] org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT . SUCCESS [04:06 min]
[INFO] org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT SUCCESS [  7.136 s]
[INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SUCCESS [  7.227 s]
[INFO] org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 54.519 s]
[INFO] org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  50:40 min
[INFO] Finished at: 2024-05-01T13:03:29Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 2 plugin(s)
[WARNING] 
[WARNING]  * org.jacoco:jacoco-maven-plugin:0.8.10
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS